summaryrefslogtreecommitdiff
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* More cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We can remove more...Andy Polyakov2005-04-131-1/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-5/+6
* Constification.Ben Laurie2005-03-301-4/+5
* Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe2004-05-171-3/+0
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+2
* SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte2004-03-251-6/+0
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+1
* fix warningsBodo Möller2002-08-091-0/+2
* ECC ciphersuite supportBodo Möller2002-08-091-26/+53
* get rid of OpenSSLDieBodo Möller2002-08-021-1/+1
* Ciphers with NULL encryption were not properly handled because they wereLutz Jänicke2002-07-101-7/+8
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-6/+6
* Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller2001-03-091-2/+2
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-6/+7
* New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke2001-02-091-2/+2
* Fix AES code.Dr. Stephen Henson2001-02-071-1/+1
* Rijdael CBC mode and partial undebugged SSL support.Ben Laurie2001-02-061-1/+2
* If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte2000-12-311-0/+5
* First step towards SSL_peek fix.Bodo Möller2000-12-141-1/+54
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-24/+27
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-2/+3
* Fix some bugs and document othersBodo Möller2000-02-211-2/+2
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+5
* Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller2000-02-201-1/+0
* ispell (and minor modifications)Ulf Möller2000-02-031-6/+6
* Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson2000-01-221-27/+79
* Use separate arrays for certificate verify and for finished hashes.Bodo Möller2000-01-061-1/+1
* Use prototypes.Bodo Möller2000-01-051-10/+10
* Slight code cleanup for handling finished labels.Bodo Möller2000-01-051-5/+5
* "extern" is a C++ reserved word.Ulf Möller1999-06-091-2/+2
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-5/+1
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-1/+5
* OPENSSL_EXTERNBodo Möller1999-05-151-3/+3
* Some tiny clean-ups related to the cert_st / sess_cert_st change.Bodo Möller1999-05-131-2/+0
* New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1999-05-131-11/+22
* VMS support.Ulf Möller1999-05-131-3/+8
* Spacing in comment corrected.Bodo Möller1999-05-131-1/+1
* First tiny changes in preparation of changing of "sess_cert" handling.Bodo Möller1999-05-131-1/+1
* Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingBodo Möller1999-05-091-3/+10
* One comment was in the wrong line ... some others are new.Bodo Möller1999-05-091-1/+1
* Some tiny changes to the source code to make future diffs smallerBodo Möller1999-05-091-16/+11
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-2/+5
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-135/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-11/+11
* Work with -pedantic!Ben Laurie1999-04-231-6/+6
* Fix DES export ciphersuites.Ben Laurie1999-04-211-1/+2
* Massive constification.Ben Laurie1999-04-171-4/+4
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-10/+14
* Fix export ciphersuites, again.Ben Laurie1999-03-061-1/+5