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
*
Clean away extraneous library specific FETCH_FAILED reason codes
Richard Levitte
2021-01-12
1
-4
/
+0
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-1
/
+2
*
Improve some error messages if a digest is not available
Matt Caswell
2020-08-29
1
-0
/
+2
*
Provider a better error message if we fail to copy parameters
Matt Caswell
2020-06-19
1
-0
/
+2
*
New Russian TLS 1.2 implementation
Dmitry Belyavskiy
2020-05-19
1
-2
/
+2
*
Use a fetched version of SHA256 in tls_process_new_session_ticket()
Matt Caswell
2020-03-24
1
-0
/
+2
*
Detect EOF while reading in libssl
Matt Caswell
2020-02-04
1
-1
/
+3
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-715
/
+1
*
ssl: Add SSL_sendfile
Boris Pismenny
2019-05-07
1
-0
/
+1
*
Remove heartbeats completely
Richard Levitte
2019-03-29
1
-5
/
+0
*
Don't interleave handshake and other record types in TLSv1.3
Matt Caswell
2019-02-19
1
-1
/
+3
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
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
[next]