Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Read complete seed files given in -rand options. | Bodo Möller | 2000-03-04 | 1 | -1/+1 |
| | |||||
* | New '-dsaparam' option for 'openssl dhparam', and related fixes. | Bodo Möller | 2000-03-03 | 1 | -1/+1 |
| | |||||
* | Document the 'rand' application. | Bodo Möller | 2000-03-01 | 1 | -1/+1 |
| | |||||
* | 'rand' application for creating pseudo-random files. | Bodo Möller | 2000-02-29 | 1 | -1/+1 |
| | |||||
* | Fix for non-monolithic build. | Ulf Möller | 2000-02-28 | 1 | -0/+2 |
| | | | | Submitted by: Andrew Gray <agray@iconsinc.com> | ||||
* | EGD bugfix. | Ulf Möller | 2000-02-25 | 1 | -2/+4 |
| | | | | Submitted by: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> | ||||
* | Support EGD. | Ulf Möller | 2000-02-24 | 1 | -3/+12 |
| | |||||
* | ispell (and minor modifications) | Ulf Möller | 2000-02-03 | 1 | -1/+1 |
| | |||||
* | RAND_load_file(..., -1) now means "read the complete file"; | Bodo Möller | 2000-01-24 | 1 | -1/+1 |
| | | | | | | | | | this is what we now use to read $RANDFILE / $HOME/.rnd. (Previously, after 'cat'ting lots of stuff into .rnd only the first MB would be looked at.) Bugfix for apps/enc.c: Continue if RAND_pseudo_bytes returns 0 (only -1 is an error). | ||||
* | Fix to the -revoke option in ca. It was leaking memory, crashing and just | Dr. Stephen Henson | 1999-11-08 | 1 | -1/+1 |
| | | | | | | | | | plain not working :-( Also fix some memory leaks in the new X509_NAME code. Fix so new app_rand code doesn't crash 'x509' and move #include so it compiles under Win32. | ||||
* | Warn about RANDFILE being overwritten. | Bodo Möller | 1999-10-26 | 1 | -1/+1 |
| | |||||
* | New file app_rand.c with some functionality used in various openssl | Bodo Möller | 1999-10-26 | 1 | -0/+200 |
applications. |