projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Provided support for the -nameopt flag in s_client, s_server and s_time
[oweals/openssl.git]
/
ssl
/
2017-02-21
Dr. Stephen Henson
Check validity, not just signing for all certificates
tree
|
commitdiff
2017-02-21
Dr. Stephen Henson
Set default validity flags.
tree
|
commitdiff
2017-02-21
Dr. Stephen Henson
remove md array: it is not used any more.
tree
|
commitdiff
2017-02-21
Pauli
fix spelling of Camellia in comment
tree
|
commitdiff
2017-02-21
Pauli
Implementation of the ARIA cipher as described in RFC...
tree
|
commitdiff
2017-02-17
Dr. Stephen Henson
Explicitly disallow DSA for TLS 1.3
tree
|
commitdiff
2017-02-17
Matt Caswell
Updates following review feedback
tree
|
commitdiff
2017-02-17
Matt Caswell
Don't use an enum in the return type for a public API...
tree
|
commitdiff
2017-02-17
Matt Caswell
Fix a shadowed global variable warning
tree
|
commitdiff
2017-02-17
Matt Caswell
Updates following review feedback
tree
|
commitdiff
2017-02-17
Matt Caswell
Limit the number of KeyUpdate messages we can process
tree
|
commitdiff
2017-02-17
Matt Caswell
Actually update the keys when a KeyUpdate message is...
tree
|
commitdiff
2017-02-17
Matt Caswell
If we receive an "update_requested" KeyUpdate then...
tree
|
commitdiff
2017-02-17
Matt Caswell
Add the ability for a server to receive a KeyUpdate...
tree
|
commitdiff
2017-02-17
Matt Caswell
Add a SSL_get_key_update_type() function
tree
|
commitdiff
2017-02-17
Matt Caswell
Add the ability for a client to send a KeyUpdate message
tree
|
commitdiff
2017-02-17
Matt Caswell
Add the ability for a client to receive a KeyUpdate...
tree
|
commitdiff
2017-02-17
Matt Caswell
Add SSL_trace() support for KeyUpdate messages
tree
|
commitdiff
2017-02-17
Matt Caswell
Provide a function to send a KeyUpdate message
tree
|
commitdiff
2017-02-16
Dr. Stephen Henson
Use tls_choose_sigalg for client auth.
tree
|
commitdiff
2017-02-16
Dr. Stephen Henson
Add client side support to tls_choose_sigalg.
tree
|
commitdiff
2017-02-16
Matt Caswell
Remove an OPENSSL_assert() and replace with a soft...
tree
|
commitdiff
2017-02-16
Matt Caswell
Don't change the state of the ETM flags until CCS proce...
tree
|
commitdiff
2017-02-16
Dr. Stephen Henson
Fix warning
tree
|
commitdiff
2017-02-15
Dr. Stephen Henson
Set current certificate to selected certificate.
tree
|
commitdiff
2017-02-15
Bernd Edlinger
Rework error handling of custom_ext_meth_add towards...
tree
|
commitdiff
2017-02-15
Dr. Stephen Henson
Skip curve check if sigalg doesn't specify a curve.
tree
|
commitdiff
2017-02-15
Dr. Stephen Henson
Use CERT_PKEY pointer instead of index
tree
|
commitdiff
2017-02-15
Dr. Stephen Henson
Simplify tls_construct_server_key_exchange
tree
|
commitdiff
2017-02-15
Dr. Stephen Henson
Use cert_index and sigalg
tree
|
commitdiff
2017-02-15
Dr. Stephen Henson
Add sigalg for earlier TLS versions
tree
|
commitdiff
2017-02-15
Dr. Stephen Henson
Change tls_choose_sigalg so it can set errors and alerts.
tree
|
commitdiff
2017-02-15
Dr. Stephen Henson
add ssl_has_cert
tree
|
commitdiff
2017-02-14
Bernd Edlinger
Use TLSEXT_KEYNAME_LENGTH in tls_decrypt_ticket.
tree
|
commitdiff
2017-02-14
Matt Caswell
Fix no-ec compilation
tree
|
commitdiff
2017-02-14
Matt Caswell
Remove a double call to ssl3_send_alert()
tree
|
commitdiff
2017-02-14
Matt Caswell
Fix a bogus uninit variable warning
tree
|
commitdiff
2017-02-14
Matt Caswell
Add a bytestogroup macro
tree
|
commitdiff
2017-02-14
Matt Caswell
Various style fixes following review feedback
tree
|
commitdiff
2017-02-14
Matt Caswell
Add trace support for HelloRetryRequest
tree
|
commitdiff
2017-02-14
Matt Caswell
Implement support for resumption with a HelloRetryRequest
tree
|
commitdiff
2017-02-14
Matt Caswell
Add client side support for parsing Hello Retry Request
tree
|
commitdiff
2017-02-14
Matt Caswell
Add server side support for creating the Hello Retry...
tree
|
commitdiff
2017-02-14
Matt Caswell
Make the context available to the extensions parse...
tree
|
commitdiff
2017-02-14
Yuchi
mem leak on error path and error propagation fix
tree
|
commitdiff
2017-02-10
Dr. Stephen Henson
Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGN
tree
|
commitdiff
2017-02-10
Dr. Stephen Henson
Check index >= 0 as 0 is a valid index.
tree
|
commitdiff
2017-02-09
David Benjamin
Don't read uninitialised data for short session IDs.
tree
|
commitdiff
2017-02-09
Peter Wu
SSL_get_shared_sigalgs: handle negative idx parameter
tree
|
commitdiff
2017-02-08
Matt Caswell
Fix crash in tls13_enc
tree
|
commitdiff
2017-02-08
Dr. Stephen Henson
Add remaining TLS1.3 ciphersuites
tree
|
commitdiff
2017-02-08
Dr. Stephen Henson
Use contants for Chacha/Poly, redo algorithm expressions.
tree
|
commitdiff
2017-02-08
Dr. Stephen Henson
Add CCM mode support for TLS 1.3
tree
|
commitdiff
2017-02-08
Dr. Stephen Henson
Add NID_auth_any and NID_kx_any NIDs.
tree
|
commitdiff
2017-02-08
Dr. Stephen Henson
Add SSL_kANY and SSL_aANY
tree
|
commitdiff
2017-02-03
Bernd Edlinger
Combined patch against master branch for the following...
tree
|
commitdiff
2017-02-03
Richard Levitte
Fix "no-ec"
tree
|
commitdiff
2017-02-02
Richard Levitte
Initialise alg_k and alg_a
tree
|
commitdiff
2017-02-02
Dr. Stephen Henson
Don't filter TLS 1.3 ciphersuites by signing or key...
tree
|
commitdiff
2017-02-02
Dr. Stephen Henson
Update cipher definition
tree
|
commitdiff
2017-02-02
Dr. Stephen Henson
Remove special case for TLS 1.3.
tree
|
commitdiff
2017-02-02
Dr. Stephen Henson
For TLS 1.3 retrieve previously set certificate index
tree
|
commitdiff
2017-02-02
Dr. Stephen Henson
make errors
tree
|
commitdiff
2017-02-02
Dr. Stephen Henson
Set signature algorithm when choosing cipher
tree
|
commitdiff
2017-02-02
Dr. Stephen Henson
Add function tls_choose_sigalg().
tree
|
commitdiff
2017-02-02
Dr. Stephen Henson
Cosmetic change
tree
|
commitdiff
2017-02-02
Cory Benfield
Add support for logging out TLSv1.3 secrets
tree
|
commitdiff
2017-02-01
Todd Short
Majority rules, use session_ctx vs initial_ctx
tree
|
commitdiff
2017-01-31
Dr. Stephen Henson
Tidy up Suite B logic
tree
|
commitdiff
2017-01-31
Dr. Stephen Henson
Remove peer_md and use peer_sigalg instead.
tree
|
commitdiff
2017-01-31
Dr. Stephen Henson
Simplify sigalgs code.
tree
|
commitdiff
2017-01-31
Dr. Stephen Henson
Add digest and key indices to table.
tree
|
commitdiff
2017-01-31
Dr. Stephen Henson
Don't check certificate type against ciphersuite for...
tree
|
commitdiff
2017-01-31
Dr. Stephen Henson
Add TLS 1.3 signing curve check
tree
|
commitdiff
2017-01-31
Dr. Stephen Henson
Only allow PSS signatures with RSA keys and TLS 1.3
tree
|
commitdiff
2017-01-31
Dr. Stephen Henson
Store table entry to peer signature algorithm.
tree
|
commitdiff
2017-01-30
Matt Caswell
Free up the memory for the NewSessionTicket extensions
tree
|
commitdiff
2017-01-30
Matt Caswell
Make sure we free and cleanse the pms value in all...
tree
|
commitdiff
2017-01-30
Dr. Stephen Henson
Update macros.
tree
|
commitdiff
2017-01-30
Dr. Stephen Henson
fix style issues
tree
|
commitdiff
2017-01-30
Dr. Stephen Henson
Fix TLS 1.2 and no sigalgs.
tree
|
commitdiff
2017-01-30
Dr. Stephen Henson
Replace TLS_SIGALGS with SIGALG_LOOKUP
tree
|
commitdiff
2017-01-30
Dr. Stephen Henson
Support TLS 1.3 signature scheme names.
tree
|
commitdiff
2017-01-30
Dr. Stephen Henson
Extend TLS 1.3 signature table.
tree
|
commitdiff
2017-01-30
Dr. Stephen Henson
Use shared signature algorithm list to find type.
tree
|
commitdiff
2017-01-30
Dr. Stephen Henson
Add SSL_get_peer_signature_type_nid() function.
tree
|
commitdiff
2017-01-30
Dr. Stephen Henson
Store peer signature type.
tree
|
commitdiff
2017-01-30
Dr. Stephen Henson
More complete PSS support.
tree
|
commitdiff
2017-01-30
Dr. Stephen Henson
Use uint16_t for signature scheme.
tree
|
commitdiff
2017-01-30
Dr. Stephen Henson
use RSA_PSS_SALTLEN_DIGEST constant
tree
|
commitdiff
2017-01-30
Matt Caswell
Expand comment in tls_process_hello_req()
tree
|
commitdiff
2017-01-30
Matt Caswell
Add a TODO around validating the ticket age
tree
|
commitdiff
2017-01-30
Matt Caswell
Various style fixes following review feedback
tree
|
commitdiff
2017-01-30
Matt Caswell
Remove unneccessary comments
tree
|
commitdiff
2017-01-30
Matt Caswell
Use for loop in WPACKET_fill_lengths instead of do...
tree
|
commitdiff
2017-01-30
Matt Caswell
Move the SSL3_CK_CIPHERSUITE_FLAG out of public header
tree
|
commitdiff
2017-01-30
Matt Caswell
If we have no suitable PSK kex modes then don't attempt...
tree
|
commitdiff
2017-01-30
Matt Caswell
Fix <= TLS1.2 break
tree
|
commitdiff
2017-01-30
Matt Caswell
Make calls to SSL_renegotiate() error out for TLSv1.3
tree
|
commitdiff
2017-01-30
Matt Caswell
Make the "ticket" function return codes clearer
tree
|
commitdiff
next