index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_err.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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-05
1
-0
/
+2
*
Set specific error is we have no valid signature algorithms set
Dr. Stephen Henson
2017-03-03
1
-1
/
+2
*
Rename SSL_write_early() to SSL_write_early_data()
Matt Caswell
2017-03-02
1
-1
/
+1
*
Rename SSL_read_early() to SSL_read_early_data()
Matt Caswell
2017-03-02
1
-1
/
+1
*
Check max_early_data against the amount of early data we actually receive
Matt Caswell
2017-03-02
1
-0
/
+2
*
Construct the server side early_data extension
Matt Caswell
2017-03-02
1
-0
/
+2
[prev]
[next]