| Commit message (Expand) | Author | Files | Lines |
2001-07-31 | Reworked manual pages with a lot of input from Bodo Moeller. | Lutz Jänicke | 3 | -71/+121 |
2001-07-31 | Document DES changes better. | Ben Laurie | 2 | -34/+37 |
2001-07-31 | Remove old unused stuff. | Ben Laurie | 1 | -4/+0 |
2001-07-31 | Indent. | Lutz Jänicke | 1 | -1/+1 |
2001-07-31 | Vade retro C++ comments! | Richard Levitte | 2 | -6/+10 |
2001-07-31 | Make as sure as possible that gethostname() will be properly declared. | Richard Levitte | 1 | -0/+8 |
2001-07-31 | Correct most of the unsigned vs. signed warnings (or int vs. size_t), | Richard Levitte | 1 | -12/+13 |
2001-07-31 | Whoops, my fault, a backslash got converted to a slash... | Richard Levitte | 1 | -1/+1 |
2001-07-31 | More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu> | Richard Levitte | 7 | -7/+83 |
2001-07-31 | Remove //. | Ben Laurie | 1 | -2/+2 |
2001-07-31 | make update | Richard Levitte | 5 | -554/+604 |
2001-07-31 | Really add the EVP and all of the DES changes. | Ben Laurie | 107 | -4616/+2990 |
2001-07-30 | Make EVPs allocate context memory, thus making them extensible. Rationalise | Ben Laurie | 25 | -188/+216 |
2001-07-30 | Only set the verify callback if there's one to set! | Ben Laurie | 1 | -1/+2 |
2001-07-30 | Just a "get to know your system" bit. | Andy Polyakov | 1 | -1/+3 |
2001-07-30 | Enhanced support for IA-64 Linux and HP-UX (as well as better support for | Andy Polyakov | 5 | -16/+115 |
2001-07-30 | Support for Intel and HP-UXi assemblers. | Andy Polyakov | 1 | -456/+465 |
2001-07-30 | ANSIfication. | Ben Laurie | 1 | -1/+2 |
2001-07-30 | Typo in stty command lines. | Andy Polyakov | 1 | -3/+3 |
2001-07-30 | Don't miss files... | Lutz Jänicke | 1 | -0/+6 |
2001-07-30 | Fix inconsistent behaviour with respect to verify_callback handling. | Lutz Jänicke | 4 | -2/+12 |
2001-07-30 | Forgot to mention second fix. | Lutz Jänicke | 1 | -4/+4 |
2001-07-28 | length of secret exponent is needed only when we create one | Bodo Möller | 1 | -2/+1 |
2001-07-28 | Undo DH_generate_key() change: s3_srvr.c was using it correctly | Bodo Möller | 3 | -16/+9 |
2001-07-27 | Another uninitialized static that may lead to problems on Solaris under some | Lutz Jänicke | 1 | -1/+1 |
2001-07-27 | Addapt VMS script to the latest changes in the makefiles. | Richard Levitte | 1 | -3/+4 |
2001-07-27 | Make sure *outl is always initialized in EVP_EncryptUpdate(). | Dr. Stephen Henson | 1 | -0/+2 |
2001-07-27 | More linker bloat reorganisation: | Dr. Stephen Henson | 24 | -318/+612 |
2001-07-27 | First of several reorganisations to | Dr. Stephen Henson | 10 | -53/+321 |
2001-07-26 | Fix problem occuring when used from OpenSSH on Solaris 8. | Lutz Jänicke | 2 | -1/+7 |
2001-07-25 | DH key generation should not use a do ... while loop, | Bodo Möller | 1 | -7/+3 |
2001-07-25 | Don't preserve existing keys in DH_generate_key. | Bodo Möller | 3 | -9/+45 |
2001-07-25 | md_rand.c thread safety | Bodo Möller | 4 | -18/+45 |
2001-07-25 | always reject data >= n | Bodo Möller | 4 | -5/+47 |
2001-07-25 | Support for 64-bit Solaris build with GCC 3.0 and later. It should be | Andy Polyakov | 3 | -10/+90 |
2001-07-25 | Fix wrong information about SSL_set_connect_state()... | Lutz Jänicke | 6 | -30/+20 |
2001-07-25 | add a comment | Bodo Möller | 1 | -0/+4 |
2001-07-24 | avoid warnings | Bodo Möller | 1 | -2/+4 |
2001-07-24 | Avoid race condition. | Bodo Möller | 2 | -4/+7 |
2001-07-23 | - New INSTALL document describing different ways to build "tunala" and | Geoff Thorpe | 11 | -44/+354 |
2001-07-23 | Additional inline reference. | Lutz Jänicke | 1 | -2/+4 |
2001-07-23 | Add missing reference. | Lutz Jänicke | 1 | -0/+1 |
2001-07-23 | Tidy up "cvs update" output a bit. | Geoff Thorpe | 2 | -0/+4 |
2001-07-21 | Not all platforms have the OpenBSD crypto device. | Richard Levitte | 1 | -0/+4 |
2001-07-21 | Documentation about ephemeral key exchange | Lutz Jänicke | 5 | -5/+315 |
2001-07-21 | Clean up EVP macros, rename DES EDE3 modes correctly, temporary support for | Ben Laurie | 12 | -20/+282 |
2001-07-21 | More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>. | Richard Levitte | 2 | -73/+119 |
2001-07-20 | Updated explanation. | Lutz Jänicke | 1 | -3/+16 |
2001-07-20 | Some more documentation bits. | Lutz Jänicke | 4 | -4/+56 |
2001-07-20 | Currently, RSA code, when using no padding scheme, simply checks that input | Geoff Thorpe | 1 | -3/+12 |