openssl.git
2017-12-10 Matt CaswellFix ssl_test_new with no-tls1_2
2017-12-09 FdaSilvaYYUseless conf != NULL test
2017-12-09 Patrick Steuerapps/speed.c: initialize buffers
2017-12-09 Patrick Steuerapps/speed.c: generate evp_cipher keys implicitly
2017-12-09 Patrick Steuerdoc/man3/EVP_EncryptInit.pod: add EVP_CIPHER_CTX_rand_key
2017-12-09 Daniel BeveniusMake BIO_METHOD struct definitions consistent
2017-12-08 Daniel BeveniusCorrect minor typo in ssl_locl.h comment
2017-12-08 Matt CaswellConvert the remaining functions in the record layer...
2017-12-08 Matt CaswellConvert dlts1_write_bytes() to use SSLfatal()
2017-12-08 Matt CaswellMore record layer conversions to use SSLfatal()
2017-12-08 Matt CaswellConvert ssl3_read_bytes() to use SSLfatal()
2017-12-08 Matt CaswellUpdate ssl3_get_record() to use SSLfatal()
2017-12-08 FdaSilvaYYAddress some code-analysis issues.
2017-12-08 FdaSilvaYYFix an incoherent test.
2017-12-08 Benjamin KadukFix test_tls13messages with no-ocsp
2017-12-08 Benjamin KadukWrap more of ocspapitest.c in OPENSSL_NO_OCSP
2017-12-08 Benjamin KadukFix coverity nit in handshake_helper.c
2017-12-08 Benjamin KadukFix coverity-reported errors in ocspapitest
2017-12-08 Richard LevitteIn apps_startup(), call OPENSSL_init_ssl() rather than...
2017-12-08 Richard LevitteIn OPENSSL_init_ssl(), run the base ssl init before...
2017-12-08 Bernd EdlingerAdd missing range checks on number of multi primes...
2017-12-08 Benjamin KadukFix no-ec
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 Paul YangLeave a message in doc to indicate 0 is not acceptable
2017-12-08 Paul YangFix some issues in apps/req
2017-12-08 Richard LevitteRemove unicode characters from source
2017-12-08 JitendraLullaputting the missing static
2017-12-08 JitendraLullamake get_cipher_handle static
2017-12-08 JitendraLullafix --strict-warnings
2017-12-08 JitendraLullaextending afalg with aes-cbc-192/256, afalgtest.c also...
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-12-07 Richard LevitteDocument how the configuration option 'reconf' works
2017-12-07 Richard LevitteConfigure: die if there are other arguments with 'reconf'
2017-12-07 Richard LevitteMake sure ./config passes options to ./Configure correctly
2017-12-07 Richard LevitteHave all relevant config targets use the env() function...
2017-12-07 Richard LevitteDocument the possibility for command line argument...
2017-12-07 Richard LevitteMake it possible to add env var assignments as Configur...
2017-12-07 Richard LevitteSave away the environment variables we rely on
2017-12-07 Matt CaswellFix the buffer sizing in the fatalerrtest
2017-12-06 Matt CaswellUpdate CHANGES and NEWS for new release
2017-12-06 Matt CaswellAdd a test for CVE-2017-3737
2017-12-06 Andy Polyakovtest/bntest.c: add rsaz_1024_mul_avx2 regression test.
2017-12-06 Andy Polyakovbn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1...
2017-12-06 Matt CaswellFix the check_fatal macro
2017-12-06 Matt CaswellFix bug in TLSv1.3 PSK processing
2017-12-05 Patrick Steuerapps/speed.c: detect evp cipher 32-bit ctr overflow...
2017-12-05 Rich SalzAdd link for more SECLEVEL info
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 Patrick Steuerkey_A and key_B had 3 references, only 2 were freed.
2017-12-04 Patrick Steuerapps/speed.c: use 32 byte key material as default
2017-12-04 Patrick Steuerapps/speed.c: add -seconds and -bytes options
2017-12-04 Matt CaswellFix some formatting nits
2017-12-04 Matt CaswellRemove spurious whitespace
2017-12-04 Matt CaswellUpdate an error reason code to be ERR_R_SHOULD_NOT_HAVE...
2017-12-04 Matt CaswellFix the Boring tests following the SSLfatal() changes
2017-12-04 Matt CaswellAdd some more cleanups
2017-12-04 Matt CaswellAssert that SSLfatal() only gets called once
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_dtls.c...
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-12-04 Matt CaswellReplace some usage of SSLerr with SSLfatal()
2017-12-04 Matt CaswellProvide an SSLfatal() macro
2017-12-03 Markus SauermannAdjusted Argument Indices
2017-11-30 Viktor DukhovniMake possible variant SONAMEs and symbol versions
2017-11-30 Rich SalzAdd "friendly name" extractor
2017-11-29 Todd ShortAdd sk_new_reserve support
2017-11-29 Todd ShortUse ChaCha only if prioritized by clnt
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-28 Matt CaswellFix lshift tests
2017-11-28 FdaSilvaYYFix docs for EVP_EncryptUpdate and EVP_DecryptUpdate
2017-11-28 Matt CaswellFix SSL_state_string() and SSL_state_string_long()
2017-11-27 PauliTest support for time_t comparisons.
2017-11-27 Pauliuse size_t tests instead of int ones
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-24 Richard LevitteFix EVP_MD_meth_new.pod
2017-11-24 Richard LevitteCorrect EVP_CIPHER_meth_new.pod and EVP_MD_meth_new.pod
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-22 Ronald TseAdd SM3/SM4 to openssl command-line tool
2017-11-21 Richard LevitteAvoid unnecessary MSYS2 conversion of some arguments
2017-11-21 Matt CaswellIf a server is not acknowledging SNI then don't reject...
2017-11-21 Matt CaswellProvide a more information early_data message in s_server
next