aboutsummaryrefslogtreecommitdiff
path: root/util/libcrypto.num
AgeCommit message (Expand)AuthorFilesLines
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono1-25/+30
2019-01-27add an additional async notification communication method based on callbackPing Yu1-0/+4
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni1-0/+2
2018-12-12Add RFC5297 AES-SIV supportTodd Short1-0/+14
2018-12-07Remove all NOEXIST symbols from ordinals filesRichard Levitte1-2/+0
2018-12-07make updateRichard Levitte1-4577/+4577
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte1-27/+32
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte1-16/+16
2018-11-15Making SRP_user_pwd functions publicAntoine Salon1-0/+4
2018-11-15Added SRP_VBASE_add0_user()Antoine Salon1-0/+1
2018-11-10Add EVP_PKEY_supports_digest_nid()David Woodhouse1-0/+1
2018-10-29Add convenience functions EVP_str2ctrl() and EVP_hex2ctrl()Richard Levitte1-0/+2
2018-10-29Add EVP_MAC APIRichard Levitte1-0/+18
2018-10-17Deprecate ECDH_KDF_X9_62()Antoine Salon1-1/+1
2018-10-03Move ZLIB from 'platforms' to 'features'Richard Levitte1-1/+1
2018-09-30Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte1-1/+1
2018-09-07Support pmeth->digest_customPaul Yang1-0/+2
2018-09-07Introduce EVP_MD_CTX_set_pkey_ctxPaul Yang1-0/+1
2018-09-03add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer1-0/+2
2018-08-17crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov1-2/+0
2018-07-31Deprecate the EC curve type specific functions in 1.2.0Matt Caswell1-10/+10
2018-07-31Provide EC functions that are not curve type specificMatt Caswell1-0/+5
2018-06-27Modify the DEVRANDOM source so that the files are kept open persistently.Pauli1-0/+1
2018-06-21Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri1-1/+1
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd1-0/+1
2018-06-08Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functionsMatt Caswell1-0/+2
2018-06-08Add support getting raw private/public keysMatt Caswell1-0/+2
2018-06-04Remove non-existant functions from libcrypto.numMatt Caswell1-10/+0
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang1-0/+25
2018-05-28ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre1-0/+2
2018-05-28RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre1-0/+8
2018-05-28DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre1-0/+5
2018-05-28DH: fix: add simple getters for commonly used struct membersDr. Matthias St. Pierre1-5/+5
2018-05-27util/libcrypto.num: fix symbol collision between 1.1.0 and masterDr. Matthias St. Pierre1-4/+4
2018-05-18DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre1-0/+5
2018-05-01Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell1-0/+1
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell1-0/+3
2018-03-19Fix no-sm2Matt Caswell1-10/+10
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd1-0/+1
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd1-0/+9
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre1-0/+1
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre1-125/+111
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell1-2/+2
2018-03-15Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell1-0/+2
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell1-0/+1
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell1-0/+2
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre1-0/+1
2018-02-23STORE: Add the possibility to search for specific informationRichard Levitte1-0/+14
2018-02-23STORE: Add the possibility to specify an expected info typeRichard Levitte1-0/+2
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes1-0/+1