- 4ebb342 Let the TLSv1_method() etc. functions return a const SSL_METHOD by Nils Larsch · 20 years ago
- 01a9792 remove unused internal foo_base_method functions by Nils Larsch · 20 years ago
- f3b656b Initialize SSL_METHOD structures at compile time. This removes the need by Dr. Stephen Henson · 20 years ago
- 3eeaab4 make by Nils Larsch · 20 years ago
- c6c2e31 Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabled by Bodo Möller · 20 years ago
- 6c61726 Lots of Win32 fixes for DTLS. by Dr. Stephen Henson · 20 years ago
- 480506b remove some functions from exported headers by Bodo Möller · 20 years ago
- beb056b fix SSLerr stuff for DTLS1 code; by Bodo Möller · 20 years ago
- 36d16f8 Add DTLS support. by Ben Laurie · 20 years ago
- 3ed449e More cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We can remove more... by Andy Polyakov · 20 years ago
- 41a15c4 Give everything prototypes (well, everything that's actually used). by Ben Laurie · 20 years ago
- 0821bcd Constification. by Ben Laurie · 20 years ago
- d095b68 Deprecate quite a few recursive includes from the ssl.h API header and by Geoff Thorpe · 21 years ago
- 60a938c (oops) Apologies all, that last header-cleanup commit was from the wrong by Geoff Thorpe · 21 years ago
- 0020502 SSL_COMP_get_compression_method is a typo (a missing 's' at the end of by Richard Levitte · 21 years ago
- 875a644 Constify d2i, s2i, c2i and r2i functions and other associated by Richard Levitte · 21 years ago
- 41fdcfa fix warnings by Bodo Möller · 23 years ago
- ea26226 ECC ciphersuite support by Bodo Möller · 23 years ago
- 5574e0e get rid of OpenSSLDie by Bodo Möller · 23 years ago
- 063a890 Ciphers with NULL encryption were not properly handled because they were by Lutz Jänicke · 23 years ago
- a661b65 New functions SSL[_CTX]_set_msg_callback(). by Bodo Möller · 23 years ago
- e34cfcf Consistently use 'void *' for SSL read, peek and write functions. by Bodo Möller · 24 years ago
- 41d2a33 e_os.h does not belong with the exported headers. Do not put it there by Richard Levitte · 24 years ago
- bc36ee6 Use new-style system-id macros everywhere possible. I hope I haven't by Richard Levitte · 24 years ago
- 836f996 New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to override by Lutz Jänicke · 24 years ago
- deb2c1a by Dr. Stephen Henson · 24 years ago
- 259810e Rijdael CBC mode and partial undebugged SSL support. by Ben Laurie · 24 years ago
- 26da3e6 If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcrypto by Richard Levitte · 24 years ago
- 5a4fbc6 First step towards SSL_peek fix. by Bodo Möller · 24 years ago
- f9b3bff First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Implemented by Vern Staats <staatsvr@asc.hpc.mil>, further hacked and distributed by Jeffrey Altman <jaltnab@columbia.edu> by Richard Levitte · 24 years ago
- ccd86b6 The previous commit to crypto/stack/*.[ch] pulled the type-safety strings by Geoff Thorpe · 25 years ago
- a2a0158 Fix some bugs and document others by Bodo Möller · 25 years ago
- d3442bc Move the registration of callback functions to special functions by Richard Levitte · 25 years ago
- b35e905 Tolerate fragmentation and interleaving in the SSL 3/TLS record layer. by Bodo Möller · 25 years ago
- 657e60f ispell (and minor modifications) by Ulf Möller · 25 years ago
- 018e57c Apply Lutz Behnke's 56 bit cipher patch with a few minor changes. by Dr. Stephen Henson · 25 years ago
- f2d9a32 Use separate arrays for certificate verify and for finished hashes. by Bodo Möller · 25 years ago
- 245206e Use prototypes. by Bodo Möller · 25 years ago
- c44f754 Slight code cleanup for handling finished labels. by Bodo Möller · 25 years ago
- df63a38 "extern" is a C++ reserved word. by Ulf Möller · 26 years ago
- 7e70181 It was a very bad idea to use #include "../e_os.h" -- when this occurs by Bodo Möller · 26 years ago
- 17e3dd1 Don't install e_os.h in include/openssl, use it only as a local include file. by Bodo Möller · 26 years ago
- 3398f6c OPENSSL_EXTERN by Bodo Möller · 26 years ago
- 224551f Some tiny clean-ups related to the cert_st / sess_cert_st change. by Bodo Möller · 26 years ago
- b56bce4 New structure type SESS_CERT used instead of CERT inside SSL_SESSION. by Bodo Möller · 26 years ago
- 7d7d2cb VMS support. by Ulf Möller · 26 years ago
- 8d111f4 Spacing in comment corrected. by Bodo Möller · 26 years ago
- 8a41eb7 First tiny changes in preparation of changing of "sess_cert" handling. by Bodo Möller · 26 years ago
- ca8e5b9 Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copying by Bodo Möller · 26 years ago
- 8d1157c One comment was in the wrong line ... some others are new. by Bodo Möller · 26 years ago
- 8450bdd Some tiny changes to the source code to make future diffs smaller by Bodo Möller · 26 years ago
- 79df9d6 New Configure option no-<cipher> (rsa, idea, rc5, ...). by Ulf Möller · 26 years ago
- a9be3af Remove NOPROTO definitions and error code comments. by Ulf Möller · 26 years ago
- ec57782 Change #include filenames from <foo.h> to <openssl.h>. by Bodo Möller · 26 years ago
- 61f5b6f Work with -pedantic! by Ben Laurie · 26 years ago
- 4997138 Fix DES export ciphersuites. by Ben Laurie · 26 years ago
- e778802 Massive constification. by Ben Laurie · 26 years ago
- f73e07c Add type-safe STACKs and SETs. by Ben Laurie · 26 years ago
- f415fa3 Fix export ciphersuites, again. by Ben Laurie · 26 years ago
- 15d21c2 Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DH by Ralf S. Engelschall · 26 years ago
- 60e31c3 More stuff for new TLS ciphersuites. by Ben Laurie · 26 years ago
- a040ea8 Undo a couple of kludges. by Ben Laurie · 26 years ago
- 06ab81f Add support for new TLS export ciphersuites. by Ben Laurie · 26 years ago
- 413c4f4 Updates to the new SSL compression code by Mark J. Cox · 26 years ago
- f06b01e More prototypes. by Ben Laurie · 26 years ago
- 651d0af Various cleanups and fixed by Marc and Ralf to start the OpenTLS project by Ralf S. Engelschall · 26 years ago
- dfeab06 Import of old SSLeay release: SSLeay 0.9.1b (unreleased) by Ralf S. Engelschall · 26 years ago
- 58964a4 Import of old SSLeay release: SSLeay 0.9.0b by Ralf S. Engelschall · 26 years ago
- d02b48c Import of old SSLeay release: SSLeay 0.8.1b by Ralf S. Engelschall · 26 years ago