aboutsummaryrefslogtreecommitdiffstats
path: root/doc/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Typo.Bodo Möller2003-01-131-1/+1
| | | | | NB: This and other manual pages should be updated for the new BN_GENCB interface.
* 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
* Correct some names.Richard Levitte2002-11-292-4/+4
|
* 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:
* Fix documentation of i2d_X509_fp and i2d_X509_bio.Dr. Stephen Henson2002-11-141-2/+7
|
* TypoDr. Stephen Henson2002-11-131-2/+2
|
* 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:
* 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
* 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
* 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
|
* More d2i/i2d manual pages.Dr. Stephen Henson2002-10-074-0/+198
|
* Document "0" and "1" naming convention.Dr. Stephen Henson2002-10-061-0/+16
|
* Update docs.Dr. Stephen Henson2002-10-062-1/+39
|
* Update docs.Dr. Stephen Henson2002-10-062-0/+37
|
* Update DH parameter docs.Dr. Stephen Henson2002-10-061-7/+7
|
* Update RSAPublicKey manual page...Dr. Stephen Henson2002-10-061-6/+33
|
* Some docs relating to X509 ASN1 functions.Dr. Stephen Henson2002-10-052-0/+261
| | | | | Many other ASN1 functions are identical other than the actual structure being handled.
* It makes more sense to refer to specific function manuals than the conceptRichard Levitte2002-09-2527-29/+37
| | | | | manual when the specific function is refered to in the current manual text. This correction was originally introduced in OpenBSD's tracking of OpenSSL.
* Remove *all* references to RSA_PKCS1_RSAref, since it doesn't exist any more.Richard Levitte2002-09-251-2/+0
| | | | This correction was originally introduced in OpenBSD's tracking of OpenSSL.
* Remove reference to RSA_PKCS1_RSAref, since it doesn't exist any more.Richard Levitte2002-09-251-4/+11
| | | | This correction was originally introduced in OpenBSD's tracking of OpenSSL.
* It makes more sense to refer to specific function manuals than the conceptRichard Levitte2002-09-252-2/+2
| | | | | manual when the specific function is refered to in the current manual text. This correction was originally introduced in OpenBSD's tracking of OpenSSL.
* fix manpageBodo Möller2002-08-151-0/+2
|
* These are updates/fixes to DH/DSA/RAND docs based on the fixes to the RSAGeoff Thorpe2002-08-0511-120/+232
| | | | | | 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 ...
* typo fixGeoff Thorpe2002-08-051-1/+1
|
* Various parts of the RSA documentation were inaccurate and out of date andGeoff Thorpe2002-08-043-57/+107
| | | | | | 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 ...
* A single monolithic man page for the ENGINE stuff. This is a roughGeoff Thorpe2002-08-041-0/+621
| | | | | first-cut but provides better documentation than having nothing on the ENGINE API.
* This documentation change was being written at the same time as Richard'sGeoff Thorpe2002-07-181-7/+26
| | | | | | | changes. So I'm committing this version to overwrite his changes for now, and he can always take his turn to overwrite my words if he wants :-) PR: 86
* Explain why RSA_check_key() doesn't work with hard keys.Richard Levitte2002-07-181-1/+10
| | | | PR: 86
* Add history for documented new functions.Richard Levitte2002-07-186-3/+24
| | | | PR: 59
* Typos in links between manual pagesLutz Jänicke2002-07-106-6/+6
| | | | | | Submitted by: Richard.Koenning@fujitsu-siemens.com Reviewed by: PR: 129
* Documentation bug corrected.Richard Levitte2002-06-051-1/+1
| | | | PR: 70
* a B< that wasn't properly ended.Richard Levitte2002-05-301-1/+1
|
* Small documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex.Richard Levitte2002-05-081-1/+1
| | | | | Notified by Stella Power <snpower@maths.tcd.ie>. PR: 24
* another error discovered by Karsten Braaten. The number was not evenUlf Möller2002-04-131-1/+1
| | | | prime!
* error reported by Karsten BraatenUlf Möller2002-04-071-1/+1
|