aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_err.c
Commit message (Expand)AuthorAgeFilesLines
* Remove OPENSSL_NO_EC guards from libsslMatt Caswell2021-02-051-0/+2
* Make supported_groups code independent of EC and DHMatt Caswell2021-02-051-0/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte2021-01-121-4/+0
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* Improve some error messages if a digest is not availableMatt Caswell2020-08-291-0/+2
* Provider a better error message if we fail to copy parametersMatt Caswell2020-06-191-0/+2
* New Russian TLS 1.2 implementationDmitry Belyavskiy2020-05-191-2/+2
* Use a fetched version of SHA256 in tls_process_new_session_ticket()Matt Caswell2020-03-241-0/+2
* Detect EOF while reading in libsslMatt Caswell2020-02-041-1/+3
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-715/+1
* ssl: Add SSL_sendfileBoris Pismenny2019-05-071-0/+1
* Remove heartbeats completelyRichard Levitte2019-03-291-5/+0
* Don't interleave handshake and other record types in TLSv1.3Matt Caswell2019-02-191-1/+3
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Fix some TLSv1.3 alert issuesMatt Caswell2018-07-311-0/+4
* Validate legacy_versionMatt Caswell2018-07-201-0/+1
* Return a fatal error if application data is encountered during shutdownMatt Caswell2018-06-271-0/+2
* Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell2018-06-261-0/+4
* Restructure the ticket construction codeMatt Caswell2018-06-261-0/+2
* Fix last(?) batch of malloc-NULL placesRich Salz2018-04-261-0/+2
* Set error code on alloc failuresRich Salz2018-04-031-0/+19
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-0/+1
* Add SSL/SSL_CTX_use_cert_and_key()Todd Short2018-03-091-0/+7
* Give more information in the SSL_stateless return codeMatt Caswell2018-03-091-0/+2
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-0/+19
* Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk2018-01-251-1/+3
* Add support for sending TLSv1.3 cookiesMatt Caswell2018-01-241-0/+4
* Send supported_versions in an HRRMatt Caswell2017-12-141-0/+1
* Merge HRR into ServerHelloMatt Caswell2017-12-141-0/+2
* Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell2017-12-141-0/+4
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-141-0/+1
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-141-0/+4
* Convert the remaining functions in the record layer to use SSLfatal()Matt Caswell2017-12-081-0/+2
* Add some more cleanupsMatt Caswell2017-12-041-0/+4
* Add some sanity checks for the fatal error conditionMatt Caswell2017-12-041-0/+1
* Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell2017-12-041-0/+2
* Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell2017-12-041-0/+2
* Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell2017-12-041-0/+10
* Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell2017-12-041-0/+17
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-0/+76
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-0/+10
* Session resume broken switching contextsTodd Short2017-10-041-0/+2
* Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell2017-08-311-0/+4
* make errorsDr. Stephen Henson2017-07-131-0/+2
* Add TLSv1.3 client side external PSK supportMatt Caswell2017-06-211-0/+1
* Allow the server to change the ciphersuite on resumeMatt Caswell2017-06-161-0/+2
* Put message strings in state filesRich Salz2017-06-121-86/+44
* make error tables const and separate header fileRich Salz2017-06-071-728/+943