summaryrefslogtreecommitdiff
path: root/util/libcrypto.num
Commit message (Expand)AuthorAgeFilesLines
* params: add functionality to test if an OSSL_PARAM has been set.Pauli2020-04-221-0/+2
* [crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley2020-04-221-2/+2
* Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik2020-04-211-0/+3
* dhparam: update command line app to use EVP callsPauli2020-04-191-2/+2
* Create a libctx aware X509_verify_ex()Matt Caswell2020-04-161-0/+2
* Add DH keygen to providersShane Lontis2020-04-161-0/+9
* Add DSA keygen to providerShane Lontis2020-04-151-0/+7
* Teach PEM_read_bio_PrivateKey about libctxMatt Caswell2020-04-151-0/+2
* Teach d2i_PrivateKey et al about libctxMatt Caswell2020-04-151-0/+4
* EC: Refactor EVP_PKEY_CTX curve setting macros for param generationRichard Levitte2020-04-151-0/+3
* Add ex_data to EVP_PKEY.Aaron Thompson2020-04-141-0/+2
* Make the CT code library context awareMatt Caswell2020-04-091-0/+4
* Add X509_STORE_CTX_new_with_libctx()Matt Caswell2020-04-081-0/+1
* EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte2020-04-081-0/+1
* EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()Richard Levitte2020-04-081-0/+2
* HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb2020-04-021-2/+2
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-021-3/+4
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-011-0/+6
* Add the X509v3_cache_extensions() functionMatt Caswell2020-03-301-0/+1
* Param build: make structures opaque.Pauli2020-03-281-2/+3
* NEWS: note OSSL_PARAM_BLD API as public.Pauli2020-03-281-0/+19
* Make SRP library context awareMatt Caswell2020-03-271-0/+6
* Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()Matt Caswell2020-03-271-0/+2
* EVP: Add EVP_PKEY_set_type_by_keymgmt() and use itRichard Levitte2020-03-251-0/+1
* Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb2020-03-251-1/+9
* Issuer Sign Tool extention supportNikolay Morozov2020-03-251-0/+5
* Add support for passing the libctx to the config loaderShane Lontis2020-03-201-0/+3
* Rename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP_MSG_bioDr. David von Oheimb2020-03-181-2/+2
* X509: Rename X509_set0_sm2_id() and friendsRichard Levitte2020-03-151-4/+4
* PROV: Add RSA functionality for key generationRichard Levitte2020-03-121-0/+3
* EVP: Add new domparams and key generation functionalityRichard Levitte2020-03-121-0/+1
* Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()Dr. David von Oheimb2020-03-101-1/+1
* Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb2020-03-101-0/+24
* cmdline app: add provider commandline options.Pauli2020-03-071-0/+1
* Implementation of Russian GOST CMSDmitry Belyavskiy2020-03-031-0/+3
* Add pairwise consistency self tests to asym keygeneratorsShane Lontis2020-03-031-0/+5
* Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()Richard Levitte2020-02-271-3/+3
* PROV: add RSA signature implementationRichard Levitte2020-02-221-0/+2
* Don't exclude quite so much in a no-sock buildDr. David von Oheimb2020-02-211-9/+9
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-48/+48
* Deprecate the low level RSA functions.Pauli2020-02-201-85/+85
* [PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri2020-02-181-0/+10
* chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb2020-02-171-0/+7
* fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSPDr. David von Oheimb2020-02-121-9/+9
* Remove unused OSSL_PARAM_construct_from_text() function.Pauli2020-02-121-1/+0
* dsa: deprecate applications that depend on the low level DSA functions.Pauli2020-02-121-42/+42
* Deprecate the low level DSA functions.Pauli2020-02-121-7/+7
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-101-5/+11
* add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb2020-02-101-0/+3
* RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre2020-02-071-0/+2