index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssl
/
ssl_err.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some TLSv1.3 alert issues
Matt Caswell
2018-07-31
1
-0
/
+4
*
Validate legacy_version
Matt Caswell
2018-07-20
1
-0
/
+1
*
Return a fatal error if application data is encountered during shutdown
Matt Caswell
2018-06-27
1
-0
/
+2
*
Respect SSL_OP_NO_TICKET in TLSv1.3
Matt Caswell
2018-06-26
1
-0
/
+4
*
Restructure the ticket construction code
Matt Caswell
2018-06-26
1
-0
/
+2
*
Fix last(?) batch of malloc-NULL places
Rich Salz
2018-04-26
1
-0
/
+2
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-0
/
+19
*
Split configuration of TLSv1.3 ciphers from older ciphers
Matt Caswell
2018-03-14
1
-0
/
+1
*
Add SSL/SSL_CTX_use_cert_and_key()
Todd Short
2018-03-09
1
-0
/
+7
*
Give more information in the SSL_stateless return code
Matt Caswell
2018-03-09
1
-0
/
+2
*
Add TLSv1.3 post-handshake authentication (PHA)
Todd Short
2018-02-01
1
-0
/
+19
*
Add support for the TLS 1.3 signature_algorithms_cert extension
Benjamin Kaduk
2018-01-25
1
-1
/
+3
*
Add support for sending TLSv1.3 cookies
Matt Caswell
2018-01-24
1
-0
/
+4
*
Send supported_versions in an HRR
Matt Caswell
2017-12-14
1
-0
/
+1
*
Merge HRR into ServerHello
Matt Caswell
2017-12-14
1
-0
/
+2
*
Drop CCS messages received in the TLSv1.3 handshake
Matt Caswell
2017-12-14
1
-0
/
+4
*
Implement session id TLSv1.3 middlebox compatibility mode
Matt Caswell
2017-12-14
1
-0
/
+1
*
Update ServerHello to new draft-22 format
Matt Caswell
2017-12-14
1
-0
/
+4
*
Convert the remaining functions in the record layer to use SSLfatal()
Matt Caswell
2017-12-08
1
-0
/
+2
*
Add some more cleanups
Matt Caswell
2017-12-04
1
-0
/
+4
*
Add some sanity checks for the fatal error condition
Matt Caswell
2017-12-04
1
-0
/
+1
*
Fix up a few places in the state machine that got missed with SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+2
*
Convert more functions in ssl/statem/statem.c to use SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+2
*
Convert remaining functions in statem_srvr.c to use SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+10
*
Convert remaining functions in statem_clnt.c to use SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+17
*
Convert the state machine code to use SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+76
*
Implement Maximum Fragment Length TLS extension.
FdaSilvaYY
2017-11-05
1
-0
/
+10
*
Session resume broken switching contexts
Todd Short
2017-10-04
1
-0
/
+2
*
Complain if we are writing early data but SNI or ALPN is incorrect
Matt Caswell
2017-08-31
1
-0
/
+4
*
make errors
Dr. Stephen Henson
2017-07-13
1
-0
/
+2
*
Add TLSv1.3 client side external PSK support
Matt Caswell
2017-06-21
1
-0
/
+1
*
Allow the server to change the ciphersuite on resume
Matt Caswell
2017-06-16
1
-0
/
+2
*
Put message strings in state files
Rich Salz
2017-06-12
1
-86
/
+44
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-728
/
+943
*
Fix #2400 Add NO_RENEGOTIATE option
Todd Short
2017-06-06
1
-0
/
+2
*
Add an error to the stack on failure in dtls1_write_bytes()
Matt Caswell
2017-05-22
1
-0
/
+1
*
Add a new unsolicited extension error code and add enum tag
Matt Caswell
2017-05-17
1
-0
/
+1
*
Send a missing_extension alert if key_share/supported groups not present
Matt Caswell
2017-05-11
1
-0
/
+2
*
TLSv1.3 alerts cannot be fragmented and only one per record
Matt Caswell
2017-05-11
1
-0
/
+1
*
Verify that if we have an HRR then something will change
Matt Caswell
2017-05-09
1
-0
/
+1
*
Send the supported_groups extension in EE where applicable
Matt Caswell
2017-05-08
1
-0
/
+2
*
Extend the SERVERINFO file format to include an extensions context
Matt Caswell
2017-05-03
1
-0
/
+1
*
Don't attempt to send fragments > max_send_fragment in DTLS
Matt Caswell
2017-04-25
1
-0
/
+2
*
Implement certificate_authorities extension
Dr. Stephen Henson
2017-03-17
1
-0
/
+2
*
Move parsing and construction of CA names to separate functions
Dr. Stephen Henson
2017-03-17
1
-0
/
+1
*
HelloRetryRequest updates for draft-19
Matt Caswell
2017-03-16
1
-0
/
+4
*
Merge early_data_info extension into early_data
Matt Caswell
2017-03-16
1
-0
/
+1
*
Update end of early data processing for draft-19
Matt Caswell
2017-03-16
1
-0
/
+4
*
Check TLSv1.3 ServerHello, Finished and KeyUpdates are on record boundary
Matt Caswell
2017-03-07
1
-0
/
+1
*
Add basic TLSv1.3 cookie support
Matt Caswell
2017-03-04
1
-0
/
+2
[next]