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-08
Matt Caswell
Fix zlib BIO_METHOD for latest BIO_METHOD structure...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Richard Levitte
INSTALL: small typo
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
FdaSilvaYY
Allow null in X509_CRL_METHOD_free
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Andrea Grandi
Improve PRF documentation
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
David Benjamin
Improve RSA test coverage.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
David Benjamin
Make RSA_sign.pod less confusing.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
David Benjamin
Implement RSASSA-PKCS1-v1_5 as specified.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Matt Caswell
Partial revert of "Fix client verify mode to check...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Emilia Kasper
Simplify tests part 2
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Matt Caswell
Add a test for the wrong version number in a record
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Matt Caswell
Ignore the record version in TLS1.3
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Matt Caswell
test_sslcbcpadding only makes sense <TLS1.3
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Matt Caswell
Correct the Id for the TLS1.3 ciphersuite
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Matt Caswell
Always ensure that init_msg is initialised for a CCS
commit
|
commitdiff
|
tree
|
snapshot
2016-11-06
Richard Levitte
Windows: use default ZLIB1 unless --with-zlib-lib is set
commit
|
commitdiff
|
tree
|
snapshot
2016-11-06
Richard Levitte
Fix the LIBZ macro on VC config targets
commit
|
commitdiff
|
tree
|
snapshot
2016-11-06
Richard Levitte
VMS: pretend to use -znodelete
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Richard Levitte
constant time test: include our internal/numbers.h...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Richard Levitte
VMS build file template: assign 'arch' to local symbol...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Rich Salz
Missed a mention of RT
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Richard Levitte
Correct internal tests sources
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Richard Levitte
VMS: update the list of files that need some extra...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Richard Levitte
VMS: correct the logic around linking executables
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Emilia Kasper
Don't create fixtures for simple tests
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Emilia Kasper
testutil: always print errors on failure
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Richard Levitte
Travis: add a strict build
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Fix a missed size_t variable declaration
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Fix some style issues from libssl size_tify review
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Tweak the SSL_read()/SSL_write() text based on feedback...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Rename all "read" variables with "readbytes"
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Clarify the return values for SSL_read_ex()/SSL_write_ex()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Fix a shadowed variable declaration warning picked...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Document the HMAC_size() function
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Test the size_t constant time functions
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Ensure SSL_DEBUG works following size_t changes
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Clarify the return values for the peek functions
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Updates various man pages based on review feedback...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Fix style issues in HMAC_size()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Caswell
Fix some bogus warnings about uninitialised variables
commit
|
commitdiff
|
tree
|
snapshot
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
next