projects
/
oweals
/
openssl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/openssl.git
2016-11-04
Matt Caswell
Fix some clashing symbol numbers due to merge conflict
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Document the newly added SSL functions
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Remove a stray TODO that has already been fixed
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Provide some constant time functions for dealing with...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Ensure HMAC_size() handles errors correctly
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Now that we can use size_t in PACKET lets use it
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Fix misc size_t issues causing Windows warnings in...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Convert the mac functions to just return 1 for success...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Fix some ssl3_record code witch converstion to/from...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Add some PACKET functions for size_t
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Convert SSL BIO to use SSL_write_ex().
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Fix some missed size_t updates
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Resolve some outstanding size_t related TODOs
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Update misc function params in libssl for size_t
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Convert some libssl local functions to size_t
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Update cookie_len for size_t
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Update numerous misc libssl fields to be size_t
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Convert session_id_length and sid_ctx_len to size_t
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Convert master_secret_size code to size_t
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Convert various mac_secret_size usage to size_t
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Convert ssl3_cbc_digest_record for size_t
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Convert some misc record layer functions for size_t
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Convert SSL3_RECORD_clear() and SSL3_RECORD_release...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Convert libssl writing for size_t
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Further libssl size_t-ify of reading
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Convert record layer to use size_t
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Remove an unused field in ossl_shim
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Add a wildcard exception for TLS13 tests
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Swap header copyrights to standard OpenSSL
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Add missing bn.h include
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Update the BoringSSL suppressions file based on the...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Rename BoringSSL style OPENSSL_WINDOWS to OPENSSL_SYS_W...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Fix a code inconsistency
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Remove some #if 0'd out code
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Removed scoped_types.h
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Remove some flags that are unused in the shim
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Use the -allow-unimplemented feature of the BoringSSL...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Remove unused BoringSSL specific flags
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Remove some unreferenced fields from TestState
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Remove some #if 0'd out code
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Fix argument order in documentation
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Remove test/ossl_shim/Makefile
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Add documentation on the BoringSSL test suite integration
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Add -std=c++11 to CXXFLAGS
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Fix some unused variable warnings in ossl_shim
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Add a comment to 90-test_external.t to explain why...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Richard Levitte
Convert 90-test_external.t to using "executable" rather...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Control building of ossl_shim through Configure
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Richard Levitte
Integrate ossl_shim into the build
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Add a shim config file
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Add ossl_shim to .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Rebase shim against latest boringssl code
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Add a test to call the BoringSSL test suite
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Integrate BoringSSL shim
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
Don't assume to know the shared library extension
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Rich Salz
Update CRYPTO_set_mem_debug() doc
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
Enable memory debugging while testing
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
test/shlibloadtest: small fixes
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
Clang doesn't like -znodelete, make it a linker flag...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
Clean away remaining 'selftest' code
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
Finally, add a test recipe for the internal tests
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
Convert mdc2 test print to internal test
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
Convert x509 selftests to internal test
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
Add a HEADER_MODES_H guard in include/openssl/modes.h
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
Convert modes selftests (cts128 and gcm128) to internal...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
Convert asn1 selftests (a_strnid and ameth_lib) into...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
VMS: ignore multiply defined symbols when linking programs
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
Explain the deal with internal test programs
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
Allow indented comments in build.info
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
Convert poly1305 selftest into internal test
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Richard Levitte
test/build.info: typo, $ missing
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Kurt Roeckx
conf fuzzer: also check for an empty file
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Implement GET_MODULE_HANDLE_EX_FLAG_PIN for windows
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Link using -znodelete
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Add a test to dynamically load and unload the libraries
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Ensure that libcrypto and libssl do not unload until...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Add a DSO_dsobyaddr() function
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Add a CHANGES entry for the unrecognised record type...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Add a test for unrecognised record types
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Fail if an unrecognised record type is received
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Richard Levitte
Test recipes: remove duplicate OpenSSL::Test usage
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Sergey Bronnikov
Fix link to LibFuzzer
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Add a read_ahead test
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Fix read_ahead
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
David Woodhouse
Add documentation for DTLS_get_data_mtu()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
David Woodhouse
Add test cases for DTLS_get_data_mtu()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
David Woodhouse
Add unit test for ssl_cipher_get_overhead()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
David Woodhouse
Add DTLS_get_data_mtu() function
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Fix some style issues in ossltest
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Enable TLSProxy to talk TLS1.3
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Make sure ossltest engine works with TLS1.3
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Convert a big "if" into a "switch"
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Update Configure to know about tls1_3
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Use ciphersuite id when matching if we've got one
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Matt Caswell
Add the SSL_METHOD for TLSv1.3 and all other base chang...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Emilia Kasper
TEST_check macro: don't end with semi
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Richard Levitte
Secure our notification email.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-01
Todd Short
Add SSL_CTX_set1_cert_store()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-01
Mike Aizatsky
[fuzzers] do not fail fuzzers with empty input
commit
|
commitdiff
|
tree
|
snapshot
next