openssl.git
2017-05-19 Dr. Stephen... Add support for multiple update calls in evp_test
2017-05-19 Matt CaswellFix return code in tls1_mac
2017-05-19 PauliReformat the output of BIGNUMS where test cases fail.
2017-05-19 Diego Santa... Fix endless loop on srp app when listing users
2017-05-19 Matt CaswellFix ASN1_TIME_to_generalizedtime to take a const ASN1_TIME
2017-05-19 Matt CaswellMake SSL_is_server() accept a const SSL
2017-05-19 Matt CaswellTry to be more consistent about the alerts we send
2017-05-18 Matt CaswellFix EXT_RETURN usage for add_key_share()
2017-05-17 Paul YangFix typo in INSTALL file
2017-05-17 Todd ShortFix compile error/warning in packettest.c
2017-05-17 Matt CaswellAdd a test for a missing sig algs extension
2017-05-17 Matt CaswellAllow a missing sig algs extension if resuming
2017-05-17 Matt CaswellAdd a new unsolicited extension error code and add...
2017-05-17 Matt CaswellAdd tests for unsolicited extensions
2017-05-17 Matt CaswellFail if we receive a response to an extension that...
2017-05-17 Richard LevitteRemove notification settings from appveyor.yml
2017-05-17 Matt CaswellDon't allow fragmented alerts
2017-05-16 Rich SalzUse BIO not FILE for test file
2017-05-15 Tomas MrazDocument the history of BIO_gets() on BIO_fd().
2017-05-15 Tomas MrazDocument that BIO_gets() preserves '\n'.
2017-05-15 Tomas MrazDo not eat trailing '\n' in BIO_gets for fd BIO.
2017-05-15 Richard LevitteINSTALL: Remind people to read more if they added confi...
2017-05-15 Richard LevitteINSTALL: clarify a bit more how Configure treats "unkno...
2017-05-15 PauliUpdate one CI test to use randomised ordering.
2017-05-15 PauliRandomise the ordering of the C unit tests.
2017-05-12 Rich SalzReview feedback; use single main, #ifdef ADD_TEST
2017-05-12 Rich SalzConvert shlibloadtest to new framework
2017-05-12 Rich SalzAdd "Title" directive to evp_test
2017-05-12 Todd ShortClean up SSL_OP_* a bit
2017-05-12 Rich SalzUse scalar, not length; fixes test_evp
2017-05-11 David BenjaminRemove filename argument to x86 asm_init.
2017-05-11 Rich SalzRename evptests.txt to evppkey.txt
2017-05-11 Rich SalzSplit test/evptests.txt into separate files.
2017-05-11 Todd ShortFix infinite loops in secure memory allocation.
2017-05-11 Richard LevitteClean away needless VMS check
2017-05-11 Richard LevitteCleanup - use e_os2.h rather than stdint.h
2017-05-11 Richard Levittetestutil: Fix non-standard subtest output
2017-05-11 Richard Levitteevp_test: use the test file name as the test title
2017-05-11 Richard Levittetestutil: add the possibility to set the current test...
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
next