Lines Matching refs:public

188    public API. There is no command-line tool support at this time.
266 EVP_PKEY_public_check() to check a DSA public key or DSA parameters may
527 * When function EVP_PKEY_public_check() is called on RSA public keys,
630 option which is used to calculate the TSA's public key certificate
805 encrypting "to" an ECDH public key. External APIs are defined in
1345 but the public structure definition for GENERAL_NAME incorrectly specified
1358 * Fixed NULL dereference validating DSA public key.
1361 application tries to check a malformed DSA public key by the
1363 to an application crash. This function can be called on public
1390 The public API function BIO_new_NDEF is a helper function used for
1398 for example if a CMS recipient public key is invalid, the new filter BIO
1816 elliptic curve public keys in compressed form or explicit elliptic curve
2037 * The public definitions of conf_method_st and conf_st have been
2098 * A public key check is now performed during EVP_PKEY_derive_set_peer().
2143 OSSL_STORE_INFO_CRL. Decoded public keys would previously have been reported
2144 as type OSSL_STORE_INFO_PKEY in 1.1.1. In 3.0 decoded public keys are now
2372 * Add PKCS7_get_octet_string() and PKCS7_type_is_other() to the public
2528 * Added OSSL_PARAM_BLD to the public interface. This allows OSSL_PARAM
2873 * Deprecated the public definition of `ERR_STATE` as well as the function
2915 There is a subjectKeyIdentifier extension with a hash value of the public key
3166 thing, to include one public OpenSSL head file each. This tests that
3167 the public header files can be usefully included in a C++ application.
3787 thing, to include one public OpenSSL head file each. This tests that
3788 the public header files can be usefully included in a C++ application.
4137 * Added new public header file <openssl/rand_drbg.h> and documentation
4208 - There is a public and private DRBG instance.
4211 - The public and private DRBG instance are per thread for lock free
4912 erroneous outcome of public-key operations with specially crafted input.
5164 have been moved out of the public header files. New functions for managing
5170 objects have been moved out of the public header files. New
5176 have been moved out of the public header files. New functions for managing
5182 moved out of the public header files. New functions for managing these
5280 for public and private key encoding using the format documented in
5513 based on the usual WebPKI public certification authorities.
5639 * All instances of the string "ssleay" in the public API were replaced
5816 * All libssl internal structures have been removed from the public header
6603 erroneous outcome of public-key operations with specially crafted input.
7196 system which processes public keys, certificate requests or
8367 system which processes public keys, certificate requests or
8974 * Fix possible deadlock when decoding public keys.
9151 all platforms. Move ssize_t definition from e_os.h to the public
9152 header file e_os2.h as it now appears in public header file cms.h
9248 * For FIPS capable OpenSSL interpret a NULL default public key method
9440 system which processes public keys, certificate requests or
9913 * Fix possible deadlock when decoding public keys.
10064 signature public key algorithm by using OID xref utilities instead.
10659 * GOST engine, supporting several GOST algorithms and public key formats.
10821 supported by any public key method supporting the encrypt operation. A
10822 ctrl is added to allow the public key algorithm to examine or modify
10828 * Add a ctrl to asn1 method to allow a public key algorithm to express
10842 between digests and public key types.
10854 structures for PKCS7_sign(). They are now set up by the relevant public
10869 public and private key formats. As a side effect these add additional
10898 * Initial definitions for EVP_PKEY_METHOD. This will be a high level public
10904 public key algorithms. New option to openssl utility:
10905 "list-public-key-algorithms" to print out info.
10925 * Transfer public key printing routines to EVP_PKEY_ASN1_METHOD. New
10927 EVP_PKEY_print_param() to print public key data from an EVP_PKEY
10932 * Initial support for pluggable public key ASN1.
10933 De-spaghettify the public key ASN1 handling. Move public and private
10937 of public and private key structures.
12199 * The new 'RSA_generate_key_ex' function now takes a BIGNUM for the public
12461 * Add functionality to check the public key of a certificate request
12940 extracted before the specific public key;
13357 If verify callback ignores invalid public key errors don't try to check
13358 certificate signature with the NULL public key.
13961 * Add option to output public keys in req command.
14811 * If signature or public key algorithm is unrecognized print out its
15544 keys (public as well as private) handled by engines.
15642 If verify callback ignores invalid public key errors don't try to check
15643 certificate signature with the NULL public key.
16386 parameters in DSA public key structures and return an error in the
16512 * Avoid coredump with unsupported or invalid public keys by checking if
16996 used for low-level RSA operations. DER public key
17138 negative public key encodings) on by default,
17727 *Ulf Möller, using public domain code by Patrick Powell; problem
18418 public keys in a format compatible with certificate
18422 never in a public release so they have been deleted. Changed dsa/rsa
18423 utilities to handle the new format: note no releases ever handled public
18434 With public keys and the benefit of hindsight one standard format
18438 Added a -pubkey option to the 'x509' utility to output the public key.
18719 a public key to be input or output. For example:
18721 Also added necessary DSA public key functions to handle this.
19420 NEG_PUBKEY_BUG to allow for some broken certificates that encode public
20048 the detached data encoding was wrong and public keys obtained using
20126 non-public-API function ssl_cert_instantiate() is used as a helper
20163 currently the public key is printed (a decision which was already done by
20201 * Generate errors when private/public key check is done.