summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
2006-03-30Implement Supported Elliptic Curves Extension.Bodo Möller
2006-03-11Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch
2006-01-13Further TLS extension improvementsBodo Möller
2006-01-03Various changes in the new TLS extension code, including the following:Bodo Möller
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller
2005-08-21initialize cipher/digest methods table in SSL_library_init() and hence remove...Nils Larsch
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch
2005-08-08remove unused internal foo_base_method functionsNils Larsch
2005-08-05Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson
2005-07-16makeNils Larsch
2005-05-11Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller
2005-04-27Lots of Win32 fixes for DTLS.Dr. Stephen Henson
2005-04-26remove some functions from exported headersBodo Möller
2005-04-26fix SSLerr stuff for DTLS1 code;Bodo Möller
2005-04-26Add DTLS support.Ben Laurie
2005-04-13More cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We can remove more...Andy Polyakov
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Constification.Ben Laurie
2004-05-17Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-03-25SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2002-08-09fix warningsBodo Möller
2002-08-09ECC ciphersuite supportBodo Möller
2002-08-02get rid of OpenSSLDieBodo Möller
2002-07-10Ciphers with NULL encryption were not properly handled because they wereLutz Jänicke
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-03-09Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-09New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke
2001-02-07Fix AES code.Dr. Stephen Henson
2001-02-06Rijdael CBC mode and partial undebugged SSL support.Ben Laurie
2000-12-31If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte
2000-12-14First step towards SSL_peek fix.Bodo Möller
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe
2000-02-21Fix some bugs and document othersBodo Möller
2000-02-20Move the registration of callback functions to special functionsRichard Levitte
2000-02-20Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson
2000-01-06Use separate arrays for certificate verify and for finished hashes.Bodo Möller
2000-01-05Use prototypes.Bodo Möller
2000-01-05Slight code cleanup for handling finished labels.Bodo Möller
1999-06-09"extern" is a C++ reserved word.Ulf Möller
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
1999-05-15OPENSSL_EXTERNBodo Möller