Add KDFs to providers
[openssl.git] / crypto /
2019-09-06 PauliFix users of KDFs to use params not ctls
2019-09-06 PauliRemove old KDF initialisation
2019-09-06 PauliMove KDFs to the provider.
2019-09-05 Viktor DukhovniUndeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBER
2019-09-05 Dmitry BelyavskiyReverting check to correct
2019-09-05 Dmitry BelyavskiyDisallow change EVP_CIPHER properties once set
2019-09-05 Dmitry BelyavskiyDisallow change EVP_MD properties once set
2019-09-05 Billy Brumley[crypto/ec] for ECC parameters with NULL or zero cofact...
2019-09-05 Bernd EdlingerFix error handling in x509_lu.c
2019-09-05 Bernd EdlingerCleanup includes in rand_unix.c
2019-09-05 Shane LontisChange provider params from int to size_t
2019-09-04 PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-09-04 Richard LevitteNew function EVP_CIPHER_free()
2019-09-04 Richard LevitteNew function EVP_MD_free()
2019-09-03 Richard LevitteRefactor how KEYMGMT methods get associated with other...
2019-09-02 Bernd EdlingerAdd CPU info to the speed command summary
2019-09-01 Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2019-09-01 Shane LontisFix platform specific issues with provider ciphers
2019-08-29 PauliFix NITs in comments and CHANGES for DEVRANDOM seeded...
2019-08-29 Dr. David von Oheimbfix ERR_add_error_vdata() for use with multiple args...
2019-08-29 Matt CaswellUse ENGINE_get_id() instead of ENGINE_get_name()
2019-08-29 Matt CaswellFix no-engine
2019-08-29 Matt CaswellFix data races in EVP_CIPHER_fetch and EVP_MD_fetch
2019-08-29 Matt CaswellMake sure we pre-initialise properties
2019-08-29 Matt CaswellFix context locking
2019-08-27 Richard LevitteCoverty fixes for MACs
2019-08-27 Richard LevitteOPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE...
2019-08-27 Cesar Pereida GarciaFix SCA vulnerability when using PVK and MSBLOB key...
2019-08-26 PauliInclude mac_meth and mac_lib in the FIPS provider
2019-08-26 Shane LontisCleanup ciphers and Add 3des ciphers.
2019-08-24 Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-24 Richard LevitteRemove MAC cruft
2019-08-24 PauliAvoid overflowing FDSET when using select(2).
2019-08-23 Richard Levittecrypto/bn/build.info: define OPENSL_IA32_SSE2 globally...
2019-08-22 Paul YangSupport parsing of SM2 ID in hexdecimal
2019-08-22 Shane LontisAdd basic aria and camellia ciphers modes to default...
2019-08-21 Richard LevitteFix drbg_ossl_ctx_free() and drbg_nonce_ossl_ctx_free...
2019-08-21 Richard LevitteModify ossl_method_store_add() to accept an OSSL_PROVID...
2019-08-21 Richard LevitteModify ossl_method_store_add() to handle reference...
2019-08-21 Richard LevitteFix ossl_param_bld_push_{utf8,octet}_string() / param_b...
2019-08-21 PauliConstify param builder string functions.
2019-08-20 PauliStart up DEVRANDOM entropy improvement for older Linux...
2019-08-20 Dr. David von Oheimbprevent endless recursion when trace API is used within...
2019-08-19 Shane LontisAdd aes_ccm to provider
2019-08-19 Bernd EdlingerAdd a fallback definition for __NR_getrandom for x86...
2019-08-19 Richard LevitteUse macros internally for algorithm names
2019-08-19 Bernd EdlingerAdd a fallback definition for __NR_getrandom for ARM...
2019-08-18 Shane LontisAdd fips provider code for handling self test data
2019-08-18 Patrick SteuerDirectly return from final sha3/keccak_final if no...
2019-08-17 Bernd EdlingerFix error handling in X509_chain_up_ref
2019-08-16 Patrick SteuerFix 9bf682f which broke nistp224_method
2019-08-16 Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15 Richard LevitteImplement EVP_MAC_do_all_ex()
2019-08-15 Richard LevitteAdd EVP_MAC_provider()
2019-08-15 Richard LevitteOSSL_PARAM_construct_from_text(): handle non-hex octet...
2019-08-15 Richard LevitteAdjust some provider reason codes
2019-08-15 Richard LevitteAdapt diverse code to provider based MACs.
2019-08-15 Richard LevitteRemove init of MACs from EVP
2019-08-15 Richard LevitteMove Poly1305 to providers
2019-08-15 Richard LevitteMove SipHash to providers
2019-08-15 Richard LevitteMove KMAC to providers
2019-08-15 Richard LevitteMove HMAC to providers
2019-08-15 Richard LevitteMove GMAC to providers
2019-08-15 Richard LevitteMove CMAC to providers
2019-08-15 Richard LevitteMove BLAKE2 MACs to the providers
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15 Patrick Steuers390x assembly pack: accelerate ECDSA
2019-08-15 Patrick SteuerEnable curve-spefific ECDSA implementations via EC_METHOD
2019-08-15 Patrick Steuers390x assembly pack: accelerate scalar multiplication
2019-08-15 Patrick Steuers390xcpuid.pl: fix comment
2019-08-15 Omid NajafiFix syntax error for the armv4 assembler
2019-08-15 Richard LevitteRename provider and core get_param_types functions
2019-08-15 Richard Levittecrypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC...
2019-08-15 Richard LevitteAdd missing EVP param utility functions
2019-08-12 PauliAccess data after obtaining the lock not before.
2019-08-14 opensslonzos-githubAdd missing EBCDIC strings
2019-08-13 Tomas MrazBIO_lookup_ex: Do not retry on EAI_MEMORY
2019-08-13 Tomas MrazBIO_lookup_ex: Always retry the lookup on failure with...
2019-08-12 Richard LevitteHMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()
2019-08-12 Richard LevitteAdapt diverse EVP_MD functions to use get_params and...
2019-08-12 Richard LevitteMake more use of OSSL_PARAM for digests
2019-08-12 Richard LevitteAdd OSSL_PARAM_construct_from_text() and OSSL_PARAM_all...
2019-08-12 Richard LevitteAdd OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()
2019-08-12 Shane LontisFix windows compile errors in params.c
2019-08-09 Matt CaswellEnsure RSA PSS correctly returns the right default...
2019-08-09 Vladimir Kotaluse native atomic increment function on Solaris
2019-08-09 Shane LontisAdd missing SIZE_MAX define for windows
2019-08-09 Bernd EdlingerMerge probable_prime_dh_safe with bn_probable_prime_dh
2019-08-09 Bernd EdlingerAdd a parameter to probable_prime if we look for a...
2019-08-09 raja-ashokRestrict usage of bio_dgram_sctp_data only to DGRAM...
2019-08-09 Vladimir Kotalmake ecp_nistz256_point_add_vis3() local
2019-08-08 Matt CaswellAvoid holding a lock when calling OPENSSL_init_crypto
2019-08-08 Shane LontisChange EVP_CIPHER_CTX_iv_length() to return current...
2019-08-07 Matt CaswellFix enable-ec_nistp_64_gcc_128
2019-08-07 Matt CaswellDon't set ctx->cipher until after a successful fetch
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-08-04 David von OheimbFix deprecation inconsisteny w.r.t. CRYPTO_mem_debug_...
2019-08-02 Rich SalzReplace FUNCerr with ERR_raise_data
2019-08-02 PauliUse NULL as parameter when pointer can only be NULL.
2019-08-01 Dr. Matthias St... Add missing accessors for X509 AuthorityKeyIdentifier
next