summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2002-11-13TypoDr. Stephen Henson
2002-11-13Update docsDr. Stephen Henson
2002-11-13Put NAME in right place, fix typoDr. Stephen Henson
2002-11-13Update docsDr. Stephen Henson
2002-11-12Initial ASN1 generation documentation.Dr. Stephen Henson
2002-11-11Typo.Lutz Jänicke
Submitted by: assar <assar@kth.se> Reviewed by: PR:
2002-11-09TypoDr. Stephen Henson
2002-11-08-CAcreateserial doesn't take a filename argument.Richard Levitte
PR: 332
2002-11-06CRL reason code docs.Dr. Stephen Henson
2002-10-29Add a HISTORY section to the man page to mention the new flags.Geoff Thorpe
2002-10-29The last character of inconsistency in my recent commits is herebyGeoff Thorpe
squashed.
2002-10-29Revert, that was an incorrect change.Richard Levitte
PR: 156
2002-10-29A small detail: since 0.9.7, DH_new_method() and DSA_new_method()Richard Levitte
don't take an ENGINE* as parameter any more. PR: 156
2002-10-29Correct and enhance the behaviour of "internal" session caching as itGeoff Thorpe
relates to SSL_CTX flags and the use of "external" session caching. The existing flag, "SSL_SESS_CACHE_NO_INTERNAL_LOOKUP" remains but is supplemented with a complimentary flag, "SSL_SESS_CACHE_NO_INTERNAL_STORE". The bitwise OR of the two flags is also defined as "SSL_SESS_CACHE_NO_INTERNAL" and is the flag that should be used by most applications wanting to implement session caching *entirely* by its own provided callbacks. As the documented behaviour contradicted actual behaviour up until recently, and since that point behaviour has itself been inconsistent anyway, this change should not introduce any compatibility problems. I've adjusted the relevant documentation to elaborate about how this works. Kudos to "Nadav Har'El" <nyh@math.technion.ac.il> for diagnosing these anomalies and testing this patch for correctness. PR: 311
2002-10-23I don't like c-tab-always-indent ...Bodo Möller
2002-10-20New docs.Dr. Stephen Henson
2002-10-18Make pod2man happier.Geoff Thorpe
2002-10-18Corrected exchanged parameters in example for EVP_EncryptInit_ex()Lutz Jänicke
Submitted by: "Marcus Carey" <marcus.carey@verizon.net> Reviewed by: PR: 265
2002-10-17change Emacs indentation style to make it easier to insertBodo Möller
tabs manually Submitted by: Pierre Bacquet <pbacquet@delta.fr>
2002-10-09More docs.Dr. Stephen Henson
2002-10-09Typo.Dr. Stephen Henson
2002-10-09Update docs.Dr. Stephen Henson
2002-10-09PKCS12_parse manual page.Dr. Stephen Henson
2002-10-09PKCS12_create manual pageDr. Stephen Henson
2002-10-09More man pages.Dr. Stephen Henson
2002-10-08PKCS7_verify() docs.Dr. Stephen Henson
2002-10-07More docs.Dr. Stephen Henson
2002-10-07More d2i/i2d manual pages.Dr. Stephen Henson
2002-10-06Document "0" and "1" naming convention.Dr. Stephen Henson
2002-10-06Update docs.Dr. Stephen Henson
2002-10-06Update docs.Dr. Stephen Henson
2002-10-06Update DH parameter docs.Dr. Stephen Henson
2002-10-06Update RSAPublicKey manual page...Dr. Stephen Henson
2002-10-05Some docs relating to X509 ASN1 functions.Dr. Stephen Henson
Many other ASN1 functions are identical other than the actual structure being handled.
2002-10-04Document should match reality :-).Richard Levitte
PR: 255
2002-09-25It makes more sense to refer to specific function manuals than the conceptRichard Levitte
manual when the specific function is refered to in the current manual text. This correction was originally introduced in OpenBSD's tracking of OpenSSL.
2002-09-25Remove *all* references to RSA_PKCS1_RSAref, since it doesn't exist any more.Richard Levitte
This correction was originally introduced in OpenBSD's tracking of OpenSSL.
2002-09-25Remove reference to RSA_PKCS1_RSAref, since it doesn't exist any more.Richard Levitte
This correction was originally introduced in OpenBSD's tracking of OpenSSL.
2002-09-25It makes more sense to refer to specific function manuals than the conceptRichard Levitte
manual when the specific function is refered to in the current manual text. This correction was originally introduced in OpenBSD's tracking of OpenSSL.
2002-09-05Consequently use term URI instead of URLLutz Jänicke
Submitted by: TJ Saunders <tj@castaglia.org> Reviewed by: PR: 268
2002-08-15fix manpageBodo Möller
2002-08-15Missing =back.Richard Levitte
Part of PR 196
2002-08-05These are updates/fixes to DH/DSA/RAND docs based on the fixes to the RSAGeoff Thorpe
docs. There were a couple of other places (including RSA) where the docs were not quite synchronised with the API that are now fixed. One or two still remain to be fixed though ...
2002-08-05typo fixGeoff Thorpe
2002-08-04Various parts of the RSA documentation were inaccurate and out of date andGeoff Thorpe
this fixes those that I'm currently aware of. In particular, the ENGINE interference in the RSA API has hopefully been clarified. This still needs to be done for other areas of the API ...
2002-08-04A single monolithic man page for the ENGINE stuff. This is a roughGeoff Thorpe
first-cut but provides better documentation than having nothing on the ENGINE API.
2002-07-29mention SSL_do_handshake()Bodo Möller
2002-07-22fix a typo and clarifyBodo Möller
2002-07-19New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.Lutz Jänicke
Submitted by: Reviewed by: PR: 127
2002-07-19The behaviour is undefined when calling SSL_write() with num=0.Lutz Jänicke
Submitted by: Reviewed by: PR: 141