aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-05Prohibit RC4 in DTLS.Andy Polyakov1-1/+2
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson1-0/+2
2007-09-21Implement the Opaque PRF Input TLS extensionBodo Möller1-3/+9
2007-08-31Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson1-9/+32
2007-08-20Use SHA256 for ticket HMAC if possible.Dr. Stephen Henson1-0/+5
2007-08-12Fix warning and make no-tlsext work.Dr. Stephen Henson1-1/+1
2007-08-11RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson1-1/+5
2007-06-04Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson1-2/+5
2007-04-23Add SEED encryption algorithm.Bodo Möller1-0/+1
2007-03-23Stage 1 GOST ciphersuite support.Dr. Stephen Henson1-0/+1
2007-02-17Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller1-56/+50
2006-06-15Error messages for client ECC cert verification.Bodo Möller1-1/+3
2006-06-14Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller1-20/+22
2006-06-09Camellia cipher, contributed by NTTBodo Möller1-5/+5
2006-03-30Implement Supported Elliptic Curves Extension.Bodo Möller1-0/+5
2006-03-11Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller1-1/+4
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch1-3/+33
2006-01-13Further TLS extension improvementsBodo Möller1-1/+1
2006-01-03Various changes in the new TLS extension code, including the following:Bodo Möller1-6/+6
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller1-1/+7
2005-08-21initialize cipher/digest methods table in SSL_library_init() and hence remove...Nils Larsch1-0/+1
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch1-10/+10
2005-08-08remove unused internal foo_base_method functionsNils Larsch1-5/+0
2005-08-05Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson1-1/+204
2005-07-16makeNils Larsch1-0/+4
2005-05-11Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller1-1/+2
2005-04-27Lots of Win32 fixes for DTLS.Dr. Stephen Henson1-6/+6
2005-04-26remove some functions from exported headersBodo Möller1-2/+27
2005-04-26fix SSLerr stuff for DTLS1 code;Bodo Möller1-4/+29
2005-04-26Add DTLS support.Ben Laurie1-0/+46
2005-04-13More cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We can remove more...Andy Polyakov1-1/+1
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-5/+6
2005-03-30Constification.Ben Laurie1-4/+5
2004-05-17Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe1-3/+0
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-0/+2
2004-03-25SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte1-6/+0
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-1/+1
2002-08-09fix warningsBodo Möller1-0/+2
2002-08-09ECC ciphersuite supportBodo Möller1-26/+53
2002-08-02get rid of OpenSSLDieBodo Möller1-1/+1
2002-07-10Ciphers with NULL encryption were not properly handled because they wereLutz Jänicke1-7/+8
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller1-6/+6
2001-03-09Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller1-2/+2
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-1/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-6/+7
2001-02-09New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke1-2/+2
2001-02-07Fix AES code.Dr. Stephen Henson1-1/+1
2001-02-06Rijdael CBC mode and partial undebugged SSL support.Ben Laurie1-1/+2
2000-12-31If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte1-0/+5
2000-12-14First step towards SSL_peek fix.Bodo Möller1-1/+54