projects
/
oweals
/
openssl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/openssl.git
2017-01-30
Matt Caswell
Make sure we free and cleanse the pms value in all...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
Update macros.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
fix style issues
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
Fix TLS 1.2 and no sigalgs.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
Use PSS for simple test so TLS 1.3 handhake is successful.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
Add tests for client and server signature type
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
Add test support for TLS signature types.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
Update documentation
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
make update
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
Replace TLS_SIGALGS with SIGALG_LOOKUP
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
Support TLS 1.3 signature scheme names.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
Extend TLS 1.3 signature table.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
Use shared signature algorithm list to find type.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
Add SSL_get_peer_signature_type_nid() function.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
Store peer signature type.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
More complete PSS support.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
Use uint16_t for signature scheme.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Dr. Stephen...
use RSA_PSS_SALTLEN_DIGEST constant
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Expand comment in tls_process_hello_req()
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Add a TODO around validating the ticket age
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Various style fixes following review feedback
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Remove unneccessary comments
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Use for loop in WPACKET_fill_lengths instead of do...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Move the SSL3_CK_CIPHERSUITE_FLAG out of public header
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Add a test for the PSK kex modes extension
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
If we have no suitable PSK kex modes then don't attempt...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Fix <= TLS1.2 break
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Add a test for WPACKET_fill_lengths()
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Enable wpacket test on shared builds
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Make calls to SSL_renegotiate() error out for TLSv1.3
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Make the "ticket" function return codes clearer
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Miscellaneous style tweaks based on feedback received
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Ensure the al variable is properly ininitialised in...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Ensure the age_add variable is properly initialised
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Re-enable resumption for TLS1.3 CT tests
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Add testing of TLSv1.3 resumption in test_tls13messages
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Add a capability for TLSProxy to wait for a session...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Re-enable test_ssl_new resumption tests for TLSv1.3
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Remove a TLS1.3 TODO that is now completed
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Re-enable TLSv1.3 session resumption related tests...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Update create_ssl_connection() to make sure its gets...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Re-enable ALPN resumption tests where we are using...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Always ensure that session->cipher is set
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Tweak a comment
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Use the correct session resumption mechanism
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Move session version consistency check
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Set the kex modes on the client too.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Implement server side of PSK extension construction
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Implement Server side of PSK extension parsing
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Make sure we also cleanse the finished key
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Provide a key_share extension finaliser
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Add support for client side parsing of the PSK extension
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Add support for the age_add field
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Construct the client side psk extension for TLSv1.3
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Provide a new WPACKET function for filling in all the...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Update the s_client -sess_out feature to work for TLSv1.3
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Never send a session id in TLS1.3
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Add a TODO around handling of SSL_get_session() and...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Process incoming NewSessionTicket messages on the clien...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Create the NewSessionTicket message in TLSv1.3
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Add support for the psk_key_exchange_modes extension
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Move TLSv1.3 Session Ticket processing into the state...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Disable requests for renegotiation in TLSv1.3
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Move state machine knowledge out of the record layer
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
Remove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-30
Matt Caswell
ChangeCipherSpec is not allowed in TLSv1.3
commit
|
commitdiff
|
tree
|
snapshot
2017-01-29
Ben Laurie
Remove annoying and pointless pause.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-29
Richard Levitte
Fix faulty free
commit
|
commitdiff
|
tree
|
snapshot
2017-01-29
Richard Levitte
test/evp_test.c: If no algorithm was specified, don...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-28
Kurt Roeckx
Update client and server corpus
commit
|
commitdiff
|
tree
|
snapshot
2017-01-28
Rich Salz
Don't need the checkbox; the hook does it
commit
|
commitdiff
|
tree
|
snapshot
2017-01-28
Richard Levitte
Add a couple of test to check CRL fingerprint
commit
|
commitdiff
|
tree
|
snapshot
2017-01-28
Richard Levitte
Document what EXFLAG_SET is for in x509v3.h
commit
|
commitdiff
|
tree
|
snapshot
2017-01-28
Richard Levitte
X509_CRL_digest() - ensure precomputed sha1 hash before...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-28
Richard Levitte
Correct pointer to be freed
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Rich Salz
Avoid over-long strings. Fix a mem leak.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Dr. Stephen...
Add server signature algorithm bug test.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Dr. Stephen...
Use correct signature algorithm list when sending or...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Matt Caswell
Update CHANGES and NEWS for new release
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Andy Polyakov
bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Andy Polyakov
test/bntest.c: regression test for carry bug in bn_sqr8...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Richard Levitte
Document DH_check_params()
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Richard Levitte
Better check of DH parameters in TLS data
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Andy Polyakov
crypto/evp: harden AEAD ciphers.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Andy Polyakov
crypto/evp: harden RC4_MD5 cipher.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Cory Benfield
Limit the length of the encrypted premaster key.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Richard Levitte
Fix small typo
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Matt Caswell
Fix a merge error
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Matt Caswell
Remove assert from is_partially_overlapping()
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Matt Caswell
Adjust in and in_len instead of donelen
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Matt Caswell
Fix the overlapping check for fragmented "Update" opera...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Matt Caswell
Update evp_test to make sure passing partial block...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Matt Caswell
Properly handle a partial block in OCB mode
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Matt Caswell
Don't use magic numbers in aes_ocb_cipher()
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Matt Caswell
Fix memory leaks in the Certificate extensions code
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
FdaSilvaYY
Fix a few double ;
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
FdaSilvaYY
Typo, fix a comment
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
FdaSilvaYY
Style
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
FdaSilvaYY
Fix a few misspellings.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
FdaSilvaYY
Fix some style and indent issue
commit
|
commitdiff
|
tree
|
snapshot
next