| Commit message (Expand) | Author | Files | Lines |
2000-03-10 | Add the possibility (with -ign_eof) to ignore end of file on input but | Richard Levitte | 2 | -6/+22 |
2000-03-10 | Change to code generated by 'dhparam -C': | Bodo Möller | 1 | -7/+11 |
2000-03-10 | another typo | Bodo Möller | 1 | -1/+1 |
2000-03-10 | typo | Bodo Möller | 1 | -1/+1 |
2000-03-09 | clarify. | Ulf Möller | 4 | -7/+10 |
2000-03-09 | bug fix. | Ulf Möller | 1 | -1/+1 |
2000-03-09 | Manual page installation did not work if INSTALL_PREFIX was a relative path. | Bodo Möller | 1 | -6/+6 |
2000-03-09 | Don't Free() password if it was read from config file. | Dr. Stephen Henson | 1 | -2/+2 |
2000-03-08 | Clarification. | Bodo Möller | 1 | -3/+5 |
2000-03-08 | Fix typo and make ca get the CA and request fields correct. | Dr. Stephen Henson | 2 | -2/+2 |
2000-03-08 | Manual pages for EVP_Open* and EVP_Seal* | Dr. Stephen Henson | 2 | -0/+121 |
2000-03-08 | Protect variables from potential misinterpretations, for example a | Richard Levitte | 1 | -27/+27 |
2000-03-07 | Check that a password was actually passed, or the user will just get | Richard Levitte | 1 | -0/+8 |
2000-03-07 | Manual pages for EVP signing and verifying. | Dr. Stephen Henson | 2 | -0/+156 |
2000-03-07 | spelling | Bodo Möller | 1 | -1/+1 |
2000-03-07 | New compatability trust and purpose settings. | Dr. Stephen Henson | 6 | -15/+45 |
2000-03-07 | {NEXT,OPEN}STEP don't have pid_t. | Bodo Möller | 1 | -0/+3 |
2000-03-07 | Fix the PKCS#8 DSA code so it works again. All the | Dr. Stephen Henson | 2 | -3/+15 |
2000-03-06 | bug fix release planned | Ulf Möller | 2 | -3/+3 |
2000-03-06 | Fix the indentation, and avoid a compiler warning. | Bodo Möller | 1 | -38/+39 |
2000-03-06 | Let's not lie to the people. | Richard Levitte | 1 | -3/+2 |
2000-03-05 | Add missing include (only MONOLITH builds were possible without it). | Bodo Möller | 1 | -0/+1 |
2000-03-05 | Preserve reason strings in automatically build tables. | Bodo Möller | 22 | -25/+67 |
2000-03-04 | Beautifying. Sorry, but code that's slammed to the far left is not | Richard Levitte | 1 | -29/+34 |
2000-03-04 | Let's care about the compiler warnings for both cases, shall we? | Richard Levitte | 1 | -2/+4 |
2000-03-04 | There is no reason to use downcase letters throughout in error reason | Bodo Möller | 1 | -1/+1 |
2000-03-04 | Read complete seed files given in -rand options. | Bodo Möller | 1 | -1/+1 |
2000-03-04 | Get definition of ssize_t. | Ben Laurie | 1 | -0/+1 |
2000-03-04 | Change output text (ar is not a linker). | Bodo Möller | 1 | -1/+1 |
2000-03-04 | Generate correct error reasons strings for SYSerr. | Bodo Möller | 4 | -3/+112 |
2000-03-04 | The selftest sometimes lacked important information | Ulf Möller | 2 | -3/+19 |
2000-03-04 | new component | Ulf Möller | 1 | -1/+3 |
2000-03-04 | gcc warnings | Ulf Möller | 1 | -4/+17 |
2000-03-04 | Note about PRNG error message for openssl command line tool. | Bodo Möller | 1 | -0/+5 |
2000-03-04 | Add an #include. | Bodo Möller | 1 | -0/+1 |
2000-03-03 | Use signed type where -1 may be returned. | Bodo Möller | 1 | -2/+2 |
2000-03-03 | Avoid potential memory leak in code generated by 'openssl dhparam -C'. | Bodo Möller | 1 | -1/+1 |
2000-03-03 | New '-dsaparam' option for 'openssl dhparam', and related fixes. | Bodo Möller | 7 | -36/+213 |
2000-03-03 | Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error. | Bodo Möller | 4 | -5/+6 |
2000-03-03 | Make name_funcs_stack static. | Dr. Stephen Henson | 1 | -1/+1 |
2000-03-03 | Move the 'file scope' argument in set_label to | Dr. Stephen Henson | 3 | -2/+7 |
2000-03-03 | Synchronise | Richard Levitte | 1 | -2/+2 |
2000-03-02 | Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts. | Bodo Möller | 1 | -0/+4 |
2000-03-02 | Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts. | Bodo Möller | 4 | -4/+4 |
2000-03-02 | Update comment. | Bodo Möller | 1 | -1/+2 |
2000-03-02 | Add missing dependencies. | Bodo Möller | 9 | -11/+11 |
2000-03-02 | Use RAND_METHOD for implementing RAND_status. | Bodo Möller | 4 | -1/+16 |
2000-03-02 | Change comment. | Bodo Möller | 1 | -1/+2 |
2000-03-02 | Hack b_print.c to implement asprintf() functionality. Not enabled by | Richard Levitte | 1 | -46/+165 |
2000-03-02 | Make bss_log.c a bit more readable, and implement it for VMS as well. | Richard Levitte | 2 | -54/+134 |