aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)AuthorFilesLines
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
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte1-24/+27
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe1-2/+3
2000-02-21Fix some bugs and document othersBodo Möller1-2/+2
2000-02-20Move the registration of callback functions to special functionsRichard Levitte1-0/+5
2000-02-20Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller1-1/+0
2000-02-03ispell (and minor modifications)Ulf Möller1-6/+6
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson1-27/+79
2000-01-06Use separate arrays for certificate verify and for finished hashes.Bodo Möller1-1/+1
2000-01-05Use prototypes.Bodo Möller1-10/+10
2000-01-05Slight code cleanup for handling finished labels.Bodo Möller1-5/+5
1999-06-09"extern" is a C++ reserved word.Ulf Möller1-2/+2
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1-5/+1
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller1-1/+5
1999-05-15OPENSSL_EXTERNBodo Möller1-3/+3
1999-05-13Some tiny clean-ups related to the cert_st / sess_cert_st change.Bodo Möller1-2/+0
1999-05-13New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1-11/+22
1999-05-13VMS support.Ulf Möller1-3/+8
1999-05-13Spacing in comment corrected.Bodo Möller1-1/+1
1999-05-13First tiny changes in preparation of changing of "sess_cert" handling.Bodo Möller1-1/+1
1999-05-09Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingBodo Möller1-3/+10