summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-201-0/+1
* Add the function OSSL_LIB_CTX_get0_global_default()Matt Caswell2021-04-191-0/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-2/+6
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-2/+2
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-151-0/+2
* Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz2021-04-151-2/+2
* Remove the function EVP_PKEY_set_alias_typeMatt Caswell2021-04-121-1/+1
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+0
* Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis2021-04-121-0/+3
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-081-0/+1
* EVP: Add EVP_<TYPE>_description()Richard Levitte2021-04-021-0/+11
* Add OSSL_STORE_LOADER_description()Richard Levitte2021-04-021-0/+1
* Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte2021-04-021-0/+2
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-011-0/+1
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-0/+2
* HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb2021-03-261-1/+1
* Fix usages of const EVP_MD.Shane Lontis2021-03-221-0/+2
* Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-03-221-0/+1
* Added functions for printing EVP_PKEYs to FILE *Tomas Mraz2021-03-191-0/+3
* core: add params argument to key manager's gen_init callPauli2021-03-111-0/+10
* Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis2021-03-101-0/+1
* Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell2021-03-081-10/+10
* Remove RSA SSLv23 padding modeRich Salz2021-03-011-2/+2
* Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()Dr. David von Oheimb2021-03-011-0/+1
* core: support modified gettable/settable ctx calls for ciphersPauli2021-02-261-0/+2
* core: core: support modified gettable/settable ctx calls for MACsPauli2021-02-261-0/+2
* core: support modified gettable/settable ctx calls for KDFsPauli2021-02-261-0/+2
* evp: support modified gettable/settable ctx calls for RNGsPauli2021-02-261-0/+2
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-241-0/+1
* Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()Tomas Mraz2021-02-241-2/+2
* RAND_METHOD deprecation: code changesPauli2021-02-231-4/+6
* EVP: Implement EVP_PKEY_CTX_is_a()Richard Levitte2021-02-231-0/+1
* Add EVP_PKEY_public_check_quick.Shane Lontis2021-02-221-0/+1
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-2/+2
* Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell2021-02-151-0/+1
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-121-28/+28
* Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz2021-02-091-2/+2
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-4/+2
* Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb2021-02-061-0/+1
* EVP: Adapt the other EVP_PKEY_set_xxx_param() functionsRichard Levitte2021-02-051-0/+1
* Deprecate EVP_MD_CTX_{set_}update_fn()Rich Salz2021-02-031-2/+2
* Deprecate X509_certificate_typeRich Salz2021-02-021-1/+1
* EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius2021-01-281-0/+2
* Add EVP_PKEY functions to get EC conv form and field typeMatt Caswell2021-01-261-0/+2
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-78/+78
* Add functions to set values into an EVP_PKEYShane Lontis2021-01-261-0/+7
* bn: Deprecate the X9.31 RSA key generation related functionsTomas Mraz2021-01-251-3/+3
* OCSP HTTP: Restore API of undocumented and recently deprecated functionsDr. David von Oheimb2021-01-231-1/+0
* rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_lineDr. David von Oheimb2021-01-231-1/+1
* Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_exRich Salz2021-01-211-2/+1