summaryrefslogtreecommitdiff
path: root/ssl/s3_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Add checks to the return value of EVP_Cipher to prevent silent encryption fai...Matt Caswell2014-11-271-1/+2
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-1/+1
* Fixed incorrect return code handling in ssl3_final_finish_mac.Matt Caswell2014-06-131-2/+10
* Revert "Fixed incorrect return code handling in ssl3_final_finish_mac"Matt Caswell2014-06-131-10/+2
* Fixed incorrect return code handling in ssl3_final_finish_macMatt Caswell2014-06-101-2/+10
* ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov2013-02-061-2/+6
* Update DTLS code to match CBC decoding in TLS.Ben Laurie2013-02-061-4/+0
* Don't crash when processing a zero-length, TLS >= 1.1 record.Ben Laurie2013-02-061-2/+9
* Make CBC decoding constant time.Ben Laurie2013-02-061-39/+69
* SSL/TLS record tracing code (backport from HEAD).Dr. Stephen Henson2012-12-261-0/+41
* Clear bytes used for block padding of SSL 3.0 records. (CVE-2011-4576)Dr. Stephen Henson2012-01-041-0/+3
* set FIPS permitted flag before initalising digestDr. Stephen Henson2011-05-311-1/+1
* Add server client certificate support for TLS v1.2 . This is more complexDr. Stephen Henson2011-05-201-5/+8
* add FIPS support to ssl: doesn't do anything on this branch yet as there is n...Dr. Stephen Henson2011-05-191-0/+9
* Backport TLS v1.2 support from HEAD.Dr. Stephen Henson2011-05-111-1/+1
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-151-2/+1
* PR: 1894Dr. Stephen Henson2009-04-161-1/+1
* Fix error codes.Dr. Stephen Henson2009-04-051-1/+1
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-5/+16
* Die earlier if hash is NULL. (Coverity IDs 137 & 138).Ben Laurie2008-12-291-0/+2
* Die earlier if we have no hash function.Ben Laurie2008-12-291-0/+2
* Handle the unlikely event that BIO_get_mem_data() returns -ve.Ben Laurie2008-12-271-27/+39
* Fix warnings: computed value not use, incompatible pointer initializationDr. Stephen Henson2007-09-071-1/+1
* Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson2007-08-311-19/+87
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson2007-06-041-8/+8
* Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller2007-02-171-3/+3
* ensure that the EVP_CIPHER_CTX object is initializedNils Larsch2007-02-161-1/+6
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-101-0/+27
* prepare for additional RFC3546 alertsBodo Möller2006-01-071-0/+4
* make sure that the unrecognized_name alert actually gets sentBodo Möller2006-01-071-0/+1
* Fix compilation without OPENSSL_NO_COMP :-)Dr. Stephen Henson2005-10-011-2/+0
* Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson2005-09-301-0/+14
* Add DTLS support.Ben Laurie2005-04-261-3/+9
* Avoid some shadowed variable names.Geoff Thorpe2003-11-041-5/+5
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-3/+3
* commentsBodo Möller2003-02-121-1/+3
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-4/+4
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+1
* emtpy fragments are not necessary for SSL_eNULLBodo Möller2002-07-091-2/+8
* New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBCBodo Möller2002-06-141-5/+10
* Implement known-IV countermeasure.Bodo Möller2002-04-131-1/+65
* Fix memory leak.Bodo Möller2001-10-221-6/+9
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-23/+23
* commentBodo Möller2001-09-241-1/+2
* Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller2001-09-201-5/+6
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-1/+14
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-25/+23
* pay attention to blocksize before attempting decryptionBodo Möller2001-06-151-2/+13