]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2017-05-22  PauliReformat the string output to be more in line with...
2017-05-22  PauliBring the memory output inline with the suggestions...
2017-05-22  Alex GaynorFixed merge nonsense
2017-05-22  Alex GaynorNewlines!
2017-05-22  Alex GaynorUpdate the test to assert that the SCT is from an X...
2017-05-22  Alex GaynorStyle fixes and use the source parameter so the OCSP...
2017-05-22  Alex GaynorThis is an int
2017-05-22  Alex GaynorDon't use a for-loop decleration
2017-05-22  Alex GaynorFixed #3020 -- set entry type on SCTs from X.509 and...
2017-05-22  PauliIntegration build a small memory image
2017-05-22  Todd ShortFix the mem_sec "small arena"
2017-05-22  Andy Polyakovtest/secmemtest.c: clarify limitations for huge secure...
2017-05-22  Diego Santa... Fix srp app missing NULL termination with password...
2017-05-21  Rich Salz-inkey can be an identifier, not just a file
2017-05-21  Andy Polyakovtest/run_tests.pl: don't mask test failures.
2017-05-21  Andy Polyakovtest/test_test.c: fix wrong BN test [and rearrange...
2017-05-21  Todd ShortTweak sec_mem tests
2017-05-20  Dr. Stephen... move comments to same line as fields
2017-05-20  Dr. Stephen... Add test data for EVP_DigestSign/EVP_DigestVerify tests.
2017-05-20  Dr. Stephen... Add test support for "oneshot" versions EVP_DigestSign...
2017-05-20  Dr. Stephen... Add tests in evp_test for EVP_Digest{Sign,Verify}{Init...
2017-05-20  Rich SalzMove engines/afalg to engines
2017-05-19  Dr. Stephen... remove duplicate tests
2017-05-19  Dr. Stephen... Add tests
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
next