summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
AgeCommit message (Expand)Author
2019-06-12Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell
2019-06-11Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis
2019-06-07Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx
2019-06-04Move digests to providersShane Lontis
2019-05-30Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer
2019-05-27Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis
2019-05-20Clear CRMF vs CMP confusionRichard Levitte
2019-05-03Added generated files for EVP_KDF changesShane Lontis
2019-04-23Add a way for the application to get OpenSSL configuration dataRichard Levitte
2019-04-19Implement AES CBC ciphers in the default providerMatt Caswell
2019-04-19Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell
2019-04-12Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell
2019-04-11added code to validate EC named curve parametersShane Lontis
2019-04-09Make X509_set_sm2_id consistent with other settersPaul Yang
2019-04-09Params: add OSSL_PARAM_construct_end()Richard Levitte
2019-04-05EVP_set_default_properties(): New function to set global propertiesRichard Levitte
2019-03-21Implement EVP_MD_fetch()Matt Caswell
2019-03-19Providing missing accessor to EVP_PKEY.engineDmitry Belyavskiy
2019-03-15Guard some SM2 functions with OPENSSL_NO_SM2Matt Caswell
2019-03-13Support SM2 certificate verification杨洋
2019-03-12generated filesPauli
2019-03-122nd chunk: CRMF code (crypto/crmf/, ) and its integrationDavid von Oheimb
2019-03-11Replumbing: New public API to load or add providersRichard Levitte
2019-03-06Add generic trace APIRichard Levitte
2019-02-26Add BN_native2bn and BN_bn2nativepad, for native BIGNUM import/exportRichard Levitte
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