]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-11-04  Matt CaswellRemove an unused field in ossl_shim
2016-11-04  Matt CaswellAdd a wildcard exception for TLS13 tests
2016-11-04  Matt CaswellSwap header copyrights to standard OpenSSL
2016-11-04  Matt CaswellAdd missing bn.h include
2016-11-04  Matt CaswellUpdate the BoringSSL suppressions file based on the...
2016-11-04  Matt CaswellRename BoringSSL style OPENSSL_WINDOWS to OPENSSL_SYS_W...
2016-11-04  Matt CaswellFix a code inconsistency
2016-11-04  Matt CaswellRemove some #if 0'd out code
2016-11-04  Matt CaswellRemoved scoped_types.h
2016-11-04  Matt CaswellRemove some flags that are unused in the shim
2016-11-04  Matt CaswellUse the -allow-unimplemented feature of the BoringSSL...
2016-11-04  Matt CaswellRemove unused BoringSSL specific flags
2016-11-04  Matt CaswellRemove some unreferenced fields from TestState
2016-11-04  Matt CaswellRemove some #if 0'd out code
2016-11-04  Matt CaswellFix argument order in documentation
2016-11-04  Matt CaswellRemove test/ossl_shim/Makefile
2016-11-04  Matt CaswellAdd documentation on the BoringSSL test suite integration
2016-11-04  Matt CaswellAdd -std=c++11 to CXXFLAGS
2016-11-04  Matt CaswellFix some unused variable warnings in ossl_shim
2016-11-04  Matt CaswellAdd a comment to 90-test_external.t to explain why...
2016-11-04  Richard LevitteConvert 90-test_external.t to using "executable" rather...
2016-11-04  Matt CaswellControl building of ossl_shim through Configure
2016-11-04  Richard LevitteIntegrate ossl_shim into the build
2016-11-04  Matt CaswellAdd a shim config file
2016-11-04  Matt CaswellAdd ossl_shim to .gitignore
2016-11-04  Matt CaswellRebase shim against latest boringssl code
2016-11-04  Matt CaswellAdd a test to call the BoringSSL test suite
2016-11-04  Matt CaswellIntegrate BoringSSL shim
2016-11-03  Richard LevitteDon't assume to know the shared library extension
2016-11-03  Rich SalzUpdate CRYPTO_set_mem_debug() doc
2016-11-03  Richard LevitteEnable memory debugging while testing
2016-11-03  Richard Levittetest/shlibloadtest: small fixes
2016-11-03  Richard LevitteClang doesn't like -znodelete, make it a linker flag...
2016-11-03  Richard LevitteClean away remaining 'selftest' code
2016-11-03  Richard LevitteFinally, add a test recipe for the internal tests
2016-11-03  Richard LevitteConvert mdc2 test print to internal test
2016-11-03  Richard LevitteConvert x509 selftests to internal test
2016-11-03  Richard LevitteAdd a HEADER_MODES_H guard in include/openssl/modes.h
2016-11-03  Richard LevitteConvert modes selftests (cts128 and gcm128) to internal...
2016-11-03  Richard LevitteConvert asn1 selftests (a_strnid and ameth_lib) into...
2016-11-03  Richard LevitteVMS: ignore multiply defined symbols when linking programs
2016-11-03  Richard LevitteExplain the deal with internal test programs
2016-11-03  Richard LevitteAllow indented comments in build.info
2016-11-03  Richard LevitteConvert poly1305 selftest into internal test
2016-11-03  Richard Levittetest/build.info: typo, $ missing
2016-11-03  Kurt Roeckxconf fuzzer: also check for an empty file
2016-11-02  Matt CaswellImplement GET_MODULE_HANDLE_EX_FLAG_PIN for windows
2016-11-02  Matt CaswellLink using -znodelete
2016-11-02  Matt CaswellAdd a test to dynamically load and unload the libraries
2016-11-02  Matt CaswellEnsure that libcrypto and libssl do not unload until...
2016-11-02  Matt CaswellAdd a DSO_dsobyaddr() function
2016-11-02  Matt CaswellPartial revert of 3d8b2ec42 to add back DSO_pathbyaddr
2016-11-02  Matt CaswellAdd a CHANGES entry for the unrecognised record type...
2016-11-02  Matt CaswellAdd a test for unrecognised record types
2016-11-02  Matt CaswellFail if an unrecognised record type is received
2016-11-02  Richard LevitteTest recipes: remove duplicate OpenSSL::Test usage
2016-11-02  Sergey BronnikovFix link to LibFuzzer
2016-11-02  Matt CaswellAdd a read_ahead test
2016-11-02  Matt CaswellFix read_ahead
2016-11-02  David WoodhouseAdd documentation for DTLS_get_data_mtu()
2016-11-02  David WoodhouseAdd test cases for DTLS_get_data_mtu()
2016-11-02  David WoodhouseAdd unit test for ssl_cipher_get_overhead()
2016-11-02  David WoodhouseAdd DTLS_get_data_mtu() function
2016-11-02  Matt CaswellFix some style issues in ossltest
2016-11-02  Matt CaswellEnable TLSProxy to talk TLS1.3
2016-11-02  Matt CaswellMake sure ossltest engine works with TLS1.3
2016-11-02  Matt CaswellConvert a big "if" into a "switch"
2016-11-02  Matt CaswellUpdate Configure to know about tls1_3
2016-11-02  Matt CaswellUse ciphersuite id when matching if we've got one
2016-11-02  Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-11-02  Emilia KasperTEST_check macro: don't end with semi
2016-11-02  Richard LevitteSecure our notification email.
2016-11-01  Todd ShortAdd SSL_CTX_set1_cert_store()
2016-11-01  Mike Aizatsky[fuzzers] do not fail fuzzers with empty input
2016-11-01  Benjamin KadukFix grammar-o in CONTRIBUTING
2016-11-01  Rich SalzRevert "Disable MDC2 by default."
2016-10-31  Richard LevitteHPUX: Add the forgotten $(DSTDIR) when linking DSOs
2016-10-31  Richard LevitteUnix Makefile: Some sed implementation truncate long...
2016-10-31  Andy Polyakovsha/keccak1600.c: add couple of soft asserts.
2016-10-31  Rich SalzDisable MDC2 by default.
2016-10-31  Richard LevitteMark VC templates correctly.
2016-10-28  Benjamin KadukTry to unify BIO read/write parameter names
2016-10-28  Benjamin KadukWordsmith INSTALL
2016-10-28  Matt CaswellFix stdio build following BIO size_t work
2016-10-28  Matt CaswellFix more shadowed variable warnings
2016-10-28  Matt CaswellFix some feedback issues for BIO size_t-ify
2016-10-28  Matt CaswellAdd some sanity checks for BIO_read* and BIO_gets
2016-10-28  Matt CaswellMore parameter naming of BIO_read*/BIO_write* related...
2016-10-28  Matt CaswellTweaks based on review feedback of BIO size_t work
2016-10-28  Matt CaswellEnsure that BIO_read_ex() and BIO_write_ex() only retur...
2016-10-28  Matt CaswellRead up to INT_MAX when calling legacy BIO_read() imple...
2016-10-28  Matt CaswellFix a shadowed variable declaration warning
2016-10-28  Matt CaswellFix some bogus uninit variable warnings
2016-10-28  Matt CaswellDocument the new BIO functions introduced as part of...
2016-10-28  Matt CaswellEnsure all BIO functions call the new style callback
2016-10-28  Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28  Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-10-28  Matt CaswellFix a double free in ca command line
2016-10-28  Matt CaswellAdd a test for BIO_read() returning 0 in SSL_read(...
2016-10-28  Matt CaswellA zero return from BIO_read()/BIO_write() could be...
next