aboutsummaryrefslogtreecommitdiff
path: root/ssl/s3_clnt.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-30Implement Supported Elliptic Curves Extension.Bodo Möller1-45/+1
2006-03-11Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller1-3/+8
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch1-7/+173
2006-01-13Further TLS extension improvementsBodo Möller1-18/+5
2006-01-11More TLS extension related changes.Bodo Möller1-2/+9
2006-01-03Various changes in the new TLS extension code, including the following:Bodo Möller1-11/+15
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller1-0/+27
2005-12-13update TLS-ECC codeBodo Möller1-28/+5
2005-12-05Avoid warnings on VC++ 2005.Dr. Stephen Henson1-2/+2
2005-10-08New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson1-2/+4
2005-09-30Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson1-1/+23
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch1-2/+2
2005-08-05Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson1-22/+4
2005-07-16makeNils Larsch1-2/+6
2005-05-16ecc api cleanup; summary:Nils Larsch1-32/+51
2005-05-11Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller1-1/+1
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch1-1/+1
2005-04-29check return value of RAND_pseudo_bytes; backport from the stable branchNils Larsch1-1/+2
2005-04-26Fix various incorrect error function codes.Bodo Möller1-3/+2
2005-04-26Add DTLS support.Ben Laurie1-26/+43
2005-04-23change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch1-2/+4
2005-03-22Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server andDr. Stephen Henson1-1/+1
2004-05-17Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe1-0/+1
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-0/+1
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-4/+6
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte1-1/+0
2003-11-28RSA_size() and DH_size() return the amount of bytes in a key, and weRichard Levitte1-2/+2
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-1/+1
2003-09-27Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.Richard Levitte1-0/+1
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller1-2/+18
2003-02-28- new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller1-2/+15
2003-02-28use tabs for indentation, not spacesBodo Möller1-80/+80
2002-12-21Stop a possible memory leak.Richard Levitte1-1/+4
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-3/+3
2002-11-20Fix bug introduced by the attempt to fix client side external sessionLutz Jänicke1-0/+5
2002-11-15The pointer to the cipher object is not yet set, when session was reloadedLutz Jänicke1-1/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-10/+11
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller1-13/+0
2002-09-25really fix race conditionsBodo Möller1-5/+8
2002-09-23really fix race conditionBodo Möller1-0/+4
2002-09-19there is no minimum length for session IDsBodo Möller1-16/+5
2002-09-19fix race conditionBodo Möller1-1/+1
2002-08-12fix commentBodo Möller1-1/+1
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller1-3/+3
2002-08-09ECC ciphersuite supportBodo Möller1-4/+437
2002-08-02get rid of OpenSSLDieBodo Möller1-2/+10
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke1-0/+11
2002-07-10Reorder inclusion of header files:Lutz Jänicke1-2/+2
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson1-0/+2
2002-01-14Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller1-0/+53