aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Correct EVP_SealInit() documentation, iv is an outputDr. Stephen Henson2003-01-261-10/+16
| | | | parameter.
* Extend the HOWTO on creating certificates, and add a HOWTO in creating keys.Richard Levitte2003-01-142-16/+112
| | | | PR: 422
* Correct an example that has a few typos.Richard Levitte2003-01-141-2/+2
| | | | PR: 458
* Typo.Bodo Möller2003-01-131-1/+1
| | | | | NB: This and other manual pages should be updated for the new BN_GENCB interface.
* Add documentation on how to handle the shared libaries.Richard Levitte2003-01-101-0/+32
| | | | PR: 423
* Typos corrected.Richard Levitte2003-01-101-1/+1
| | | | PR: 445
* Add information about AES cipher suites to ciphers manual page.Lutz Jänicke2002-12-291-1/+25
| | | | | If no authentication method is mentioned in the cipher suite name (e.g. AES128-SHA), RSA authentication is used (PR #396).
* Add SPKM among the related stanrds.Richard Levitte2002-12-261-0/+3
|
* Update our list of implemented and related standards.Richard Levitte2002-12-261-4/+0
|
* Update our list of implemented and related standards.Richard Levitte2002-12-261-15/+142
|
* BIO_new_bio_pair() was unnecessarily described in it's own page as well as inRichard Levitte2002-12-122-105/+54
| | | | | | | BIO_s_bio.pod. The most logical is to move everything needed from BIO_new_bio_pair.pod to BIO_s_bio.pod (including the nice example) and toss BIO_new_bio_pair.pod. I hope I got all the info over properly. PR: 370
* BIO_set_nbio() is enumerated, but not explained. Remove it from enumerationRichard Levitte2002-12-121-1/+1
| | | | | since it's both enumerated and explained in BIO_s_connect.pod. PR: 370
* Missing ")"Lutz Jänicke2002-12-041-1/+1
| | | | | | Submitted by: Christian Hohnstaedt <chohnstaedt@innominate.com> Reviewed by: PR:
* Correct some names.Richard Levitte2002-11-292-4/+4
|
* Better workaround to the "=head1 NAME OPTIONS" pod2latex problem:Lutz Jänicke2002-11-181-7/+8
| | | | | | | NAME OPTIONS are a subset of OPTIONS, so just make it =head2! Submitted by: Reviewed by: PR: 333
* Add SETWRAP modifier to ASN1 generate.Dr. Stephen Henson2002-11-151-7/+8
|
* Use =back to finish =over (found using pod2latex).Lutz Jänicke2002-11-141-2/+2
| | | | | | Submitted by: Reviewed by: PR:
* No such reference to link to (found running pod2latex).Lutz Jänicke2002-11-141-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* Fix documentation of i2d_X509_fp and i2d_X509_bio.Dr. Stephen Henson2002-11-141-2/+7
|
* Don't declare 2 WARNINGS sectionsLutz Jänicke2002-11-141-12/+10
| | | | | | Submitted by: Reviewed by: PR:
* Opportunistic change to work around pod2latex bug: rename NAME OPTIONSLutz Jänicke2002-11-141-2/+2
| | | | | | | section to SUBJECT AND ISSUER NAME OPTIONS Submitted by: Reviewed by: PR: 333
* Correct reference to section name.Lutz Jänicke2002-11-141-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* Missing =backLutz Jänicke2002-11-141-0/+2
| | | | | | Submitted by: Reviewed by: PR:
* TypoDr. Stephen Henson2002-11-131-2/+2
|
* Update docsDr. Stephen Henson2002-11-132-3/+64
|
* Put NAME in right place, fix typoDr. Stephen Henson2002-11-134-7/+7
|
* Update docsDr. Stephen Henson2002-11-131-4/+124
|
* Initial ASN1 generation documentation.Dr. Stephen Henson2002-11-121-0/+132
|
* Typo.Lutz Jänicke2002-11-111-1/+1
| | | | | | Submitted by: assar <assar@kth.se> Reviewed by: PR:
* TypoDr. Stephen Henson2002-11-093-12/+12
|
* -CAcreateserial doesn't take a filename argument.Richard Levitte2002-11-081-1/+1
| | | | PR: 332
* CRL reason code docs.Dr. Stephen Henson2002-11-061-4/+32
|
* Add a HISTORY section to the man page to mention the new flags.Geoff Thorpe2002-10-291-0/+5
|
* The last character of inconsistency in my recent commits is herebyGeoff Thorpe2002-10-291-0/+1
| | | | squashed.
* Revert, that was an incorrect change.Richard Levitte2002-10-292-2/+4
| | | | PR: 156
* A small detail: since 0.9.7, DH_new_method() and DSA_new_method()Richard Levitte2002-10-292-4/+2
| | | | | don't take an ENGINE* as parameter any more. PR: 156
* Correct and enhance the behaviour of "internal" session caching as itGeoff Thorpe2002-10-292-12/+43
| | | | | | | | | | | | | | | | | | | 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
* I don't like c-tab-always-indent ...Bodo Möller2002-10-231-4/+3
|
* New docs.Dr. Stephen Henson2002-10-207-3/+511
|
* Make pod2man happier.Geoff Thorpe2002-10-181-1/+1
|
* Corrected exchanged parameters in example for EVP_EncryptInit_ex()Lutz Jänicke2002-10-181-1/+1
| | | | | | Submitted by: "Marcus Carey" <marcus.carey@verizon.net> Reviewed by: PR: 265
* change Emacs indentation style to make it easier to insertBodo Möller2002-10-171-7/+6
| | | | | | tabs manually Submitted by: Pierre Bacquet <pbacquet@delta.fr>
* More docs.Dr. Stephen Henson2002-10-091-0/+31
|
* Typo.Dr. Stephen Henson2002-10-091-1/+1
|
* Update docs.Dr. Stephen Henson2002-10-092-0/+110
|
* PKCS12_parse manual page.Dr. Stephen Henson2002-10-092-0/+55
|
* PKCS12_create manual pageDr. Stephen Henson2002-10-091-0/+71
|
* More man pages.Dr. Stephen Henson2002-10-0913-6/+495
|
* PKCS7_verify() docs.Dr. Stephen Henson2002-10-081-0/+113
|
* More docs.Dr. Stephen Henson2002-10-073-0/+190
|