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