aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup -- codaRich Salz2015-05-011-16/+7
* Remove goto inside an if(0) blockRich Salz2015-05-011-10/+8
* free null cleanup finaleRich Salz2015-05-011-10/+5
* free NULL cleanup 5aRich Salz2015-04-301-8/+4
* Error out immediately on empty ciphers list.Emilia Kasper2015-04-171-7/+6
* Code style: space after 'if'Viktor Dukhovni2015-04-161-13/+13
* Check for ClientHello message overrunsMatt Caswell2015-04-141-1/+41
* free NULL cleanupRich Salz2015-03-281-2/+1
* free NULL cleanup.Rich Salz2015-03-251-2/+1
* RAND_bytes updatesMatt Caswell2015-03-251-4/+1
* Add ticket length before buffering DTLS messageMatt Caswell2015-03-251-2/+2
* Make sure that cert is never NULLKurt Roeckx2015-03-231-4/+0
* ssl3_set_handshake_header returnsMatt Caswell2015-03-231-6/+23
* Fix missing return value checksMatt Caswell2015-03-231-2/+34
* Fix DHE Null CKE vulnerabilityMatt Caswell2015-03-191-2/+9
* OPENSSL_NO_EC* merge; missed one fileRich Salz2015-03-151-5/+5
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-5/+5
* Fix missing return value checks.Matt Caswell2015-02-271-30/+49
* Remove NETSCAPE_HANG_BUGMatt Caswell2015-02-261-22/+0
* Removed support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. Also removedMatt Caswell2015-02-261-24/+1
* Remove support for SSL_OP_NETSCAPE_CA_DN_BUG.Matt Caswell2015-02-061-14/+4
* Add extms support to master key generation.Dr. Stephen Henson2015-02-031-7/+9
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-1/+1
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-53/+53
* Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell2015-01-221-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-3362/+3189
* Tweaks for comments due to indent's inability to handle themMatt Caswell2015-01-221-1/+2
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-3/+5
* Unauthenticated DH client certificate fix.Dr. Stephen Henson2015-01-081-1/+1
* fix compilation errorDr. Stephen Henson2015-01-061-1/+1
* Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson2015-01-061-15/+6
* Remove MS SGCDr. Stephen Henson2015-01-021-62/+7
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-10/+15
* Premaster secret handling fixesAdam Langley2014-12-171-8/+28
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-171-4/+4
* Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte2014-12-171-3/+4
* Fixed memory leak in the event of a failure of BUF_MEM_growMatt Caswell2014-12-081-0/+1
* Do not resume a session if the negotiated protocol version does not matchDavid Benjamin2014-11-201-1/+10
* Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is resetEmilia Kasper2014-11-201-4/+36
* New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson2014-11-191-5/+7
* Process signature algorithms before deciding on certificate.Dr. Stephen Henson2014-11-191-0/+5
* RT3067: simplify patchEmilia Kasper2014-09-241-52/+20
* Fix SRP authentication ciphersuites.Dr. Stephen Henson2014-08-091-5/+6
* Check SRP parameters early.Dr. Stephen Henson2014-08-061-0/+7
* Don't limit message sizes in ssl3_get_cert_verify.Dr. Stephen Henson2014-07-051-1/+1
* Remove all RFC5878 code.Dr. Stephen Henson2014-07-041-186/+2
* RT 1530; fix incorrect commentRich Salz2014-07-011-1/+1
* Fix for CVE-2014-0224Dr. Stephen Henson2014-06-051-0/+5
* Allocate extra space when NETSCAPE_HANG_BUG defined.David Ramos2014-06-011-0/+5
* Replace manual ASN1 decoder with ASN1_get_objectSerguei E. Leontiev2014-05-121-16/+7