projects
/
openssl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add a test for the TLS1.3 secret generation
2016-11-09
Matt Caswell
Add a test for the TLS1.3 secret generation
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Add support for TLS1.3 secret generation
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Add support for initialising WPACKETs from a static...
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Add some documentation for the new HKDF modes
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Following the changes to HKDF to accept a mode, add...
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Update HKDF to support separte Extract and Expand steps
commit
|
commitdiff
|
tree
2016-11-09
FdaSilvaYY
Simplify and clean X509_VERIFY_PARAM new/free code.
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Make some CLIENTHELLO_MSG function arguments const
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Update a comment
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Swap back to using SSL3_RANDOM_SIZE instead of sizeof...
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Move setting the session_id_len until after we filled...
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Load the sessionid directly in SSLv2 compat ClientHello
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Rename clienthello.version to clienthello.legacy_version
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Fix some minor style issues
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Add some function documentation and update some existing...
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Fix make update following extensions refactor
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Improve some comment documentation following the extensions...
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Fix various style issues in the extension parsing refactor
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Use an explicit name for the struct for definition...
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Fix a memory leak in the ClientHello extension parsing
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Handle compression methods correctly with SSLv2 compat...
commit
|
commitdiff
|
tree
2016-11-09
Matt Caswell
Refactor ClientHello processing so that extensions...
commit
|
commitdiff
|
tree
2016-11-08
Matt Caswell
Fix zlib BIO_METHOD for latest BIO_METHOD structure...
commit
|
commitdiff
|
tree
2016-11-07
Matt Caswell
Partial revert of "Fix client verify mode to check...
commit
|
commitdiff
|
tree
2016-11-07
Matt Caswell
Add a test for the wrong version number in a record
commit
|
commitdiff
|
tree
2016-11-07
Matt Caswell
Ignore the record version in TLS1.3
commit
|
commitdiff
|
tree
2016-11-07
Matt Caswell
test_sslcbcpadding only makes sense <TLS1.3
commit
|
commitdiff
|
tree
2016-11-07
Matt Caswell
Correct the Id for the TLS1.3 ciphersuite
commit
|
commitdiff
|
tree
2016-11-07
Matt Caswell
Always ensure that init_msg is initialised for a CCS
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Fix a missed size_t variable declaration
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Fix some style issues from libssl size_tify review
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Tweak the SSL_read()/SSL_write() text based on feedback...
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Rename all "read" variables with "readbytes"
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Clarify the return values for SSL_read_ex()/SSL_write_ex()
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Fix a shadowed variable declaration warning picked...
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Document the HMAC_size() function
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Test the size_t constant time functions
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Ensure SSL_DEBUG works following size_t changes
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Clarify the return values for the peek functions
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Updates various man pages based on review feedback...
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Fix style issues in HMAC_size()
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Fix some bogus warnings about uninitialised variables
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Fix some clashing symbol numbers due to merge conflict
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Document the newly added SSL functions
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Remove a stray TODO that has already been fixed
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Provide some constant time functions for dealing with...
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Ensure HMAC_size() handles errors correctly
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Now that we can use size_t in PACKET lets use it
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Fix misc size_t issues causing Windows warnings in...
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Convert the mac functions to just return 1 for success...
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Fix some ssl3_record code witch converstion to/from...
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Add some PACKET functions for size_t
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Convert SSL BIO to use SSL_write_ex().
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Fix some missed size_t updates
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Resolve some outstanding size_t related TODOs
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Update misc function params in libssl for size_t
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Convert some libssl local functions to size_t
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Update cookie_len for size_t
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Update numerous misc libssl fields to be size_t
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Convert session_id_length and sid_ctx_len to size_t
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Convert master_secret_size code to size_t
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Convert various mac_secret_size usage to size_t
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Convert ssl3_cbc_digest_record for size_t
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Convert some misc record layer functions for size_t
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Convert SSL3_RECORD_clear() and SSL3_RECORD_release...
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Convert libssl writing for size_t
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Further libssl size_t-ify of reading
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Convert record layer to use size_t
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Remove an unused field in ossl_shim
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Add a wildcard exception for TLS13 tests
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Swap header copyrights to standard OpenSSL
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Add missing bn.h include
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Update the BoringSSL suppressions file based on the...
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Rename BoringSSL style OPENSSL_WINDOWS to OPENSSL_SYS_WINDOWS
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Fix a code inconsistency
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Remove some #if 0'd out code
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Removed scoped_types.h
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Remove some flags that are unused in the shim
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Use the -allow-unimplemented feature of the BoringSSL...
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Remove unused BoringSSL specific flags
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Remove some unreferenced fields from TestState
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Remove some #if 0'd out code
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Fix argument order in documentation
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Remove test/ossl_shim/Makefile
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Add documentation on the BoringSSL test suite integration
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Add -std=c++11 to CXXFLAGS
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Fix some unused variable warnings in ossl_shim
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Add a comment to 90-test_external.t to explain why...
commit
|
commitdiff
|
tree
2016-11-04
Richard Levitte
Convert 90-test_external.t to using "executable" rather...
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Control building of ossl_shim through Configure
commit
|
commitdiff
|
tree
2016-11-04
Richard Levitte
Integrate ossl_shim into the build
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Add a shim config file
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Add ossl_shim to .gitignore
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Rebase shim against latest boringssl code
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Add a test to call the BoringSSL test suite
commit
|
commitdiff
|
tree
2016-11-04
Matt Caswell
Integrate BoringSSL shim
commit
|
commitdiff
|
tree
2016-11-02
Matt Caswell
Implement GET_MODULE_HANDLE_EX_FLAG_PIN for windows
commit
|
commitdiff
|
tree
2016-11-02
Matt Caswell
Link using -znodelete
commit
|
commitdiff
|
tree
2016-11-02
Matt Caswell
Add a test to dynamically load and unload the libraries
commit
|
commitdiff
|
tree
2016-11-02
Matt Caswell
Ensure that libcrypto and libssl do not unload until...
commit
|
commitdiff
|
tree
next