[ec/ecp_nistp*.c] remove flip_endian()
[openssl.git] / crypto /
2019-09-06 Nicola Tuveri[ec/ecp_nistp*.c] remove flip_endian()
2019-09-06 Nicola TuveriUniform BN_bn2binpad() and BN_bn2lebinpad() implementations
2019-09-06 Nicola TuveriMake BN_num_bits() consttime upon BN_FLG_CONSTTIME
2019-09-06 Nicola TuveriFix a SCA leak using BN_bn2bin()
2019-09-06 Bernd EdlingerFix a SCA leak in BN_generate_dsa_nonce
2019-09-06 Cesar Pereida Garcia[crypto/rsa] Set the constant-time flag in multi-prime...
2019-09-06 Cesar Pereida Garcia[crypto/asn1] Fix multiple SCA vulnerabilities during...
2019-09-06 PauliClear collected_seed after freeing it
2019-09-06 Richard LevitteDeal with BUF_MEM_grow ambiguity
2019-09-06 Richard Levittecrypto/evp/pkey_kdf.c: further special treatment of...
2019-09-06 Richard Levittecrypto/evp/pkey_kdf.c: Redo parameter processing
2019-09-06 Richard Levittecrypto/evp/kdf_meth.c: Add the reset function to the...
2019-09-06 Pauliossl_provider_library_context(NULL) returns NULL.
2019-09-06 PauliParams from text to allow zero length value fields
2019-09-06 PauliKDF error codes reworked
2019-09-06 PauliCleanse KDF error files
2019-09-06 PauliCleanse crypto/kdf directory
2019-09-06 PauliKDF/PRF updates to libcrypto
2019-09-06 PauliKDF provider conversion error updates - generated
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
next