Send TLSv1.2 as the record version when using TLSv1.3
[openssl.git] / crypto /
2017-12-14 Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-14 Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-13 Bernd EdlingerMinor cleanup of the rsa mp limits code
2017-12-12 Ben KadukFix more OCSP_resp_get0_signer() nits
2017-12-12 Patrick Steuercrypto/bio/bss_dgram.c: annotate fallthrough (-Wimplici...
2017-12-12 Richard LevitteFix leak in ERR_get_state() when OPENSSL_init_crypto...
2017-12-11 Sebastian Andrzej... rsa: Do not allow less than 512 bit RSA keys
2017-12-09 Daniel BeveniusMake BIO_METHOD struct definitions consistent
2017-12-08 Matt CaswellConvert the remaining functions in the record layer...
2017-12-08 FdaSilvaYYAddress some code-analysis issues.
2017-12-08 FdaSilvaYYFix an incoherent test.
2017-12-08 Bernd EdlingerAdd missing range checks on number of multi primes...
2017-12-08 Andy Polyakovchacha/asm/chacha-x86_64.pl: add AVX512VL code path.
2017-12-08 Andy Polyakovcrypto/x86_64cpuid.pl: suppress AVX512F flag on Skylake-X.
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-12-06 Andy Polyakovbn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1...
2017-12-05 Daniel BeveniusFix minor typo in comment in rsa_st
2017-12-04 MerQGhUpdate eng_fat.c
2017-12-04 Andy Polyakovmodes/asm/ghashv8-armx.pl: handle lengths not divisible...
2017-12-04 Andy Polyakovmodes/asm/ghashv8-armx.pl: optimize modulo-scheduled...
2017-12-04 Andy Polyakovmodes/asm/ghashv8-armx.pl: modulo-schedule loop.
2017-12-04 Andy Polyakovmodes/asm/ghashv8-armx.pl: implement 4x aggregate factor.
2017-12-04 Matt CaswellAdd some more cleanups
2017-12-04 Matt CaswellAdd some sanity checks for the fatal error condition
2017-12-04 Matt CaswellFix up a few places in the state machine that got misse...
2017-12-04 Matt CaswellConvert more functions in ssl/statem/statem.c to use...
2017-12-04 Matt CaswellConvert remaining functions in statem_srvr.c to use...
2017-12-04 Matt CaswellConvert remaining functions in statem_clnt.c to use...
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-11-28 PauliA missing semicolon prevents compilation with ENGINE_RE...
2017-11-28 David BenjaminFix chacha-armv4.pl with clang -fno-integrated-as.
2017-11-28 Andy Polyakovrsa/rsa_gen.c: harmonize keygen's ability with RSA_secu...
2017-11-28 Andy Polyakovrsa/rsa_lib.c: make RSA_security_bits multi-prime aware.
2017-11-27 Rich SalzCheck for malloc failure
2017-11-27 Rich SalzFix SOURCE_DATE_EPOCH bug; use UTC
2017-11-25 Andy Polyakovchacha/asm/chacha-x86_64.pl: fix sporadic crash in...
2017-11-25 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: switch to pure AVX512F.
2017-11-25 David BenjaminPretty-print large INTEGERs and ENUMERATEDs in hex.
2017-11-25 Kurt RoeckxCreate a prototype for OPENSSL_rdtsc
2017-11-23 Andy Polyakovrsa/rsa_gen.c: ensure backward compatibility with exter...
2017-11-23 Andy Polyakovcrypto/x86_64cpuid.pl: fix AVX512 capability masking.
2017-11-21 Paul YangSupport multi-prime RSA (RFC 8017)
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-11-17 Andy Polyakovbn/bn_exp.c: harmonize BN_mod_exp_mont_consttime with...
2017-11-16 Andy Polyakovbn/bn_add.c: address performance regression.
2017-11-16 Richard LevitteAdd padding spaces before printing signature algorithm...
2017-11-16 Yutian LiAdd padding spaces before printing algo.
2017-11-15 Rich SalzRevert "Add padding spaces before printing algo."
2017-11-15 Yutian LiAdd padding spaces before printing algo.
2017-11-13 FdaSilvaYYremove magic number
2017-11-13 Andy PolyakovARMv8 assembly pack: add Qualcomm Kryo results.
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-11-13 Andy Polyakovevp/pbe_scrypt.c: add boundary condition for implicit...
2017-11-13 Andy Polyakovasn1/a_strex.c: fix flags truncation in do_esc_char.
2017-11-12 Benjamin KadukAdd an API to get the signer of an OCSP response
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-11-11 Long Qinlhash.c: Replace Unicode EN DASH with the ASCII char...
2017-11-10 FdaSilvaYYFix possible leaks on sk_X509_EXTENSION_push() failure ...
2017-11-08 Andy PolyakovOPENSSL_ia32cap: reserve for new extensions.
2017-11-08 Rich SalzDon't NULL check before calling DSO_free.
2017-11-08 Rich SalzRemovre comment with user's name
2017-11-07 FdaSilvaYYVarious typo
2017-11-07 FdaSilvaYYstyle : fix some if(...
2017-11-07 Matt CaswellRemove 4 broken macros from ocsp.h
2017-11-05 Ronald TseSM3: restructure to EVP internal and update doc to...
2017-11-05 Jack LloydSM3: Add SM3 hash function
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-11-05 Andy Polyakovaes/asm/{aes-armv4|bsaes-armv7}.pl: make it work with...
2017-11-03 Pavel KopylCheck return value of OBJ_nid2obj in dsa_pub_encode.
2017-11-03 Pavel KopylAdd error handling in dsa_main and ASN1_i2d_bio.
2017-11-03 Pavel KopylFix error handling in i2d* functions.
2017-11-02 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_inte...
2017-11-01 PauliAddress a timing side channel whereby it is possible...
2017-11-01 Pauli Address a timing side channel whereby it is possible...
2017-10-31 Ronald TseSM4: Add SM4 block cipher to EVP
2017-10-30 Kurt RoeckxOnly reset the ctx when a cipher is given
2017-10-30 Richard Levittemake update
2017-10-30 Richard LevitteEVP_PKEY_asn1_add0(): Check that this method isn't...
2017-10-30 Richard LevitteEVP_PKEY_ASN1_METHOD: add functions to set siginf_set...
2017-10-30 Benjamin KadukPrevent NULL dereference in async clear-fd code
2017-10-30 Patrick Steuers390x assembly pack: extend s390x capability vector.
2017-10-26 Paul YangSimplify the stack reservation
2017-10-26 Matt CaswellDon't use strcasecmp and strncasecmp for IA5 strings
2017-10-25 Paul YangAdd sk_TYPE_new_reserve() function
2017-10-24 Richard Levitteasn1_item_embed_new(): if locking failed, don't call...
2017-10-24 Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-10-24 Matt CaswellDon't make any changes to the lhash structure if we...
2017-10-23 Xiangyu BuFix memory leak in GENERAL_NAME_set0_othername.
2017-10-23 Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-10-23 Matt CaswellCorrect value for BN_security_bits()
2017-10-21 KaoruTodaRemove duplicate assignment.
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-18 Benjamin KadukAdd missing RAND_DRBG locking
2017-10-18 Dr. Matthias St... Remove unnecessary DRBG_RESEED state
2017-10-18 Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-10-17 Patrick Steuers390x assembly pack: remove capability double-checking.
2017-10-17 Patrick Steuercrypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.
2017-10-17 Andy Polyakovx509v3/v3_utl.c: avoid double-free.
2017-10-17 Andy Polyakovmodes/gcm128.c: harmonize GCM_MUL macro with GHASH.
2017-10-16 Michael Richardsonadded cmcCA and cmcRA as per rfc6402, capitalized per...
next