]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2017-12-14  Matt CaswellDelay flush until after CCS with early_data
2017-12-14  Matt CaswellEnsure CCS sent before early_data has the correct recor...
2017-12-14  Matt CaswellSend supported_versions in an HRR
2017-12-14  Matt CaswellMake sure supported_versions appears in an HRR too
2017-12-14  Matt CaswellUpdate TLSProxy to know about new HRR style
2017-12-14  Matt CaswellUpdate state machine to send CCS based on whether we...
2017-12-14  Matt CaswellFix an HRR bug
2017-12-14  Matt CaswellMerge HRR into ServerHello
2017-12-14  Matt CaswellSend a CCS after ServerHello in TLSv1.3 if using middle...
2017-12-14  Matt CaswellSend a CCS from a client in an early_data handshake
2017-12-14  Matt CaswellSend a CCS from the client in a non-early_data handshake
2017-12-14  Matt CaswellRemove TLSv1.3 specific write transition for ClientHello
2017-12-14  Matt CaswellDrop CCS messages received in the TLSv1.3 handshake
2017-12-14  Matt CaswellSend TLSv1.2 as the record version when using TLSv1.3
2017-12-14  Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-14  Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-14  Matt CaswellUpdate the TLSv1.3 draft version indicators to draft 22
2017-12-13  Bernd EdlingerMinor cleanup of the rsa mp limits code
2017-12-13  Richard LevitteFix VMS use of util/mkdef.pl in top build.info
2017-12-13  Viktor DukhovniDocument the X509_V_FLAG_PARTIAL_CHAIN flag
2017-12-12  Ben KadukFix more OCSP_resp_get0_signer() nits
2017-12-12  Daniel BeveniusFix minor typo in bio.pod
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-12  Richard LevitteVMS build file template: adapt for when someone disable...
2017-12-12  Richard LevitteRestore makedepend capabilities for Windows and VMS
2017-12-12  Richard LevitteNote the removal of Makefile.shared in CHANGES
2017-12-12  Richard LevitteRemove Makefile.shared, as it's now entirely unused
2017-12-12  Richard LevitteConfigure et al: cleanups
2017-12-12  Richard Levittebuild.info: adapt to the new handling of .rc / .def...
2017-12-12  Richard LevitteBuild file templates: Replace the use of Makefile.shared
2017-12-12  Richard LevitteConfigure: Recognise .rc and .def / .map / .opt as...
2017-12-12  Richard LevitteConfigure: Read in extra information to help create...
2017-12-12  Richard LevitteConfigure: Add read_eval_file, a general purpose perl...
2017-12-12  Daniel BeveniusMinor improvements to ssl.pod
2017-12-11  Benjamin KadukFix typo in comment
2017-12-11  Richard LevitteConfigure: move the processing of predefined macros...
2017-12-11  Sebastian Andrzej... rsa: Do not allow less than 512 bit RSA keys
2017-12-11  Matt CaswellFix no-chacha
2017-12-11  Matt CaswellDon't expect a POLY1305 ciphersuite when using no-poly1305
2017-12-11  Matt CaswellReplace tabs with spaces in 25-cipher.conf.in
2017-12-11  Matt CaswellFix no-tls1_1
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
next