openssl.git
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
2017-11-21 Matt CaswellAllow a client to send early_data with SNI if the sessi...
2017-11-21 Matt CaswellIgnore the session when setting SNI in s_client
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 PolyakovIron out /WX errors in VC-WIN32.
2017-11-17 Andy Polyakovbn/bn_exp.c: harmonize BN_mod_exp_mont_consttime with...
2017-11-16 FdaSilvaYYFix AppVeyor/VC build failure
2017-11-16 Andy Polyakovbn/bn_add.c: address performance regression.
2017-11-16 Richard LevitteModify expected output of a CRL to match the changed...
2017-11-16 Richard LevitteAdd padding spaces before printing signature algorithm...
2017-11-16 Richard LevitteModify expected output of a certificate to match the...
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 FdaSilvaYYFactorise duplicated code.
2017-11-13 FdaSilvaYYremove magic number
2017-11-13 Andy PolyakovARMv8 assembly pack: add Qualcomm Kryo results.
2017-11-13 Andy PolyakovConfigurations/10-main.conf: add back /WX to VC-WIN32.
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-11-13 Andy Polyakovssl/ssl_asn1.c: resolve warnings in VC-WIN32 build...
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-13 Rich SalzFix typo that cause find-doc-nits failure
2017-11-12 Ben Kadukmake update
2017-11-12 Benjamin KadukAdd OCSP API test executable
2017-11-12 Benjamin KadukAdd an API to get the signer of an OCSP response
2017-11-12 Piotr CzajkaTypo fix
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-10 Andy Polyakovutil/copy.pl: work around glob quirk in some of earlier...
2017-11-10 Andy Polyakov00-base-templates.conf: fix ia64 builds.
2017-11-09 Matt CaswellFix an s_client memory leak
next