openssl.git
2016-11-04 Matt CaswellTest the size_t constant time functions
2016-11-04 Matt CaswellEnsure SSL_DEBUG works following size_t changes
2016-11-04 Matt CaswellClarify the return values for the peek functions
2016-11-04 Matt CaswellUpdates various man pages based on review feedback...
2016-11-04 Matt CaswellFix style issues in HMAC_size()
2016-11-04 Matt CaswellFix some bogus warnings about uninitialised variables
2016-11-04 Matt CaswellFix some clashing symbol numbers due to merge conflict
2016-11-04 Matt CaswellDocument the newly added SSL functions
2016-11-04 Matt CaswellRemove a stray TODO that has already been fixed
2016-11-04 Matt CaswellProvide some constant time functions for dealing with...
2016-11-04 Matt CaswellEnsure HMAC_size() handles errors correctly
2016-11-04 Matt CaswellNow that we can use size_t in PACKET lets use it
2016-11-04 Matt CaswellFix misc size_t issues causing Windows warnings in...
2016-11-04 Matt CaswellConvert the mac functions to just return 1 for success...
2016-11-04 Matt CaswellFix some ssl3_record code witch converstion to/from...
2016-11-04 Matt CaswellAdd some PACKET functions for size_t
2016-11-04 Matt CaswellConvert SSL BIO to use SSL_write_ex().
2016-11-04 Matt CaswellFix some missed size_t updates
2016-11-04 Matt CaswellResolve some outstanding size_t related TODOs
2016-11-04 Matt CaswellUpdate misc function params in libssl for size_t
2016-11-04 Matt CaswellConvert some libssl local functions to size_t
2016-11-04 Matt CaswellUpdate cookie_len for size_t
2016-11-04 Matt CaswellUpdate numerous misc libssl fields to be size_t
2016-11-04 Matt CaswellConvert session_id_length and sid_ctx_len to size_t
2016-11-04 Matt CaswellConvert master_secret_size code to size_t
2016-11-04 Matt CaswellConvert various mac_secret_size usage to size_t
2016-11-04 Matt CaswellConvert ssl3_cbc_digest_record for size_t
2016-11-04 Matt CaswellConvert some misc record layer functions for size_t
2016-11-04 Matt CaswellConvert SSL3_RECORD_clear() and SSL3_RECORD_release...
2016-11-04 Matt CaswellConvert libssl writing for size_t
2016-11-04 Matt CaswellFurther libssl size_t-ify of reading
2016-11-04 Matt CaswellConvert record layer to use size_t
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
next