summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2000-03-27Fix typo in -clrext option, but add a compatibility hack becauseBodo Möller
2000-03-19Sample application using RAND_event() to collect entropy from mouseUlf Möller
2000-03-18Eliminate memory leaks in mem_dbg.c.Bodo Möller
2000-03-18e_os.h: don't do double work with status codes.Richard Levitte
2000-03-14Remove CRYPTO_push/pop_info invocations to improve code readability --Bodo Möller
2000-03-14Avoid a warning.Bodo Möller
2000-03-14Typo correctedRichard Levitte
2000-03-14Make sure strcmp() gets declared.Richard Levitte
2000-03-13"openssl no-..." commands for avoiding the need to grepBodo Möller
2000-03-12cleaning up a littleBodo Möller
2000-03-12make updateUlf Möller
2000-03-10Add the possibility (with -ign_eof) to ignore end of file on input butRichard Levitte
2000-03-10Change to code generated by 'dhparam -C':Bodo Möller
2000-03-10another typoBodo Möller
2000-03-10typoBodo Möller
2000-03-09Don't Free() password if it was read from config file.Dr. Stephen Henson
2000-03-08Fix typo and make ca get the CA and request fields correct.Dr. Stephen Henson
2000-03-05Add missing include (only MONOLITH builds were possible without it).Bodo Möller
2000-03-04Read complete seed files given in -rand options.Bodo Möller
2000-03-04Generate correct error reasons strings for SYSerr.Bodo Möller
2000-03-03Add an #include.Bodo Möller
2000-03-03Avoid potential memory leak in code generated by 'openssl dhparam -C'.Bodo Möller
2000-03-03New '-dsaparam' option for 'openssl dhparam', and related fixes.Bodo Möller
2000-03-02SynchroniseRichard Levitte
2000-03-01pseudo-seed for the PRNG before testing DSAUlf Möller
2000-03-01'rand'/'-rand' documentation.Bodo Möller
2000-03-01Document the 'rand' application.Bodo Möller
2000-02-29'rand' application for creating pseudo-random files.Bodo Möller
2000-02-28Fix for non-monolithic build.Ulf Möller
2000-02-27New logical names to skip algorithms are now supported.Richard Levitte
2000-02-26More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller
2000-02-26The OpenVMS library is most definitely not built for anything butRichard Levitte
2000-02-26Rename functions for new convention.Dr. Stephen Henson
2000-02-26Correct small typoRichard Levitte
2000-02-25Changes to synchronise with Unix.Richard Levitte
2000-02-25EGD bugfix.Ulf Möller
2000-02-24Make gcc 2.95.2 happy here, too.Ralf S. Engelschall
2000-02-24Support EGD.Ulf Möller
2000-02-22Make pkcs8 work again.Dr. Stephen Henson
2000-02-21Fix some bugs and document othersBodo Möller
2000-02-20Fix gcc warnings.Ulf Möller
2000-02-19Add -clrext option to 'x509'Dr. Stephen Henson
2000-02-18add missing 'static'Bodo Möller
2000-02-18New functions and option to use NEW in certificate requests.Dr. Stephen Henson
2000-02-17Casts now unnecessary because of changed prototype.Bodo Möller
2000-02-17Add -pass argument to 'enc'.Dr. Stephen Henson
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson
2000-02-16Fix signed/unsigned warnings.Ben Laurie
2000-02-15Remove the access() call altogether for VMS, since it doesn't quiteRichard Levitte
2000-02-12Make pkcs12 and smime applications seed random numberDr. Stephen Henson