summaryrefslogtreecommitdiff
path: root/ssl/s2_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* Better SSLv2 cipher-suite enforcementViktor Dukhovni2016-01-281-2/+13
* Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini2016-01-191-0/+5
* Harden SSLv2-supporting servers against Bleichenbacher's attack.Emilia Kasper2015-04-081-53/+51
* Fix unsigned/signed warningsMatt Caswell2015-03-191-4/+5
* Fix reachable assert in SSLv2 servers.Emilia Kasper2015-03-191-12/+45
* Rerun util/openssl-format-source -v -c .OpenSSL_1_0_2-post-auto-reformatMatt Caswell2015-01-221-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1029/+978
* More tweaks for comments due indent issuesOpenSSL_1_0_2-pre-auto-reformatMatt Caswell2015-01-221-3/+7
* Tweaks for comments due to indent's inability to handle themMatt Caswell2015-01-221-5/+20
* Fix memory leak in s2_srvr.c if BUF_MEM_grow failsMatt Caswell2014-12-131-7/+15
* Reduce version skew: trivia (I hope).Ben Laurie2012-06-031-5/+11
* Assorted bugfixes:Bodo Möller2011-02-031-2/+3
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-151-2/+0
* PR: 2055Dr. Stephen Henson2009-10-011-1/+1
* Updatde from stable branch.Dr. Stephen Henson2009-01-071-2/+2
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-1/+1
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-071-1/+1
* RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson2007-08-111-1/+1
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson2007-06-041-1/+1
* Avoid warnings on VC++ 2005.Dr. Stephen Henson2005-12-051-1/+1
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-141-2/+2
* Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson2005-08-051-22/+4
* Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller2005-05-111-1/+1
* check return value of RAND_pseudo_bytes; backport from the stable branchNils Larsch2005-04-291-3/+6
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-2/+4
* Avoid including cryptlib.h, it's not really needed.Richard Levitte2003-12-271-1/+0
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-2/+2
* really fix race conditionsBodo Möller2002-09-251-5/+8
* really fix race conditionBodo Möller2002-09-231-0/+4
* use correct function code in error messageBodo Möller2002-08-151-1/+1
* get rid of OpenSSLDieBodo Möller2002-08-021-15/+43
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-301-0/+14
* Prototype info function.Ben Laurie2002-01-121-1/+1
* cast to unsigned int, not to int to avoid the warning -- all theseBodo Möller2001-11-141-2/+2
* unsigned int vs. int.Richard Levitte2001-11-141-1/+1
* make code a little more similar to what it looked like before the fixes,Bodo Möller2001-11-101-3/+8
* Implement msg_callback for SSL 2.0.Bodo Möller2001-11-101-20/+129
* Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller2001-10-241-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-1/+1
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-1/+2
* Fix Bleichenbacher PKCS #1 1.5 countermeasure.Bodo Möller2001-06-011-1/+2
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
* New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke2001-02-091-6/+23
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller2000-02-201-1/+1
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-3/+3
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-161-3/+3
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+1
* Make NO_RSA compile with pedantic.Ben Laurie2000-01-081-0/+6