summaryrefslogtreecommitdiff
path: root/util/libcrypto.num
Commit message (Expand)AuthorAgeFilesLines
* Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte2018-10-041-1/+1
* Support pmeth->digest_customPaul Yang2018-09-071-0/+2
* Introduce EVP_MD_CTX_set_pkey_ctxPaul Yang2018-09-071-0/+1
* add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer2018-09-031-0/+2
* crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov2018-08-171-2/+0
* Deprecate the EC curve type specific functions in 1.2.0Matt Caswell2018-07-311-10/+10
* Provide EC functions that are not curve type specificMatt Caswell2018-07-311-0/+5
* Modify the DEVRANDOM source so that the files are kept open persistently.Pauli2018-06-271-0/+1
* Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri2018-06-211-1/+1
* Add EVP_PKEY_set_alias_typeJack Lloyd2018-06-191-0/+1
* Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functionsMatt Caswell2018-06-081-0/+2
* Add support getting raw private/public keysMatt Caswell2018-06-081-0/+2
* Remove non-existant functions from libcrypto.numMatt Caswell2018-06-041-10/+0
* Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang2018-05-301-0/+25
* ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-0/+2
* RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-0/+8
* DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-0/+5
* DH: fix: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-5/+5
* util/libcrypto.num: fix symbol collision between 1.1.0 and masterDr. Matthias St. Pierre2018-05-271-4/+4
* DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre2018-05-181-0/+5
* Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell2018-05-011-0/+1
* Move the loading of the ssl_conf module to libcryptoMatt Caswell2018-04-051-0/+3
* Fix no-sm2Matt Caswell2018-03-191-10/+10
* Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd2018-03-191-0/+1
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-191-0/+9
* RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre2018-03-161-0/+1
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-151-125/+111
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-151-2/+2
* Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell2018-03-151-0/+2
* Add the function EVP_PKEY_new_CMAC_key()Matt Caswell2018-03-151-0/+1
* Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell2018-03-151-0/+2
* RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre2018-03-101-0/+1
* STORE: Add the possibility to search for specific informationRichard Levitte2018-02-231-0/+14
* STORE: Add the possibility to specify an expected info typeRichard Levitte2018-02-231-0/+2
* Add BIO_bind function to bind local address for a socket.John Hughes2018-02-191-0/+1
* Add X509_get0_authority_key_id() functionMassimiliano Pala2018-02-191-0/+1
* DRBG: make locking api truly privateDr. Matthias St. Pierre2018-02-151-5/+2
* OSSL_STORE: Add OSSL_STORE_vctrl()Richard Levitte2018-02-141-0/+1
* DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre2018-02-131-0/+1
* DRBG: add locking apiDr. Matthias St. Pierre2018-02-131-0/+3
* Run "make update"Nick Mathewson2018-02-091-1/+1
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-311-1/+0
* Add RAND_DRBG_bytesKurt Roeckx2018-01-291-0/+1
* Add -rsigopt option to ocsp commandDavid Cooper2018-01-241-0/+1
* SHA512/224 and SHA512/256Pauli2018-01-241-0/+2
* Add accessors for AdmissionSyntaxRich Salz2018-01-221-0/+50
* Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre2017-12-171-0/+1
* Add master DRBG for reseedingDr. Matthias St. Pierre2017-12-171-2/+3
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-211-0/+8
* Support public key and param check in EVP interfacePaul Yang2017-11-201-0/+11