]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
ssl/ssl_ciph.c: make set_ciphersuites static
[thirdparty/openssl.git] / crypto /
2018-09-17  PauliAdd missing include file.
2018-09-16  PauliUse 'i' as parameter name not 'I'.
2018-09-15  Richard LevitteVMS: only use the high precision on VMS v8.4 and up
2018-09-13  Paul YangMake some return checks consistent with others
2018-09-12  Dr. Matthias St... Replace the public RAND_DRBG_USED_FLAGS #define by...
2018-09-12  Viktor Szakatsminor fixes for Windows
2018-09-12  Richard Levittecrypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly...
2018-09-11  PauliLimit the number of AES-GCM keys allowed in TLS. A...
2018-09-11  PauliFIPS 140-2 IG A.9 XTS key check.
2018-09-11  Matt CaswellUpdate copyright year
2018-09-10  Matt CaswellCheck the return value from ASN1_INTEGER_set
2018-09-10  Matt CaswellValidate the SM2 digest len before use
2018-09-10  Dr. Matthias St... crypto/rsa/rsa_pss.c: silence coverity warning
2018-09-09  Richard LevitteASN.1 DER: Make INT32 / INT64 types read badly encoded...
2018-09-08  Richard LevitteSipHash: add separate setter for the hash size
2018-09-08  Richard LevitteSipHash: make it possible to control the hash size...
2018-09-07  Paul YangAdd missing SM2err and fix doc nits
2018-09-07  Paul YangAllow EVP_MD_CTX_set_pkey_ctx to accept NULL pctx
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 YangIntroduce EVP_MD_CTX_set_pkey_ctx
2018-09-07  Paul YangRemove unnecessary sm2_za.c
2018-09-06  PauliAvoid SEGV when giving X509_sign a NULL private key.
2018-09-06  Shane LontisRSA padding Zeroization fixes
2018-09-05  Shane LontisKey zeroization fix for EVP_SealInit + added simple...
2018-09-05  Nicola TuveriHarmonize the error handling codepath
2018-09-05  Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-09-04  Shane Lontishkdf zeroization fix
2018-09-04  Shane Lontiskey zeroisation fix for p12
2018-09-04  Shane Lontiskey zeroisation for pvkfmt now done on all branch paths
2018-09-03  PauliFix HMAC SHA3-224 and HMAC SHA3-256.
2018-09-03  PauliMake OBJ_NAME case insensitive.
2018-09-03  Shane Lontishmac_init cleanup and fix key zeroization issue
2018-09-03  Billy Brumley[test] throw error from wrapper function instead of...
2018-09-03  wzhangFix the comment of PEM_read_bio_ex
2018-09-03  Paul Kehreradd getter for tbsResponseData and signatureAlgorithm...
2018-09-03  PauliCheck the return from BN_sub() in BN_X931_generate_Xpq().
2018-09-02  PauliCheck for a failure return from EVP_MD_CTX_new() in...
2018-09-02  Eric BrownRemove redundant ASN1_INTEGER_set call
2018-08-29  ymlbrightfix out-of-bounds write in sm2_crypt.c
2018-08-26  Andy Polyakovx509v3/v3_purp.c: refine lock-free check in x509v3_cach...
2018-08-23  Andy Polyakovbn/bn_lib.c: conceal even memmory access pattern in...
2018-08-23  Andy Polyakovbn/bn_blind.c: use Montgomery multiplication when possible.
2018-08-23  Andy Polyakovrsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."
2018-08-23  Andy Polyakovcrypto/bn: add more fixed-top routines.
2018-08-22  Matthias KraftExtend dladdr() for AIX, consequence from changes for...
2018-08-22  Andy Polyakovcrypto/init.c: improve destructor_key's portability.
2018-08-22  Andy Polyakovasn1/asn_moid.c: overhaul do_create.
2018-08-22  Matt CaswellImprove the usability of the ca app using EdDSA
2018-08-22  Dr. Matthias St... rand_lib.c: Don't open random devices while cleaning up.
2018-08-21  PauliZero memory in CRYPTO_secure_malloc.
2018-08-21  Nicola TuveriReplace GFp ladder implementation with ladd-2002-it...
2018-08-20  PauliCheck getauxval on systems that have it when checking...
2018-08-19  Dr. Matthias St... rand_unix.c: don't discard entropy bytes from /dev...
2018-08-19  Dr. Matthias St... rand_unix.c: don't discard entropy bytes from syscall_r...
2018-08-19  Dr. Matthias St... rand_unix.c: assimilate syscall_random() with getrandom(2)
2018-08-17  Benjamin KadukAvoid shadowing 'free' in X509_LOOKUP_met_set_free
2018-08-17  Andy Polyakovcrypto/threads_*: remove CRYPTO_atomic_{read|write}.
2018-08-14  Tomas MrazDeallocate previously loaded SSL CONF module data
2018-08-13  Andy Polyakovcrypto/o_fopen.c: alias fopen to fopen64.
2018-08-11  Richard Levittei2d_ASN1_OBJECT(): allocate memory if the user didn...
2018-08-09  PauliChange the OID references for X25519, X448, ED25519...
2018-08-09  Matt CaswellRevert "stack/stack.c: omit redundant NULL checks."
2018-08-07  Andy Polyakovcrypto/mem.c: switch to tsan_assist.h in CRYPTO_MDEBUG.
2018-08-07  Andy Polyakovengine/eng_lib.c: remove redundant #ifdef.
2018-08-07  Andy Polyakovx509v3/v3_purp.c: re-implement lock-free check for...
2018-08-07  Andy Polyakovx509v3/v3_purp.c: resolve Thread Sanitizer nit.
2018-08-07  Andy Polyakovlhash/lhash.c: switch to Thread-Sanitizer-friendly...
2018-08-07  Andy Polyakovstack/stack.c: omit redundant NULL checks.
2018-08-07  Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-08-07  Andy Polyakovx509/x509name.c: fix potential crash in X509_NAME_get_t...
2018-08-07  Richard LevitteMake EVP_PKEY_asn1_new() stricter with its input
2018-08-06  Patrick Steuers390x assembly pack: add KIMD/KLMD code path for sha3...
2018-08-03  Dr. Matthias St... Fix some undefined behaviour in the Curve448 code ...
2018-08-01  Andy Polyakovasn1/tasn_utl.c: fix logical error in and overhaul...
2018-08-01  PauliAdd OIDs for HMAC SHA512/224 and HMAC SHA512/256.
2018-07-31  Matt CaswellFix some TLSv1.3 alert issues
2018-07-31  Matt CaswellDeprecate the EC curve type specific functions in 1.2.0
2018-07-31  Matt CaswellUse the new non-curve type specific EC functions internally
2018-07-31  Matt CaswellProvide EC functions that are not curve type specific
2018-07-31  PauliCheck return from BN_sub
2018-07-31  PauliCheck conversion return in ASN1_INTEGER_print_bio.
2018-07-29  Bryan DonlanRemove DSA digest length checks when no digest is passed
2018-07-26  Billy BrumleyEC GFp ladder
2018-07-26  Andy PolyakovAdd ec/asm/x25519-ppc64.pl module.
2018-07-26  Andy Polyakovbn/bn_mod.c: harmonize BN_mod_add_quick with original...
2018-07-26  Paul YangFix a trivial coding style nit in sm2_sign.c
2018-07-25  Shane LontisFixed issue where DRBG_CTR fails if NO_DF is used ...
2018-07-25  Rich SalzCheck for failures, to avoid memory leak
2018-07-25  Andy Polyakovcrypto/init.c: use destructor_key even as guard in...
2018-07-25  Andy Polyakovcrypto/dllmain.c: remove unused OPENSSL_NONPIC_relocate...
2018-07-25  Andy Polyakovcrypto/cryptlib.c: resolve possible race in OPENSSL_iss...
2018-07-25  Andy Polyakovcrypto/cryptlib.c: make OPENSS_cpuid_setup safe to...
2018-07-25  Andy Polyakovec/ecp_nistz256.c: fix Coverity nit.
2018-07-24  David BenjaminRemove zero special-case in BN_mod_exp_mont.
2018-07-24  neighbadsUpdate sm2_crypt.c
2018-07-24  Richard Levittedef_load_bio(): Free |biosk| more carefully
2018-07-22  Andy Polyakovec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.
next