aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_err.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Provider a better error message if we fail to copy parametersMatt Caswell1-0/+2
2020-05-19New Russian TLS 1.2 implementationDmitry Belyavskiy1-2/+2
2020-03-24Use a fetched version of SHA256 in tls_process_new_session_ticket()Matt Caswell1-0/+2
2020-02-04Detect EOF while reading in libsslMatt Caswell1-1/+3
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-07-16Regenerate mkerr filesRich Salz1-715/+1
2019-05-07ssl: Add SSL_sendfileBoris Pismenny1-0/+1
2019-03-29Remove heartbeats completelyRichard Levitte1-5/+0
2019-02-19Don't interleave handshake and other record types in TLSv1.3Matt Caswell1-1/+3
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte1-1/+1
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell1-0/+4
2018-07-20Validate legacy_versionMatt Caswell1-0/+1
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell1-0/+2
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell1-0/+4
2018-06-26Restructure the ticket construction codeMatt Caswell1-0/+2
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz1-0/+2
2018-04-03Set error code on alloc failuresRich Salz1-0/+19
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell1-0/+1
2018-03-09Add SSL/SSL_CTX_use_cert_and_key()Todd Short1-0/+7
2018-03-09Give more information in the SSL_stateless return codeMatt Caswell1-0/+2
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short1-0/+19
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk1-1/+3
2018-01-24Add support for sending TLSv1.3 cookiesMatt Caswell1-0/+4
2017-12-14Send supported_versions in an HRRMatt Caswell1-0/+1
2017-12-14Merge HRR into ServerHelloMatt Caswell1-0/+2
2017-12-14Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell1-0/+4
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell1-0/+1
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell1-0/+4
2017-12-08Convert the remaining functions in the record layer to use SSLfatal()Matt Caswell1-0/+2
2017-12-04Add some more cleanupsMatt Caswell1-0/+4
2017-12-04Add some sanity checks for the fatal error conditionMatt Caswell1-0/+1
2017-12-04Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell1-0/+2
2017-12-04Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell1-0/+2
2017-12-04Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell1-0/+10
2017-12-04Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell1-0/+17
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell1-0/+76
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY1-0/+10
2017-10-04Session resume broken switching contextsTodd Short1-0/+2
2017-08-31Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell1-0/+4
2017-07-13make errorsDr. Stephen Henson1-0/+2
2017-06-21Add TLSv1.3 client side external PSK supportMatt Caswell1-0/+1
2017-06-16Allow the server to change the ciphersuite on resumeMatt Caswell1-0/+2
2017-06-12Put message strings in state filesRich Salz1-86/+44
2017-06-07make error tables const and separate header fileRich Salz1-728/+943
2017-06-06Fix #2400 Add NO_RENEGOTIATE optionTodd Short1-0/+2
2017-05-22Add an error to the stack on failure in dtls1_write_bytes()Matt Caswell1-0/+1
2017-05-17Add a new unsolicited extension error code and add enum tagMatt Caswell1-0/+1
2017-05-11Send a missing_extension alert if key_share/supported groups not presentMatt Caswell1-0/+2
2017-05-11TLSv1.3 alerts cannot be fragmented and only one per recordMatt Caswell1-0/+1
2017-05-09Verify that if we have an HRR then something will changeMatt Caswell1-0/+1