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