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