summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_DSAPublicKey.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some of the functions in this manual need <openssl/dsa.h>, otherstb2018-08-261-3/+45
| | | | | | | | | need <openssl/x509.h>. The functions {d2i,i2d}_DSA_params_{bio,fp}(3) were missing from the manual, so document them. The return values of the i2d_* functions are left undocumented, as these still need to be audited. ok schwarze (lots of input and help as usual)
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-4/+7
| | | | on the web, so fix up SSLeay HISTORY accordingly
* crypto HISTORY up to 0.9.5; researched from OpenSSL gitschwarze2018-03-221-2/+12
|
* crypto HISTORY up to 0.9.3; researched from OpenSSL gitschwarze2018-03-211-1/+7
|
* x509.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+6
|
* dsa.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-201-2/+13
|
* Clarify what DSAparams_dup(3) does.schwarze2016-12-251-19/+47
| | | | | | | | | | Add STANDARDS references. Add cross references to manual pages documenting conversion functions that are used by the functions documented here. Mark up the names of custom ASN.1 datatypes that are defined in standards with .Vt, allowing to search for them. Do not mark up basic ASN.1 data types. They stand out by being ALL CAPS anyway, and searching for them would be pointless.
* First example of how to fix the d2i_*() manuals:schwarze2016-12-241-98/+123
| | | | | | | | | | | - add four missing functions found in OpenSSL doc/man3/d2i_X509.pod - simplify .Nd - drop needless extra include line - use the same parameter names as in ASN1_item_d2i(3) - point to ASN1_item_d2i(3) for details - sort the text and simplify the wording More work is needed on STANDARDS references.
* Document DSAparams_dup(3). It is in <openssl/dsa.h> and documentedschwarze2016-12-121-2/+35
| | | | | | | | | | by OpenSSL, so it is clearly public. OpenSSL documents it in doc/man3/X509_dup.pod, but with wrong header file, wrong prototype, and misleading description. While here, fix the wrong d2i_DSA_SIG(3) return type and document those RETURN VALUES that i could easily figure out.
* Change all references to dsa(3) to point to DSA_new(3).schwarze2016-12-101-3/+4
| | | | Make sure all DSA pages point back to DSA_new(3).
* various cleanup;jmc2016-12-081-7/+7
|
* Add Copyright and license.schwarze2016-12-051-2/+90
| | | | | Merge documentation of some additional {d2i,i2d}_{D,R}SA_PUBKEY_{bio,fp}(3) functions from OpenSSL.
* first pass; ok schwarzejmc2016-11-061-2/+4
|
* convert the remaining manual pages from pod to mdocschwarze2016-11-051-0/+159