Lines Matching refs:as
15 Cryptographic primitives such as the SHA256 digest, or AES encryption are
16 referred to in OpenSSL as "algorithms". There can be more than one
42 external format such as PEM or DER.
59 such as private and public keys, certificates, CRLs, ...
68 external format such as PEM or DER.
76 implementation such as L<EVP_MD_fetch(3)> or L<EVP_CIPHER_fetch(3)>
98 where an algorithm object with no associated implementation is used such as the
113 be thought of as a scope within which configuration options apply. If an
115 one is used. Many OpenSSL functions can take a library context as an argument.
135 An operation is a group of OpenSSL functions with a common purpose such as
166 key data in unencrypted form (known as "PrivateKeyInfo") and an encrypted
167 wrapper structure (known as "EncryptedPrivateKeyInfo").
176 A property is a key/value pair expressed as a string. For example all algorithm
212 This is specified as part of the specification for certificates, RFC 5280: