1. cde28e1 New logical names to skip algorithms are now supported. by Richard Levitte · 25 years ago
  2. 8ab59e7 Fix shadow warning. by Dr. Stephen Henson · 25 years ago
  3. 1e7396b Some time in history, SSL_CTX_sessions() disappeared. It is now by Richard Levitte · 25 years ago
  4. 87a025c Use unsigned loop index to make compilers happy by Bodo Möller · 25 years ago
  5. b08b07b The previous revision should have generated _more_ warnings, not less ... by Bodo Möller · 25 years ago
  6. 4621a00 More VC++ pickiness. (destest.c doesn't have a "return" and the usual by Geoff Thorpe · 25 years ago
  7. 3813046 Add OpenSSL licen[cs]e. by Bodo Möller · 25 years ago
  8. e01eed0 Fix off-by-one error :-) by Bodo Möller · 25 years ago
  9. e5599db Fix warnings by using unsigned int where appropriate. by Bodo Möller · 25 years ago
  10. a3b17ba signed/unsigned mismatch (VC++) by Ulf Möller · 25 years ago
  11. fbb41ae Allow code which calls RSA temp key callback to cope with a failure. by Dr. Stephen Henson · 25 years ago
  12. 29a5374 Remove structures that are no longer used. by Richard Levitte · 25 years ago
  13. 4d524e1 nicer manpages by Ulf Möller · 25 years ago
  14. c6a33c6 Add missing prototypes for new functions by Ralf S. Engelschall · 25 years ago
  15. 4c5fac4 Fix NO_RSA (misplaced #endif). by Ulf Möller · 25 years ago
  16. e6a5876 make update by Richard Levitte · 25 years ago
  17. 3142c86 by Dr. Stephen Henson · 25 years ago
  18. 72b6035 Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md for by Dr. Stephen Henson · 25 years ago
  19. 1b8a808 Workarounds to make broken programs happy (such as s_client and s_server). by Bodo Möller · 25 years ago
  20. a2a0158 Fix some bugs and document others by Bodo Möller · 25 years ago
  21. e7ecc7d Move ssl3_do_write from s3_pkt.c to s3_both.c. by Bodo Möller · 25 years ago
  22. 745c70e Move MAC computations for Finished from ssl3_read_bytes into by Bodo Möller · 25 years ago
  23. d3442bc Move the registration of callback functions to special functions by Richard Levitte · 25 years ago
  24. dab6f09 Workaround for irrelevant problem. by Bodo Möller · 25 years ago
  25. 4520634 ignore Client Hellos when we're in handshake anyway by Bodo Möller · 25 years ago
  26. b35e905 Tolerate fragmentation and interleaving in the SSL 3/TLS record layer. by Bodo Möller · 25 years ago
  27. c417db4 Get rid of evil cast. by Ben Laurie · 25 years ago
  28. de469ef Fix for Netscape "hang" bug. by Dr. Stephen Henson · 25 years ago
  29. af57d84 Rename SSLeay_add_all_algorithms() et al to by Dr. Stephen Henson · 25 years ago
  30. 53002dc Report progress as in dsatest.c when creating a DHE key. by Bodo Möller · 25 years ago
  31. f50c049 Use correct, not American spelling. by Bodo Möller · 25 years ago
  32. 657e60f ispell (and minor modifications) by Ulf Möller · 25 years ago
  33. 82fc1d9 by Dr. Stephen Henson · 25 years ago
  34. 51ca375 Seek out and destroy another evil cast. by Ulf Möller · 25 years ago
  35. 9d1a01b Source code cleanups: Use void * rather than char * in lhash, by Ulf Möller · 25 years ago
  36. a87030a Make DSA_generate_parameters, and fix a couple of bug by Bodo Möller · 25 years ago
  37. 52732b3 Some comments added, and slight code clean-ups. by Bodo Möller · 25 years ago
  38. 2557eae Avoid a race condition. by Bodo Möller · 25 years ago
  39. dd9d233 by Dr. Stephen Henson · 25 years ago
  40. 6428700 Minor patch: check only match @STRENGTH and remove eNULL comment. by Dr. Stephen Henson · 25 years ago
  41. 018e57c Apply Lutz Behnke's 56 bit cipher patch with a few minor changes. by Dr. Stephen Henson · 25 years ago
  42. af6f388 Don't "goto err" in client_master_key because no such label exists; by Bodo Möller · 25 years ago
  43. e7f97e2 Check RAND_bytes() return value or use RAND_pseudo_bytes(). by Ulf Möller · 25 years ago
  44. 731d9c5 Some more ifdefs for no-xxx options. by Ulf Möller · 25 years ago
  45. a9188d4 Compaq C 6.2 for VMS will complain when we want to convert by Richard Levitte · 25 years ago
  46. 9c86df6 Prepare for a possible disabling of certain messages that DEC C spews out. by Richard Levitte · 25 years ago
  47. b058a08 It doesn't make sense to try see if these variables are negative, since they're unsigned. by Richard Levitte · 25 years ago
  48. cef80e8 SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL 2 when by Bodo Möller · 25 years ago
  49. aa82db4 Add missing #ifndefs that caused missing symbols when building libssl by Ulf Möller · 25 years ago
  50. e1798f8 In ssl3_read_n, set rwstate to SSL_NOTHING when the requested by Bodo Möller · 25 years ago
  51. b9d82f4 RAND_seed by Ulf Möller · 25 years ago
  52. eb95208 Precautions against using the PRNG uninitialized: RAND_bytes() now by Ulf Möller · 25 years ago
  53. cc96f6b add check for internal error by Bodo Möller · 25 years ago
  54. 3cc6cde The buffer in ss3_read_n cannot actually occur because it is never by Bodo Möller · 25 years ago
  55. c51ae17 Clean up some of the SSL server code. by Bodo Möller · 25 years ago
  56. 25f923d New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return code. by Dr. Stephen Henson · 25 years ago
  57. 752d706 Make NO_RSA compile with pedantic. by Ben Laurie · 25 years ago
  58. ca03109 New functions SSL_get_finished, SSL_get_peer_finished. by Bodo Möller · 25 years ago
  59. 9fb617e Use less complicated arrangement for data strutures related to Finished by Bodo Möller · 25 years ago
  60. f2d9a32 Use separate arrays for certificate verify and for finished hashes. by Bodo Möller · 25 years ago
  61. 245206e Use prototypes. by Bodo Möller · 25 years ago
  62. c44f754 Slight code cleanup for handling finished labels. by Bodo Möller · 25 years ago
  63. 37b0d5d Rhapsody 5.5 (a.k.a. MacOS X) compiler bug workaround. At the very least by Andy Polyakov · 25 years ago
  64. 3d14b9d Add support for MS "fast SGC". by Dr. Stephen Henson · 25 years ago
  65. 47134b7 Don't request client certificate in anonymous ciphersuites by Bodo Möller · 25 years ago
  66. 45fd4db Fix SSL_CTX_add_session: When two SSL_SESSIONs have the same ID, by Bodo Möller · 25 years ago
  67. 9535f8c Delete NO_PROTO section (which apparently was just a typo for NOPROTO -- by Bodo Möller · 25 years ago
  68. 891e465 fix comment by Bodo Möller · 25 years ago
  69. dd41341 Change the trust and purpose code so it doesn't need init by Dr. Stephen Henson · 25 years ago
  70. bb7cd4e Remainder of SSL purpose and trust code: trust and purpose setting in by Dr. Stephen Henson · 25 years ago
  71. 13938ac Add part of chain verify SSL support code: not complete or doing anything yet. by Dr. Stephen Henson · 25 years ago
  72. 1088e27 Restore traditional SSL_get_session behaviour so that s_client and s_server by Bodo Möller · 25 years ago
  73. b1fe6ca Store verify_result with sessions to avoid potential security hole. by Bodo Möller · 25 years ago
  74. b7cfcfb This corrects the reference count handling in SSL_get_session. by Mark J. Cox · 25 years ago
  75. c96ab51 Make sure installed files are world readable by Richard Levitte · 25 years ago
  76. 7987577 Improve support for running everything as a monolithic application. by Bodo Möller · 25 years ago
  77. de808df Cosmetic changes. by Ulf Möller · 26 years ago
  78. ca7fea9 Fix warnings. by Ben Laurie · 26 years ago
  79. 1c80019 Add new sign and verify members to RSA_METHOD and change SSL code to use sign by Dr. Stephen Henson · 26 years ago
  80. 0d3118b Update dependencies. by Bodo Möller · 26 years ago
  81. 4dd60b3 typo in a comment by Bodo Möller · 26 years ago
  82. ac7da00 Set s->version correctly for "natural" SSL 3.0 client hello by Bodo Möller · 26 years ago
  83. 17f389b Initial support for MacOS. by Andy Polyakov · 26 years ago
  84. 5bdae16 Fix yet another bug for client hello handling. by Bodo Möller · 26 years ago
  85. cb0369d Repair another bug in s23_get_client_hello: by Bodo Möller · 26 years ago
  86. 6f7af15 Use non-copying BIO interface in ssltest.c. by Bodo Möller · 26 years ago
  87. 396f631 some more patches for avoiding problems with non-automatic variables by Bodo Möller · 26 years ago
  88. c1082a9 Non-copying interface to BIO pairs. It's still totally untested ... by Bodo Möller · 26 years ago
  89. ba3a6e7 use explicit constant 11 just once by Bodo Möller · 26 years ago
  90. f70df1b Make previous bugfix actually work by Bodo Möller · 26 years ago
  91. 074309b Fix server behaviour when facing backwards-compatible client hellos. by Bodo Möller · 26 years ago
  92. 77fa04a -no_dhe option for ssltest.c by Bodo Möller · 26 years ago
  93. de1915e Fix horrible (and hard to track down) bug in ssl23_get_client_hello: by Bodo Möller · 26 years ago
  94. 29159a4 BIO_write and BIO_read could, in theory, return -2. by Bodo Möller · 26 years ago
  95. 385be6e Provide fixed seed for parameter generation to speed up -dhe1024. by Bodo Möller · 26 years ago
  96. 204cf1a Comments. by Bodo Möller · 26 years ago
  97. 5e63691 add comments by Bodo Möller · 26 years ago
  98. b1816a0 typo while I poke around... by Ralf S. Engelschall · 26 years ago
  99. 48c843c New function DSA_dup_DH, and fixes for bugs that were found by Bodo Möller · 26 years ago
  100. 2b8e495 generate error message by Bodo Möller · 26 years ago