]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2017-05-11  Bernd EdlingerFix gcc-7 warnings.
2017-05-11  Richard LevitteUnclash clashing reason codes in ssl.h
2017-05-11  Rich SalzUse compare_mem wrapper
2017-05-11  Rich SalzAddress some feedback
2017-05-11  Rich SalzConvert of evp_test to framework
2017-05-11  Tomas MrazFix regression in openssl req -x509 behaviour.
2017-05-11  PauliRemove dead code.
2017-05-11  Matt CaswellAdd some extra comments following alert changes
2017-05-11  Matt CaswellAdd some checks for trailing data after extension blocks
2017-05-11  Matt CaswellSend a missing_extension alert if key_share/supported...
2017-05-11  Matt CaswellTLSv1.3 alert and handshake messages can never be 0...
2017-05-11  Matt CaswellTLSv1.3 alerts cannot be fragmented and only one per...
2017-05-11  Matt CaswellCheck that a TLSv1.3 encrypted message has an app data...
2017-05-11  Matt CaswellSend an illegal parameter alert if the update type...
2017-05-11  Matt CaswellEnsure we fail with a decode error alert if the server...
2017-05-11  Matt CaswellFix more alert codes
2017-05-11  Matt CaswellVerify that there is no trailing data after the extensi...
2017-05-11  Matt CaswellFix some alert codes
2017-05-11  Matt CaswellReject unknown warning alerts in TLSv1.3
2017-05-11  Dr. Stephen... make update
2017-05-11  Dr. Stephen... Add EVP_DigestSign and EVP_DigesVerify
2017-05-11  Richard LevitteClarify that a test failed
2017-05-11  PauliAdd a descriptive header to diff output from failed...
2017-05-10  Rich SalzIgnore MSVC warnings (via Gisle Vanem)
2017-05-10  Matt CaswellAdd a test for SNI in conjunction with custom extensions
2017-05-10  Matt CaswellCopy custom extension flags in a call to SSL_set_SSL_CTX()
2017-05-10  Richard LevitteFix 'no-ec'
2017-05-10  Richard LevittePrefer TAP::Harness over Test::Harness
2017-05-09  PauliAdd test_test tests for bignums.
2017-05-09  PauliAdd BN support to the test infrastructure.
2017-05-09  Matt CaswellAdd test for no change following an HRR
2017-05-09  Matt CaswellVerify that if we have an HRR then something will change
2017-05-09  Matt CaswellMore TLSv1.3 cookie tests
2017-05-09  Matt CaswellFix HRR bug
2017-05-09  Matt CaswellDon't do the final key_share checks if we are in an HRR
2017-05-09  Matt CaswellFix some copy&paste errors and update following review...
2017-05-09  Matt CaswellAdd some badly formatted compression methods tests
2017-05-09  Matt CaswellVerify that only NULL compression is sent in TLSv1...
2017-05-09  Matt CaswellFix an s_server infinite loop
2017-05-08  Benjamin KadukAdd unit test for PEM_FLAG_ONLY_B64
2017-05-08  Benjamin KadukMake PEM_read_{,bio_}PrivateKey use secmem
2017-05-08  Benjamin KadukAdd PEM_bytes_read_bio_secmem()
2017-05-08  Benjamin KadukAdd PEM_read_bio_ex
2017-05-08  Meena VyasAdded a new Makefile in demos/evp directory
2017-05-08  Matt CaswellUpdate the message callback documentation
2017-05-08  Matt CaswellAdd support to SSL_trace() for inner content types
2017-05-08  Matt CaswellRemove support for OPENSSL_SSL_TRACE_CRYPTO
2017-05-08  Matt CaswellUpdates to supported_groups following review feedback
2017-05-08  Matt CaswellAdd a test for supported_groups in the EE message
2017-05-08  Matt CaswellSend the supported_groups extension in EE where applicable
2017-05-06  Richard Levittetest/recipes/95-test_*.t : correct skip_all syntax
2017-05-05  Richard LevitteRearrange test/recipes/95-test_*.t to use skip_all
2017-05-05  PauliConversion of the EC tests to use the framework.
2017-05-05  Andy Polyakovsha/sha512.c: fix formatting.
2017-05-05  Andy Polyakovperlasm/x86_64-xlate.pl: work around problem with hex...
2017-05-05  Matt CaswellRemove some out of date text inadvertently left behind
2017-05-04  Rich SalzRemove outdated and unsupported CHIL engine
2017-05-04  Rich SalzFix pathname errors in errcode file
2017-05-04  Rich SalzFix tests of TEST tests, as it were
2017-05-04  PauliTest framework output improvement.
2017-05-04  Richard Levittetest/exptest.c: stop marking progress with a period
2017-05-04  Matt CaswellUpdates to serverinfo fix based on review feedback
2017-05-04  Matt CaswellAdd a test for loading serverinfo data from memory
2017-05-04  Matt CaswellFix SSL_CTX_use_serverinfo_ex() et al to properly handl...
2017-05-04  Matt CaswellRevert "Fix clang compile time error"
2017-05-04  Matt CaswellDon't leave stale errors on queue if DSO_dsobyaddr...
2017-05-04  Matt CaswellFix an uninit read in igetest
2017-05-04  Todd ShortFix clang compile time error
2017-05-03  Rich SalzFix curly braces on util/mkrc.pl
2017-05-03  Rich SalzRun perltidy, use strict+warnings on mkrc.pl
2017-05-03  Rich SalzPerltidy ck_errf
2017-05-03  Rich SalzRemove some unused scripts
2017-05-03  Matt CaswellUpdate tls13secretstest test vectors for TLSv1.3 draft-20
2017-05-03  Matt CaswellUpdate the TLSv1.3 version indicator for draft-20
2017-05-03  Matt CaswellUpdate the HKDF labels for draft-20
2017-05-03  Todd ShortLimit padded record to max plaintext
2017-05-03  Matt CaswellUpdate the documentation for "Groups" and "Curves"
2017-05-03  Matt CaswellAdd the -groups option to s_server/s_client
2017-05-03  Matt CaswellUpdate serverinfo documentation based on feedback received
2017-05-03  Matt CaswellClarify serverinfo usage with Certificate messages
2017-05-03  Matt CaswellDocument the new SSL_CTX_use_serverinfo_ex() function
2017-05-03  Matt CaswellAdd an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1
2017-05-03  Matt CaswellAdd a test for CT in TLSv1.3
2017-05-03  Matt CaswellAdd a SERVERINFOV2 format test file
2017-05-03  Matt CaswellOnly send custom extensions where we have received...
2017-05-03  Matt CaswellExtend the SERVERINFO file format to include an extensi...
2017-05-03  Marek KleinAdded support for ESSCertIDv2
2017-05-02  PauliUpdate igetest to use the test framework.
2017-05-02  Rich SalzConvert uses of snprintf to BIO_snprintf
2017-05-02  Matt CaswellFix some error path logic in i2v_AUTHORITY_INFO_ACCESS...
2017-05-02  Matt CaswellFix comment around safari fingerprint check
2017-05-02  Rich SalzFix URL links in comment
2017-05-02  Rich SalzAdd some man page cross-references
2017-05-02  Rich SalzConvert danetest, ssl_test_ctx_test
2017-05-02  Todd ShortTLS1.3 Padding
2017-05-02  Todd ShortFix time offset calculation.
2017-05-01  Rich SalzFix a stack smash
2017-05-01  Benjamin KadukRemove duplicates from clang_devteam_warnings
2017-05-01  Benjamin KadukAddress some -Wold-style-declaration warnings
2017-05-01  Benjamin KadukAdd -Wextra to gcc devteam warnings
next