summaryrefslogtreecommitdiff
path: root/include/openssl/sslerr.h
Commit message (Expand)AuthorAgeFilesLines
* Regenerate mkerr filesRich Salz2019-07-161-429/+431
* ssl: Add SSL_sendfileBoris Pismenny2019-05-071-0/+1
* Remove heartbeats completelyRichard Levitte2019-03-291-3/+0
* Add regenerated header filesRich Salz2019-03-111-0/+4
* Don't interleave handshake and other record types in TLSv1.3Matt Caswell2019-02-191-1/+2
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-061-1/+1
* Fix some TLSv1.3 alert issuesMatt Caswell2018-07-311-0/+2
* Validate legacy_versionMatt Caswell2018-07-201-0/+1
* Return a fatal error if application data is encountered during shutdownMatt Caswell2018-06-271-0/+1
* Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell2018-06-261-1/+3
* Restructure the ticket construction codeMatt Caswell2018-06-261-0/+1
* Fix last(?) batch of malloc-NULL placesRich Salz2018-04-261-0/+1
* Set error code on alloc failuresRich Salz2018-04-031-0/+12
* Fix an error number clashMatt Caswell2018-03-141-1/+1
* 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/+4
* Give more information in the SSL_stateless return codeMatt Caswell2018-03-091-0/+1
* Small simplification in mkerr.plFdaSilvaYY2018-02-091-4/+1
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-0/+12
* Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk2018-01-251-1/+2
* Add support for sending TLSv1.3 cookiesMatt Caswell2018-01-241-0/+2
* Fix 'make update'Todd Short2017-12-141-2/+2
* Send supported_versions in an HRRMatt Caswell2017-12-141-0/+1
* Merge HRR into ServerHelloMatt Caswell2017-12-141-0/+1
* Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell2017-12-141-1/+3
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-141-0/+1
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-141-0/+2
* 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/+2
* 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/+1
* Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell2017-12-041-0/+1
* Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell2017-12-041-0/+5
* Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell2017-12-041-0/+9
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-0/+47
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-0/+5
* Session resume broken switching contextsTodd Short2017-10-041-0/+1
* Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell2017-08-311-0/+2
* make errorsDr. Stephen Henson2017-07-131-0/+1
* 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/+1
* make error tables const and separate header fileRich Salz2017-06-071-0/+643