Home
last modified time | relevance | path

Searched defs:typical_usage_constraints (Results 1 – 2 of 2) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dunit_x509.cpp1141 struct typical_usage_constraints struct
1144 Key_Constraints all = Key_Constraints(
1155 Key_Constraints ca = Key_Constraints(Key_Constraints::KEY_CERT_SIGN);
1156 Key_Constraints sign_data = Key_Constraints(Key_Constraints::DIGITAL_SIGNATURE);
1157 Key_Constraints non_repudiation = Key_Constraints(
1160 Key_Constraints key_encipherment = Key_Constraints(Key_Constraints::KEY_ENCIPHERMENT);
1162 Key_Constraints key_agreement = Key_Constraints(Key_Constraints::KEY_AGREEMENT);
1163 Key_Constraints key_agreement_encipher_only = Key_Constraints(
1166 Key_Constraints key_agreement_decipher_only = Key_Constraints(
1169 Key_Constraints crl_sign = Key_Constraints::CRL_SIGN;
[all …]
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dunit_x509.cpp1141 struct typical_usage_constraints struct
1144 Key_Constraints all = Key_Constraints(
1155 Key_Constraints ca = Key_Constraints(Key_Constraints::KEY_CERT_SIGN);
1156 Key_Constraints sign_data = Key_Constraints(Key_Constraints::DIGITAL_SIGNATURE);
1157 Key_Constraints non_repudiation = Key_Constraints(
1160 Key_Constraints key_encipherment = Key_Constraints(Key_Constraints::KEY_ENCIPHERMENT);
1162 Key_Constraints key_agreement = Key_Constraints(Key_Constraints::KEY_AGREEMENT);
1163 Key_Constraints key_agreement_encipher_only = Key_Constraints(
1166 Key_Constraints key_agreement_decipher_only = Key_Constraints(
1169 Key_Constraints crl_sign = Key_Constraints::CRL_SIGN;
[all …]