aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_err.c
Commit message (Expand)AuthorAgeFilesLines
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-2/+0
* After renaming init, update errors.Rich Salz2016-02-101-2/+1
* Attempt to log an error if init failedMatt Caswell2016-02-101-1/+3
* Handle SSL_shutdown while in init more appropriately #2Matt Caswell2016-02-081-1/+0
* Make DTLSv1_listen a first class function and change its typeMatt Caswell2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Handle SSL_shutdown while in init more appropriatelyMatt Caswell2016-01-201-0/+2
* Regenerate SSL record/statem error stringsViktor Dukhovni2016-01-101-127/+14
* mem functions cleanupRich Salz2016-01-071-53/+25
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-051-0/+22
* Protocol version selection and negotiation rewriteViktor Dukhovni2016-01-021-9/+5
* remove unused error codeDr. Stephen Henson2015-12-221-1/+0
* make errorsDr. Stephen Henson2015-12-221-2/+16
* update errorsDr. Stephen Henson2015-12-081-0/+1
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-10/+0
* fix function code discrepancyDr. Stephen Henson2015-11-271-1/+1
* Rename start_async_job to ssl_start_async_jobMatt Caswell2015-11-201-1/+1
* Clean up libssl async callsMatt Caswell2015-11-201-0/+1
* Make libssl async awareMatt Caswell2015-11-201-0/+2
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-201-0/+2
* Rebuild error source files.Dr. Stephen Henson2015-11-051-42/+70
* Move PACKET creation into the state machineMatt Caswell2015-10-301-0/+2
* Move server side DTLS to new state machineMatt Caswell2015-10-301-0/+2
* Move server side TLS to new state machineMatt Caswell2015-10-301-0/+2
* Split TLS server functionsMatt Caswell2015-10-301-0/+19
* Implement DTLS client move to new state machineMatt Caswell2015-10-301-0/+2
* dtls_get_message changes for state machine moveMatt Caswell2015-10-301-0/+2
* Split client message reading and writing functionsMatt Caswell2015-10-301-0/+25
* Add initial state machine rewrite codeMatt Caswell2015-10-301-0/+2
* Split ssl3_get_messageMatt Caswell2015-10-301-0/+2
* PACKET: simplify ServerKeyExchange parsingEmilia Kasper2015-10-081-0/+1
* DTLSv1_listen rewriteMatt Caswell2015-09-231-0/+6
* Fix seg fault with 0 p val in SKEGuy Leaver (guleaver)2015-08-111-0/+3
* Normalise make errors outputMatt Caswell2015-08-111-1/+1
* Move TLS CCS processing into the state machineMatt Caswell2015-08-031-0/+2
* Fix race condition in NewSessionTicketMatt Caswell2015-06-021-0/+1
* Updates following review commentsMatt Caswell2015-05-161-10/+1
* Remove Kerberos support from libsslMatt Caswell2015-05-131-11/+0
* Add SSL_use_certificate_chain_file functionDr. Stephen Henson2015-05-081-2/+1
* Repair EAP-FAST session resumptionEmilia Kasper2015-04-211-0/+1
* return unexpected message when receiving kx with kDHr or kDHdKurt Roeckx2015-03-231-2/+0
* ssl3_set_handshake_header returnsMatt Caswell2015-03-231-0/+3
* Fix missing return value checksMatt Caswell2015-03-231-52/+29
* Remove ssl_cert_inst()Kurt Roeckx2015-03-151-1/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-513/+685
* Add more meaningful OPENSSL_NO_ECDH error message for suite b modeMatt Caswell2014-12-161-0/+1
* tls1_process_heartbeat: check for NULL after allocating bufferJonas Maebe2014-12-101-0/+1
* Add extra checks for odd-length EC curve lists.Emilia Kasper2014-12-051-0/+2
* Remove SSLv2 supportKurt Roeckx2014-12-041-67/+0
* Remove more references to dtls1_encMatt Caswell2014-11-271-1/+0