summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
AgeCommit message (Expand)Author
2019-02-18generated filesPauli
2019-02-16Add an OpenSSL library contextRichard Levitte
2019-02-16Add CRYPTO_alloc_ex_data()Richard Levitte
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf
2019-02-13Added new EVP/KDF API.David Makepeace
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono
2019-01-27add an additional async notification communication method based on callbackPing Yu
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2018-12-12Add RFC5297 AES-SIV supportTodd Short
2018-12-07Remove all NOEXIST symbols from ordinals filesRichard Levitte
2018-12-07make updateRichard Levitte
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte
2018-11-15Making SRP_user_pwd functions publicAntoine Salon
2018-11-15Added SRP_VBASE_add0_user()Antoine Salon
2018-11-10Add EVP_PKEY_supports_digest_nid()David Woodhouse
2018-10-29Add convenience functions EVP_str2ctrl() and EVP_hex2ctrl()Richard Levitte
2018-10-29Add EVP_MAC APIRichard Levitte
2018-10-17Deprecate ECDH_KDF_X9_62()Antoine Salon
2018-10-03Move ZLIB from 'platforms' to 'features'Richard Levitte
2018-09-30Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte
2018-09-07Support pmeth->digest_customPaul Yang
2018-09-07Introduce EVP_MD_CTX_set_pkey_ctxPaul Yang
2018-09-03add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer
2018-08-17crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov
2018-07-31Deprecate the EC curve type specific functions in 1.2.0Matt Caswell
2018-07-31Provide EC functions that are not curve type specificMatt Caswell
2018-06-27Modify the DEVRANDOM source so that the files are kept open persistently.Pauli
2018-06-21Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd
2018-06-08Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functionsMatt Caswell
2018-06-08Add support getting raw private/public keysMatt Caswell
2018-06-04Remove non-existant functions from libcrypto.numMatt Caswell
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang
2018-05-28ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28DH: fix: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-27util/libcrypto.num: fix symbol collision between 1.1.0 and masterDr. Matthias St. Pierre
2018-05-18DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre
2018-05-01Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell
2018-03-19Fix no-sm2Matt Caswell
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell