]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/include/internal
ERR: refactor useful inner macros to err_locl.h. Add function name field
[thirdparty/openssl.git] / crypto / include / internal /
2019-07-23  Richard LevitteAdd a mechnism to save the name of fetched methods
2019-07-22  Bernd EdlingerAllocate DRBG additional data pool from non-secure...
2019-07-22  Richard LevitteAdd an internal API to access the KEYMGMT provider...
2019-07-22  Richard LevitteAdd evp_keymgmt_clear_pkey_cache() and use it
2019-07-22  Richard LevitteAdd evp_keymgmt_export_to_provider(), for key transfer...
2019-07-22  Richard LevitteAdd basic EVP_KEYMGMT API and libcrypto <-> provider...
2019-07-18  Shane LontisFix S390X compile error due to missing defines
2019-07-16  PauliRemove tab characters from C source files.
2019-07-16  Matt CaswellMake the EVP Key Exchange code provider aware
2019-07-16  Rich SalzRegenerate mkerr files
2019-07-15  Shane LontisAdd Common shared code needed to move aes ciphers to...
2019-07-11  Matt CaswellConvert asn1_dsa.c to use the WPACKET API instead
2019-07-11  Matt CaswellConvert asn1_dsa.c to use the PACKET API instead
2019-07-11  David MakepeaceAdd simple ASN.1 utils for DSA signature DER.
2019-07-11  Richard LevitteMake more use of OSSL_PARAM for ciphers
2019-07-08  Shane LontisAdd X9.42 KDF.
2019-07-02  Matt CaswellProvide rand_bytes_ex and rand_priv_bytes_ex
2019-06-28  Paul YangSupport SM2 certificate signing
2019-06-27  Matt CaswellMove the public SIV mode functions from public headers...
2019-06-19  Matt CaswellProvide an ability to deregister thread stop handlers
2019-06-17  Matt CaswellStandardise the function naming conventions in initthread.c
2019-06-17  Matt CaswellTell the FIPS provider about thread stop events
2019-06-17  Matt CaswellProvide a version of ossl_init_thread_start that works...
2019-06-17  Matt CaswellSplit thread intialisation and handling out of init.c
2019-06-17  Matt CaswellConvert thread stop handling into a publish/subscribe...
2019-06-07  Matt CaswellConvert drbg_lib to use OPENSSL_CTX for its global...
2019-06-06  Kurt RoeckxChange EVP_MAC method from copy to dup
2019-06-04  Shane LontisMove digests to providers
2019-06-01  PauliAdd sparse array of const pointer type
2019-05-16  Shane LontisAdded X963KDF API
2019-05-03  Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
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-09  Paul YangMake X509_set_sm2_id consistent with other setters
2019-04-03  Matt CaswellSupport EVP_MD_block_size() with providers
2019-04-01  Richard LevitteRework DSO API conditions and configuration option
2019-03-29  PauliAdd the FIPS related continuous random number generator...
2019-03-21  Matt CaswellMake EVP_Digest* functions provider aware
2019-03-21  Matt CaswellImplement EVP_MD_fetch()
2019-03-21  Shane Lontisfixed mismatching #ifdef cpp
2019-03-19  Shane LontisSingle step kdf implementation
2019-03-13  杨洋Support SM2 certificate verification
2019-03-12  Shane LontisFIPS 186-4 RSA Generation & Validation
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-03-06  Richard LevitteAdd generic trace API
2019-03-06  PauliMake the sparse array code use ossl_uintmax_t as its...
2019-02-27  Simo SorceImplement SSH KDF
2019-02-15  Richard LevitteMark generated functions unused (applies to safestack...
2019-02-13  PauliSparse array iterators include index position.
2019-02-13  David MakepeaceAdded new EVP/KDF API.
2019-02-12  PauliAdd sparse array data type.
2019-02-06  Antoine Salonblake2: backport changes to blake2s
2019-02-06  Antoine Salonblake2b: add EVP_MAC API
2019-01-27  Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2019-01-21  Richard LevitteRework building: Unix changes to handle extensions...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-05  Andy Polyakovbn/bn_{div|shift}.c: introduce fixed-top interfaces.
2018-11-13  Shane LontisKMAC implementation using EVP_MAC
2018-11-05  Paul YangAdd poly1305 MAC support
2018-11-04  PauliGMAC implementation
2018-10-31  Bernd EdlingerAvoid two memory allocations in each RAND_DRBG_bytes
2018-10-30  Richard LevitteEVP_MAC: Add SipHash implementation
2018-10-30  Richard LevitteEVP_MAC: Add HMAC implementation
2018-10-30  Richard LevitteEVP_MAC: Add CMAC implementation
2018-10-29  Richard LevitteAdd automatic initializations support for EVP_MAC objects
2018-10-29  Richard LevitteAdd EVP_MAC API
2018-10-17  Antoine SalonEVP module documentation pass
2018-10-16  Dr. Matthias St... DRBG: fix reseeding via RAND_add()/RAND_seed() with...
2018-09-11  Matt CaswellUpdate copyright year
2018-09-08  Richard LevitteSipHash: add separate setter for the hash size
2018-09-07  Paul YangAdd missing SM2err and fix doc nits
2018-09-07  Paul YangUpdate document for SM2 stuffs
2018-09-07  Paul YangSupport setting SM2 ID
2018-09-07  Paul YangMake SM2 ID stick to specification
2018-09-07  Paul YangSupport pmeth->digest_custom
2018-09-07  Paul YangRemove unnecessary sm2_za.c
2018-09-03  PauliMake OBJ_NAME case insensitive.
2018-08-23  Andy Polyakovcrypto/bn: add more fixed-top routines.
2018-08-07  Andy Polyakovx509v3/v3_purp.c: re-implement lock-free check for...
2018-07-22  Andy Polyakovbn/bn_intern.c: const-ify bn_set_{static}_words.
2018-07-18  Andy Polyakovec/ecdsa_ossl.c: revert blinding in ECDSA signature.
2018-07-16  Nicola TuveriRemove stale SM2 error codes
2018-07-12  Andy Polyakovbn/bn_{mont|exp}.c: switch to zero-padded intermediate...
2018-06-26  PauliModify the DEVRANDOM source so that the files are kept...
2018-06-25  Nicola TuveriAdd inter-module private header for EC functions
2018-06-22  Nicola TuveriRemove __cplusplus preamble from internal headers
2018-06-21  Andy PolyakovRemove some inline assembler and non-standard constructs.
2018-06-19  Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-06-08  Matt CaswellAdd support getting raw private/public keys
2018-06-04  Matt CaswellRebuild error codes
2018-06-04  Matt CaswellUse lowercase for internal SM2 symbols
2018-06-04  Matt CaswellMore more on SM2 error codes and tidy up
2018-06-04  Matt CaswellImprove use of the test framework in the SM2 internal...
2018-06-04  Jack LloydSet SM2 error codes
2018-06-04  Jack LloydMake SM2 functions private
2018-05-23  Viktor DukhovniLimit scope of CN name constraints
2018-05-02  Richard LevitteChange rand_pool_bytes_needed to handle less entropy...
2018-05-01  Matt CaswellUpdate copyright year
2018-04-26  Bernd EdlingerFix memleaks in async api
2018-04-20  Bernd EdlingerEnsure the thread keys are always allocated in the...
next