]> git.ipfire.org Git - thirdparty/openssl.git/history - util/libcrypto.num
Implement AES CBC ciphers in the default provider
[thirdparty/openssl.git] / util / libcrypto.num
2019-04-19  Matt CaswellImplement AES CBC ciphers in the default provider
2019-04-19  Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-12  Matt CaswellDeprecate AES_ige_encrypt() and AES_bi_ige_encrypt()
2019-04-11  Shane Lontisadded code to validate EC named curve parameters
2019-04-09  Paul YangMake X509_set_sm2_id consistent with other setters
2019-04-09  Richard LevitteParams: add OSSL_PARAM_construct_end()
2019-04-05  Richard LevitteEVP_set_default_properties(): New function to set globa...
2019-03-21  Matt CaswellImplement EVP_MD_fetch()
2019-03-19  Dmitry BelyavskiyProviding missing accessor to EVP_PKEY.engine
2019-03-15  Matt CaswellGuard some SM2 functions with OPENSSL_NO_SM2
2019-03-13  杨洋Support SM2 certificate verification
2019-03-12  Pauligenerated files
2019-03-12  David von Oheimb2nd chunk: CRMF code (crypto/crmf/, ) and its integration
2019-03-11  Richard LevitteReplumbing: New public API to load or add providers
2019-03-06  Richard LevitteAdd generic trace API
2019-02-26  Richard LevitteAdd BN_native2bn and BN_bn2nativepad, for native BIGNUM...
2019-02-18  Pauligenerated files
2019-02-15  Richard LevitteAdd an OpenSSL library context
2019-02-15  Richard LevitteAdd CRYPTO_alloc_ex_data()
2019-02-15  David AsrafAdd EC_GROUP_get0_field
2019-02-13  David MakepeaceAdded new EVP/KDF API.
2019-01-27  Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2019-01-27  Ping Yuadd an additional async notification communication...
2019-01-07  Viktor DukhovniMore configurable crypto and ssl library initialization
2018-12-11  Todd ShortAdd RFC5297 AES-SIV support
2018-12-07  Richard LevitteRemove all NOEXIST symbols from ordinals files
2018-12-07  Richard Levittemake update
2018-12-06  Richard LevitteSwitch to MAJOR.MINOR.PATCH versioning and version...
2018-12-06  Richard LevitteSwitch future deprecation version from 1.2.0 to 3.0
2018-11-15  Antoine SalonMaking SRP_user_pwd functions public
2018-11-15  Antoine SalonAdded SRP_VBASE_add0_user()
2018-11-10  David WoodhouseAdd EVP_PKEY_supports_digest_nid()
2018-10-29  Richard LevitteAdd convenience functions EVP_str2ctrl() and EVP_hex2ctrl()
2018-10-29  Richard LevitteAdd EVP_MAC API
2018-10-17  Antoine SalonDeprecate ECDH_KDF_X9_62()
2018-10-03  Richard LevitteMove ZLIB from 'platforms' to 'features'
2018-09-30  Richard LevitteSmall cleanup (util/mkdef.pl, crypto/bio/bss_log.c...
2018-09-07  Paul YangSupport pmeth->digest_custom
2018-09-07  Paul YangIntroduce EVP_MD_CTX_set_pkey_ctx
2018-09-03  Paul Kehreradd getter for tbsResponseData and signatureAlgorithm...
2018-08-17  Andy Polyakovcrypto/threads_*: remove CRYPTO_atomic_{read|write}.
2018-07-31  Matt CaswellDeprecate the EC curve type specific functions in 1.2.0
2018-07-31  Matt CaswellProvide EC functions that are not curve type specific
2018-06-26  PauliModify the DEVRANDOM source so that the files are kept...
2018-06-21  Nicola TuveriUse DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declaration
2018-06-19  Jack LloydAdd EVP_PKEY_set_alias_type
2018-06-08  Matt CaswellAdd function for setting the EVP_PKEY_ASN1_METHOD raw...
2018-06-08  Matt CaswellAdd support getting raw private/public keys
2018-06-04  Matt CaswellRemove non-existant functions from libcrypto.num
2018-05-30  Mingtao YangAdd APIs for custom X509_LOOKUP_METHOD creation
2018-05-28  Dr. Matthias St... ECDSA_SIG: add simple getters for commonly used struct...
2018-05-28  Dr. Matthias St... RSA: add simple getters for commonly used struct members
2018-05-28  Dr. Matthias St... DSA: add simple getters for commonly used struct members
2018-05-28  Dr. Matthias St... DH: fix: add simple getters for commonly used struct...
2018-05-27  Dr. Matthias St... util/libcrypto.num: fix symbol collision between 1...
2018-05-18  Dr. Matthias St... DH: add simple getters for commonly used DH struct...
2018-05-01  Matt CaswellAdd getter for X509_VERIFY_PARAM_get_hostflags
2018-04-05  Matt CaswellMove the loading of the ssl_conf module to libcrypto
2018-03-19  Matt CaswellFix no-sm2
2018-03-19  Jack LloydHandle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLEN
2018-03-19  Jack LloydAdd SM2 signature and ECIES schemes
2018-03-16  Dr. Matthias St... RAND_DRBG: add a function for setting the default DRBG...
2018-03-15  Dr. Matthias St... Publish the RAND_DRBG API
2018-03-15  Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15  Matt CaswellAdd functions for setting the new EVP_PKEY_ASN1_METHOD...
2018-03-15  Matt CaswellAdd the function EVP_PKEY_new_CMAC_key()
2018-03-15  Matt CaswellAdd functions to create an EVP_PKEY from raw private...
2018-03-09  Dr. Matthias St... RAND_DRBG: add a function for setting the reseeding...
2018-02-23  Richard LevitteSTORE: Add the possibility to search for specific infor...
2018-02-23  Richard LevitteSTORE: Add the possibility to specify an expected info...
2018-02-19  John HughesAdd BIO_bind function to bind local address for a socket.
2018-02-19  Massimiliano Pala Add X509_get0_authority_key_id() function
2018-02-15  Dr. Matthias St... DRBG: make locking api truly private
2018-02-14  Richard LevitteOSSL_STORE: Add OSSL_STORE_vctrl()
2018-02-13  Dr. Matthias St... DRBG: unify initialization and cleanup code
2018-02-13  Dr. Matthias St... DRBG: add locking api
2018-02-09  Nick MathewsonRun "make update"
2018-01-31  Benjamin KadukRevert the crypto "global lock" implementation
2018-01-29  Kurt RoeckxAdd RAND_DRBG_bytes
2018-01-24  David CooperAdd -rsigopt option to ocsp command
2018-01-23  PauliSHA512/224 and SHA512/256
2018-01-22  Rich SalzAdd accessors for AdmissionSyntax
2017-12-17  Dr. Matthias St... Implement automatic reseeding of DRBG after a specified...
2017-12-17  Dr. Matthias St... Add master DRBG for reseeding
2017-11-21  Paul YangSupport multi-prime RSA (RFC 8017)
2017-11-20  Paul YangSupport public key and param check in EVP interface
2017-11-12  Ben Kadukmake update
2017-11-05  Ronald TseSM3: restructure to EVP internal and update doc to...
2017-11-05  Jack LloydSM3: Add SM3 hash function
2017-10-31  Ronald TseSM4: Add SM4 block cipher to EVP
2017-10-30  Richard LevitteEVP_PKEY_ASN1_METHOD: add functions to set siginf_set...
2017-10-25  Paul YangAdd sk_TYPE_new_reserve() function
2017-10-18  Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-10-13  Rich SalzAdd CRYPTO_get_alloc_counts.
2017-10-12  Dr. Stephen Hensonmake update
2017-10-11  Dr. Stephen Hensonmake update
2017-10-09  PauliAdd atomic write call
2017-10-09  PauliAdd a CRYPTO_atomic_read call which allows an int varia...
2017-09-27  PauliAdd a reserve call to the stack data structure.
2017-09-14  Paul YangSupport EVP_PKEY_meth_remove and pmeth internal cleanup
next