]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-11-07  David BenjaminImplement RSASSA-PKCS1-v1_5 as specified.
2016-11-07  Matt CaswellPartial revert of "Fix client verify mode to check...
2016-11-07  Emilia KasperSimplify tests part 2
2016-11-07  Matt CaswellAdd a test for the wrong version number in a record
2016-11-07  Matt CaswellIgnore the record version in TLS1.3
2016-11-07  Matt Caswelltest_sslcbcpadding only makes sense <TLS1.3
2016-11-07  Matt CaswellCorrect the Id for the TLS1.3 ciphersuite
2016-11-07  Matt CaswellAlways ensure that init_msg is initialised for a CCS
2016-11-06  Richard LevitteWindows: use default ZLIB1 unless --with-zlib-lib is set
2016-11-06  Richard LevitteFix the LIBZ macro on VC config targets
2016-11-06  Richard LevitteVMS: pretend to use -znodelete
2016-11-05  Richard Levitteconstant time test: include our internal/numbers.h...
2016-11-04  Richard LevitteVMS build file template: assign 'arch' to local symbol...
2016-11-04  Rich SalzMissed a mention of RT
2016-11-04  Richard LevitteCorrect internal tests sources
2016-11-04  Richard LevitteVMS: update the list of files that need some extra...
2016-11-04  Richard LevitteVMS: correct the logic around linking executables
2016-11-04  Emilia KasperDon't create fixtures for simple tests
2016-11-04  Emilia Kaspertestutil: always print errors on failure
2016-11-04  Richard LevitteTravis: add a strict build
2016-11-04  Matt CaswellFix a missed size_t variable declaration
2016-11-04  Matt CaswellFix some style issues from libssl size_tify review
2016-11-04  Matt CaswellTweak the SSL_read()/SSL_write() text based on feedback...
2016-11-04  Matt CaswellRename all "read" variables with "readbytes"
2016-11-04  Matt CaswellClarify the return values for SSL_read_ex()/SSL_write_ex()
2016-11-04  Matt CaswellFix a shadowed variable declaration warning picked...
2016-11-04  Matt CaswellDocument the HMAC_size() function
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
next