]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2019-09-09  Bernd EdlingerDH_check_pub_key_ex was accidentally calling DH_check,
2019-09-09  Bernd EdlingerUse BN_clear_free in DH_set0_key
2019-09-09  Bernd EdlingerCheck the DH modulus bit length
2019-09-09  Nicola TuveriUniform TEST_*() check usage in test/ectest.c
2019-09-09  Nicola TuveriFix spacing nit in test/ectest.c
2019-09-09  Jakub ZelenkaFix typos in the OSSL_METHOD_STORE doc
2019-09-09  Nicola Tuveri[ec] Match built-in curves on EC_GROUP_new_from_ecparam...
2019-09-09  Richard LevitteDo no mention private headers in public headers
2019-09-08  Dr. Matthias... Configure: clang: move -Wno-unknown-warning-option...
2019-09-07  Billy BrumleyCHANGES entry: for ECC parameters with NULL or zero...
2019-09-07  Billy Brumley[test] computing ECC cofactors: regression test
2019-09-07  PauliUse common digest getter for X942 KDF
2019-09-07  PauliUse common digest getter for SSH KDF
2019-09-07  PauliUse common digest getter for TLS1 PRF
2019-09-07  PauliUse common digest getter for single step KDF
2019-09-07  PauliUse common digest getter for PBKDF2
2019-09-07  PauliUse common digest getter for HKDF
2019-09-07  PauliUse common define for properties, engine, cipher and...
2019-09-07  PauliAdd 'engine' param to KDFs
2019-09-07  PauliKMAC using common digest get code
2019-09-07  PauliHMAC using common digest get code
2019-09-07  PauliGMAC using common cipher get code
2019-09-07  PauliCMAC using common cipher get code
2019-09-07  PauliUnify the digest getting code inside providers.
2019-09-06  Nicola Tuveri[ec/ecp_nistp*.c] restyle: use {} around `else` too
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... [crypto/rsa] Set the constant-time flag in multi-prime...
2019-09-06  Cesar Pereida... [crypto/asn1] Fix multiple SCA vulnerabilities during...
2019-09-06  Paulilibcrypto.num entries for KDFs
2019-09-06  PauliMove OSSL_OP_KDF into its rightful place amongst the...
2019-09-06  PauliRemove reference to legacy aliases for MAC and KDF
2019-09-06  PauliClear collected_seed after freeing it
2019-09-06  PauliLowercase command line 'N' argument since params have...
2019-09-06  PauliUpdate KDF documentation (section 3)
2019-09-06  PauliUpdate KDF documentation (section 1)
2019-09-06  PauliUpdate KDF documentation (section 7)
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 LevitteMore KDF cleanup
2019-09-06  Richard LevittePBKDF2 implementation: refactor to avoid memleak
2019-09-06  Richard LevitteFix memleaks in KDF implementations
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  PauliUpdate private.num for KDFs/PRFs
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  PauliUpdate EVP test data for KDFs and PRFs.
2019-09-06  PauliKDF error codes reworked
2019-09-06  PauliCleanse KDF missing crypto files
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  PauliApp updates for KDF provider conversion.
2019-09-06  PauliKDF provider conversion error updates - generated
2019-09-06  PauliKDF additons to names and numbers
2019-09-06  PauliTest updates in light of the KDF switchover
2019-09-06  PauliDocumentation updates in light of the KDF conversion
2019-09-06  PauliAdd KDFs to providers
2019-09-06  PauliFix users of KDFs to use params not ctls
2019-09-06  PauliRemove old KDF initialisation
2019-09-06  PauliFix TLS/SSL PRF usages.
2019-09-06  PauliMove KDFs to the provider.
2019-09-06  Matt CaswellTeach TLSProxy how to parse CertificateRequest messages
2019-09-06  Matt CaswellDon't send a status_request extension in a CertificateR...
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[test] computing ECC cofactors: regression test
2019-09-05  Billy Brumley[crypto/ec] for ECC parameters with NULL or zero cofact...
2019-09-05  Rich SalzMake failed messages easier to find
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  Rich SalzHandle the renamed command POD files in find-doc-nits
2019-09-04  Richard LevitteMove libapps.a source to apps/lib
2019-09-04  Billy BrawnerSuppress 'No server certificate CA names sent' message
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 Levittetest/errtest.c: more conditions for checking __FILE__...
2019-09-03  Richard LevitteRefactor how KEYMGMT methods get associated with other...
2019-09-03  PauliFix Coverity 1453452: Control flow issues (DEADCODE)
2019-09-02  Bernd EdlingerAdd CPU info to the speed command summary
2019-09-02  Richard LevitteDiverse ERR fixes
2019-09-02  Richard LevitteRework the documentation of our individual MAC implemen...
2019-09-02  PauliFix function name typo in MAC documentation.
2019-09-01  Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2019-09-01  Shane LontisFix platform specific issues with provider ciphers
2019-08-30  Matt CaswellFix pkeyutl -verifyrecover
2019-08-29  PauliDon't include the DEVRANDOM being seeded logic on Android.
2019-08-29  PauliFix NITs in comments and CHANGES for DEVRANDOM seeded...
2019-08-29  Dr. David von... fix 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 no-cmac
next