summaryrefslogtreecommitdiff
path: root/ssl/t1_enc.c
Commit message (Expand)AuthorAgeFilesLines
* ssl/t1_enc.c: pay attention to EVP_CIPH_FLAG_CUSTOM_CIPHER.appro2012-03-131-1/+4
* SSL export fixes (from Adam Langley) [original from 1.0.1]steve2012-02-221-29/+29
* Remove redundant TLS exporter.ben2011-12-131-25/+1
* PR: 1794steve2011-11-251-3/+0
* bcmp doesn't exist on all platforms, replace with memcmpsteve2011-11-211-4/+4
* Add TLS exporter.ben2011-11-151-0/+89
* Expand range of ctrls for AES GCM to support retrieval and setting ofsteve2011-08-031-3/+19
* ssl/t1_enc.c: initial support for AEAD ciphers.appro2011-07-111-16/+65
* Don't round up partitioned premaster secret length if there is only onesteve2011-05-311-0/+2
* Implement FIPS_mode and FIPS_mode_setsteve2011-05-191-0/+2
* Initial TLS v1.2 client support. Include a default supported signaturesteve2011-05-091-0/+11
* Initial incomplete TLS v1.2 support. New ciphersuites added, new versionsteve2011-04-291-7/+7
* Add SRP support.ben2011-03-121-0/+3
* Don't use decryption_failed alert for TLS v1.1 or later.steve2011-01-041-0/+2
* use generalise mac API for SSL key generationsteve2010-11-241-28/+34
* Only use explicit IV if cipher is in CBC mode.steve2010-11-141-2/+4
* PR: 1830steve2010-07-181-0/+23
* oops, revert wrong patch..steve2010-07-181-23/+0
* Fix warnings (From HEAD, original patch by Ben).steve2010-07-181-0/+23
* no need for empty fragments with TLS 1.1 and later due to explicit IVsteve2010-06-271-1/+2
* Fix warnings.ben2010-06-121-10/+4
* PR: 2259steve2010-05-171-54/+97
* Initial experimental TLSv1.1 supportsteve2009-12-071-1/+28
* Updates from 1.0.0-stable branch.steve2009-04-201-2/+2
* Fix warnings properly this time ;-)steve2009-01-111-3/+3
* Fix sign-compare warnings.steve2009-01-111-1/+1
* Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMPjaenicke2009-01-051-0/+2
* If we're going to return errors (no matter how stupid), then we shouldben2008-12-291-4/+16
* Handle the unlikely event that BIO_get_mem_data() returns -ve.ben2008-12-271-4/+7
* Revert the size_t modifications from HEAD that had led to moregeoff2008-11-121-24/+19
* Make -DKSSL_DEBUG work again.steve2008-11-101-19/+24
* Fix unsigned/signed warnings in ssl.appro2008-01-051-2/+2
* 1. Changes for s_client.c to make it return non-zero exit code in casesteve2007-10-261-3/+5
* Make DTLS1 record layer MAC calculation RFC compliant.appro2007-10-091-6/+19
* Support for certificate status TLS extension.steve2007-09-261-1/+1
* Implement the Opaque PRF Input TLS extensionbodo2007-09-211-65/+98
* Update ssl code to support digests other than MD5+SHA1 in handshake.steve2007-08-311-31/+68
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.steve2007-06-041-23/+53
* Reorganize the data used for SSL ciphersuite pattern matching.bodo2007-02-171-5/+7
* ensure that the EVP_CIPHER_CTX object is initializednils2007-02-161-5/+6
* Fix from stable branch.steve2006-05-071-1/+9
* add initial support for RFC 4279 PSK SSL ciphersuitesnils2006-03-101-0/+27
* There's no such things as DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.bodo2006-01-071-0/+2
* prepare for additional RFC3546 alertsbodo2006-01-071-0/+4
* make sure that the unrecognized_name alert actually gets sentbodo2006-01-071-0/+1
* Make OPENSSL_NO_COMP compile again.steve2005-09-301-0/+8
* Add DTLS support.ben2005-04-261-6/+15
* Cleanse memory using the new OPENSSL_cleanse() function.levitte2002-11-281-6/+6
* Security fixes brought forward from 0.9.7.ben2002-11-131-4/+4
* Reorder inclusion of header files:jaenicke2002-07-101-1/+1