aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix error codes.Dr. Stephen Henson2009-04-053-3/+3
* Make no-ssl2 work including on Win32 builds.Dr. Stephen Henson2009-04-043-3/+5
* Update from 0.9.8-stable.Dr. Stephen Henson2009-04-021-2/+0
* Submitted by: Victor Duchovni <Victor.Duchovni@morganstanley.com>Dr. Stephen Henson2009-03-121-1/+1
* Fix memory leak.Ben Laurie2009-02-231-0/+2
* Use new common flags and fix resulting warnings.Ben Laurie2009-02-151-1/+1
* PR: 1835Dr. Stephen Henson2009-02-142-2/+2
* Put back a variable deleted by the previous revision,Bodo Möller2009-02-011-1/+1
* Hopefully resolve signed vs unsigned issue.Richard Levitte2009-01-282-4/+5
* Fix warnings properly this time ;-)Dr. Stephen Henson2009-01-112-5/+5
* Fix sign-compare warnings.Dr. Stephen Henson2009-01-112-2/+2
* Updatde from stable branch.Dr. Stephen Henson2009-01-075-8/+8
* Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMPLutz Jänicke2009-01-054-0/+10
* srvr_ecdh cannot be NULL at this point (Coverity ID 232).Ben Laurie2009-01-021-2/+1
* Document dead code.Ben Laurie2008-12-301-0/+8
* Apparently s->ctx could be NULL. (Coverity ID 147).Ben Laurie2008-12-291-1/+1
* Apparently s->ctx could be NULL at this point (see earlierBen Laurie2008-12-291-1/+1
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-2912-25/+96
* Make sure a bad parameter to RSA_verify_PKCS1_PSS() doesn't lead to a crash.Ben Laurie2008-12-291-0/+1
* Die earlier if hash is NULL. (Coverity IDs 137 & 138).Ben Laurie2008-12-291-0/+2
* Reverse incorrect earlier fix.Ben Laurie2008-12-291-7/+2
* Die earlier if we have no hash function.Ben Laurie2008-12-291-0/+2
* Deal with the unlikely event that EVP_MD_CTX_size() returns an error.Ben Laurie2008-12-273-0/+8
* Handle the unlikely event that BIO_get_mem_data() returns -ve.Ben Laurie2008-12-277-37/+59
* Make no-engine work again.Dr. Stephen Henson2008-12-201-3/+23
* Back out pointless change.Ben Laurie2008-12-131-3/+0
* *** empty log message ***Ben Laurie2008-12-131-0/+3
* Stop warning about different const qualifiers.Dr. Stephen Henson2008-11-241-1/+1
* Integrate J-PAKE and TLS-PSK. Increase PSK buffer size. Fix memory leaks.Ben Laurie2008-11-161-1/+1
* PR: 1574Dr. Stephen Henson2008-11-157-6/+213
* Aftermath of a clashing size_t fix (now only format changes).Ben Laurie2008-11-131-1/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-126-39/+32
* Make -DKSSL_DEBUG work again.Dr. Stephen Henson2008-11-103-28/+35
* Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson2008-11-021-1/+1
* More size_tification.Ben Laurie2008-11-012-3/+3
* Fix warning.Ben Laurie2008-10-291-3/+3
* Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson2008-10-271-1/+1
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-223-6/+4
* Fix a shed load or warnings:Dr. Stephen Henson2008-10-202-2/+2
* Remove the DTLS1_BAD_VER thing from 0.9.9-dev. It is present in 0.9.8Lutz Jänicke2008-10-132-3/+1
* Half of the commit for 0.9.8 as the bitmap handling has changed.Lutz Jänicke2008-10-131-0/+1
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-1214-61/+64
* Add missing DTLS1_BAD_VER (hope I got the value right).Ben Laurie2008-10-121-0/+1
* When the underlying BIO_write() fails to send a datagram, we leave theLutz Jänicke2008-10-101-1/+9
* Make sure that SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG can'tBodo Möller2008-09-221-12/+18
* update commentBodo Möller2008-09-141-1/+1
* oopsBodo Möller2008-09-141-2/+2
* dtls1_write_bytes consumers expect amount of bytes written per call, notAndy Polyakov2008-09-141-1/+1
* Fix SSL state transitions.Bodo Möller2008-09-142-6/+6
* Some precautions to avoid potential security-relevant problems.Bodo Möller2008-09-141-1/+1