projects
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Initialise the al variable
[openssl.git]
/
ssl
/
statem
/
statem_clnt.c
2017-01-06
Matt Caswell
Initialise the al variable
blob
|
commitdiff
|
raw
2017-01-06
Matt Caswell
Implement TLSv1.3 style CertificateStatus
blob
|
commitdiff
|
raw
|
diff to current
2017-01-06
Matt Caswell
Create Certificate messages in TLS1.3 format
blob
|
commitdiff
|
raw
|
diff to current
2017-01-06
Matt Caswell
Extends extension parsing to take the Certificate
blob
|
commitdiff
|
raw
|
diff to current
2017-01-06
Matt Caswell
Extend tls_construct_extensions() to enable passing...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-19
Richard Levitte
Fix erroneous goto lable
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Kurt Roeckx
Only call memcpy when the length is larger than 0.
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Fix a travis failure
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Introduce TLSEXT_STATUSTYPE_nothing constant
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Various style updates following extensions refactor
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Fix a memory leak
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Split ServerHello extensions
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Move ServerHello extension parsing into the new extensi...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Move client construction of ClientHello extensions...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Add EncryptedExtensions message
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Send and Receive a TLSv1.3 format ServerHello
blob
|
commitdiff
|
raw
|
diff to current
2016-11-23
Matt Caswell
Fix missing NULL checks in CKE processing
blob
|
commitdiff
|
raw
|
diff to current
2016-11-23
Matt Caswell
Use ClientHello.legacy_version for the RSA pre-master...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-23
Matt Caswell
Fix some style issues with TLSv1.3 state machine PR
blob
|
commitdiff
|
raw
|
diff to current
2016-11-23
Matt Caswell
Fix some style issues identified during review
blob
|
commitdiff
|
raw
|
diff to current
2016-11-23
Matt Caswell
Ensure unexpected messages are handled consistently
blob
|
commitdiff
|
raw
|
diff to current
2016-11-23
Matt Caswell
Ensure the end of first server flight processing is...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-23
Matt Caswell
Update state machine to be closer to TLS1.3
blob
|
commitdiff
|
raw
|
diff to current
2016-11-23
Matt Caswell
Remove old style NewSessionTicket from TLSv1.3
blob
|
commitdiff
|
raw
|
diff to current
2016-11-16
Matt Caswell
Fixed various style issues in the key_share code
blob
|
commitdiff
|
raw
|
diff to current
2016-11-16
Matt Caswell
Start using the key_share data to derive the PMS
blob
|
commitdiff
|
raw
|
diff to current
2016-11-09
Matt Caswell
Address some supported_versions review comments
blob
|
commitdiff
|
raw
|
diff to current
2016-11-09
Matt Caswell
Address some review feedback comments for supported_ver...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-09
Matt Caswell
Add server side support for supported_versions extension
blob
|
commitdiff
|
raw
|
diff to current
2016-11-07
Matt Caswell
Partial revert of "Fix client verify mode to check...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Now that we can use size_t in PACKET lets use it
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Fix misc size_t issues causing Windows warnings in...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Fix some missed size_t updates
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Update misc function params in libssl for size_t
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Update cookie_len for size_t
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Convert session_id_length and sid_ctx_len to size_t
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Convert master_secret_size code to size_t
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Further libssl size_t-ify of reading
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Matt Caswell
Fix linebreaks in the tls_construct_client_certificate...
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Matt Caswell
Add a typedef for the construction function
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Matt Caswell
Move setting of the handshake header up one more level
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Matt Caswell
Remove the special case processing for finished constru...
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Matt Caswell
Harmonise setting the header and closing construction
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Matt Caswell
Don't set the handshake header in every message
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Matt Caswell
Move init of the WPACKET into write_state_machine()
blob
|
commitdiff
|
raw
|
diff to current
2016-10-02
Matt Caswell
Rename ssl_set_handshake_header2()
blob
|
commitdiff
|
raw
|
diff to current
2016-09-29
Matt Caswell
Fix a bug in CKE construction for PSK
blob
|
commitdiff
|
raw
|
diff to current
2016-09-22
Rich Salz
Add -Wswitch-enum
blob
|
commitdiff
|
raw
|
diff to current
2016-09-22
Dmitry Belyavsky
Avoid KCI attack for GOST
blob
|
commitdiff
|
raw
|
diff to current
2016-09-20
Richard Levitte
Quiet compiler warning about uninitialised variable
blob
|
commitdiff
|
raw
|
diff to current
2016-09-20
Matt Caswell
Convert WPACKET_put_bytes to use convenience macros
blob
|
commitdiff
|
raw
|
diff to current
2016-09-20
Matt Caswell
Style tweaks following review feedback
blob
|
commitdiff
|
raw
|
diff to current
2016-09-20
Matt Caswell
Convert NextProto message construction to WPACKET
blob
|
commitdiff
|
raw
|
diff to current
2016-09-20
Matt Caswell
Convert ClientVerify Construction to WPACKET
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Add a WPACKET_sub_allocate_bytes() function
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Convert CKE construction to use the WPACKET API
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Address WPACKET review comments
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Ensure the WPACKET gets cleaned up in the event of...
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Add WPACKET_sub_memcpy() function
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Move from explicit sub-packets to implicit ones
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Rename PACKETW to WPACKET
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Convert tls_construct_client_hello() to use PACKETW
blob
|
commitdiff
|
raw
|
diff to current
2016-08-22
Matt Caswell
Fix leak on error in tls_construct_cke_gost
blob
|
commitdiff
|
raw
|
diff to current
2016-08-18
Emilia Kasper
Indent ssl/
blob
|
commitdiff
|
raw
|
diff to current
2016-08-15
Dr. Stephen Henson
Fix no-ec
blob
|
commitdiff
|
raw
|
diff to current
2016-08-13
Dr. Stephen Henson
Modify TLS support for new X25519 API.
blob
|
commitdiff
|
raw
|
diff to current
2016-08-04
David Woodhouse
Fix ossl_statem_client_max_message_size() for DTLS1_BAD_VER
blob
|
commitdiff
|
raw
|
diff to current
2016-08-01
Ben Laurie
peer_tmp doesn't exist if no-ec no-dh.
blob
|
commitdiff
|
raw
|
diff to current
2016-07-23
Richard Levitte
Correct misspelt OPENSSL_NO_SRP
blob
|
commitdiff
|
raw
|
diff to current
2016-07-19
Matt Caswell
Update error codes following tls_process_key_exchange...
blob
|
commitdiff
|
raw
|
diff to current
2016-07-19
Matt Caswell
Tidy up tls_process_key_exchange()
blob
|
commitdiff
|
raw
|
diff to current
2016-07-19
Matt Caswell
Split out ECDHE from tls_process_key_exchange()
blob
|
commitdiff
|
raw
|
diff to current
2016-07-19
Matt Caswell
Split out DHE from tls_process_key_exchange()
blob
|
commitdiff
|
raw
|
diff to current
2016-07-19
Matt Caswell
Split out SRP from tls_process_key_exchange()
blob
|
commitdiff
|
raw
|
diff to current
2016-07-19
Matt Caswell
Split out the PSK preamble from tls_process_key_exchange()
blob
|
commitdiff
|
raw
|
diff to current
2016-07-19
Matt Caswell
Move the PSK preamble for tls_process_key_exchange()
blob
|
commitdiff
|
raw
|
diff to current
2016-07-19
Matt Caswell
Narrow scope of locals vars in tls_process_key_exchange()
blob
|
commitdiff
|
raw
|
diff to current
2016-07-19
Matt Caswell
Remove sessions from external cache, even if internal...
blob
|
commitdiff
|
raw
|
diff to current
2016-07-19
Richard Levitte
Fixup a few SSLerr calls in ssl/statem/
blob
|
commitdiff
|
raw
|
diff to current
2016-07-18
Matt Caswell
Fix up error codes after splitting up tls_construct_key...
blob
|
commitdiff
|
raw
|
diff to current
2016-07-18
Matt Caswell
Some tidy ups after the CKE construction refactor
blob
|
commitdiff
|
raw
|
diff to current
2016-07-18
Matt Caswell
Split out SRP CKE construction into a separate function
blob
|
commitdiff
|
raw
|
diff to current
2016-07-18
Matt Caswell
Split out GOST CKE construction into a separate function
blob
|
commitdiff
|
raw
|
diff to current
2016-07-18
Matt Caswell
Split out DHE CKE construction into a separate function
blob
|
commitdiff
|
raw
|
diff to current
2016-07-18
Matt Caswell
Split out DHE CKE construction into a separate function
blob
|
commitdiff
|
raw
|
diff to current
2016-07-18
Matt Caswell
Split out CKE construction PSK pre-amble and RSA into...
blob
|
commitdiff
|
raw
|
diff to current
2016-07-18
Matt Caswell
Narrow the scope of local variables in tls_construct_cl...
blob
|
commitdiff
|
raw
|
diff to current
2016-07-18
Matt Caswell
Simplify key_exchange_expected() logic
blob
|
commitdiff
|
raw
|
diff to current
2016-07-18
Matt Caswell
Fix SSLv3 alert if no Client Ceritifcate sent after...
blob
|
commitdiff
|
raw
|
diff to current
2016-07-18
Matt Caswell
Prepare the client certificate earlier
blob
|
commitdiff
|
raw
|
diff to current
2016-07-15
Dr. Stephen Henson
check return values for EVP_Digest*() APIs
blob
|
commitdiff
|
raw
|
diff to current
2016-07-12
David Benjamin
Fix DH error-handling in tls_process_key_exchange.
blob
|
commitdiff
|
raw
|
diff to current
2016-06-15
Richard Levitte
Deal with the consequences of constifying getters
blob
|
commitdiff
|
raw
|
diff to current
2016-06-09
Laszlo Kovacs
RT3720 Increment session miss counter properly
blob
|
commitdiff
|
raw
|
diff to current
2016-06-03
Matt Caswell
Handle a memory allocation failure in ssl3_init_finishe...
blob
|
commitdiff
|
raw
|
diff to current
2016-05-20
Matt Caswell
Simplify SSL BIO buffering logic
blob
|
commitdiff
|
raw
|
diff to current
2016-05-17
Rich Salz
Copyright consolidation 01/10
blob
|
commitdiff
|
raw
|
diff to current
2016-05-17
Matt Caswell
Fix some out of date comments
blob
|
commitdiff
|
raw
|
diff to current
2016-05-13
David Benjamin
The NewSessionTicket message is not optional.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-29
Matt Caswell
Client side CKE processing can double free on error
blob
|
commitdiff
|
raw
|
diff to current
next