summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2000-06-01Small documentation bug, probably a cut'n'paste, corrected.Richard Levitte
2000-05-31typoBodo Möller
2000-05-31dh and gendh have been obsoleted by dhparam.Bodo Möller
2000-05-30You must have an empty line between =item'sRichard Levitte
2000-05-29Minor corrections to documentation.Geoff Thorpe
* speed processes any/all options passed to it, not just one. * DH and DSA have no "_get_method()" functions, only RSA does. * typos.
2000-05-23Fix Blowfish URL.Ralf S. Engelschall
Submitted by: Arnaud De Timmerman <Arnaud.De.Timmerman@branchur.fr>
2000-05-19typoBodo Möller
2000-05-18Add a new file where all the standards and other documents that we tryRichard Levitte
to adhere to are listed. It should be regarded as a complement to whatever is out on the web, including the docs in http://www.openssl.org/
2000-04-15Correction.Bodo Möller
2000-04-14New function ERR_error_string_n.Bodo Möller
2000-04-12Minor corrections.Bodo Möller
2000-04-12OpenVMS, not OpenVSM...Richard Levitte
2000-04-06Clarifications.Bodo Möller
2000-03-25Update docs.Dr. Stephen Henson
2000-03-23Corrected. It said before that ivec had to be initialised to zero,Richard Levitte
which isn't true. What is true, however, is that SSH assumes it is.
2000-03-23Update docs and remove old PKCS#7 README file.Dr. Stephen Henson
2000-03-22RAND_event()Ulf Möller
2000-03-20Document pseudo-commands.Bodo Möller
2000-03-19libdes manpage.Ulf Möller
This may still contain a few errors from the old documentation, but most of it should make sense.
2000-03-18add =cutUlf Möller
2000-03-10Add the possibility (with -ign_eof) to ignore end of file on input butRichard Levitte
still not be quiet. Also make it clear that -quiet implicitely means -ign_eof as well.
2000-03-09clarify.Ulf Möller
2000-03-08Manual pages for EVP_Open* and EVP_Seal*Dr. Stephen Henson
2000-03-07Manual pages for EVP signing and verifying.Dr. Stephen Henson
2000-03-04new componentUlf Möller
2000-03-03New '-dsaparam' option for 'openssl dhparam', and related fixes.Bodo Möller
2000-03-01add RAND_status() to titleUlf Möller
2000-03-01'rand'/'-rand' documentation.Bodo Möller
2000-03-01Document the 'rand' application.Bodo Möller
2000-02-27correctionsUlf Möller
2000-02-27remove obsolete BN_CTX infoUlf Möller
2000-02-27put function names in the title.Ulf Möller
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller
2000-02-25Linux is almost the only one where getpid() == thread-id. IRIX isAndy Polyakov
another one, but only if you stick to sproc(2).
2000-02-25linksUlf Möller
2000-02-25There're two (incompatible) ways to write multi-threaded programs underAndy Polyakov
IRIX, one is to call sproc(2) when every thread does get own pid and POSIX threads when all the threads share same pid.
2000-02-25mention RAND_egd()Ulf Möller
2000-02-25*** empty log message ***Ulf Möller
2000-02-24mention that EGD is used in non-blocking mode.Ulf Möller
2000-02-24Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.Bodo Möller
"make update".
2000-02-24EGD socket info.Ulf Möller
2000-02-24nicer manpagesUlf Möller
2000-02-24EGD info, as requested.Ulf Möller
2000-02-24Support EGD.Ulf Möller
2000-02-24Correct a couple of command errors.Richard Levitte
2000-02-24CRYPTO_num_locks()Ulf Möller
2000-02-23threads mapage.Ulf Möller
2000-02-23minor docs changes (added links is the openssl(1) text)Ulf Möller
2000-02-23Add PBE algorithms with ciphers, not digests.Dr. Stephen Henson
2000-02-23Allow ADH to be used but not present in the default cipherDr. Stephen Henson
list. Allow CERTIFICATE to be used in PEM headers for PKCS#7 structures: some CAs do this.