summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_get0_signature.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* document X509_signature_dump(3) and X509_signature_print(3)schwarze2021-07-061-2/+3
|
* Properly document the return values of EVP_PKEY_base_id(3)schwarze2020-06-241-4/+40
| | | | | | | | and EVP_PKEY_id(3), then describe the "type" parameters of various functions more precisely referencing that information. In particular, document X509_get_signature_type(3) which was so far missing. OK tb@
* finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixesschwarze2018-03-231-4/+5
|
* crypto HISTORY up to 1.0.2; researched from OpenSSL git and OpenBSD CVSschwarze2018-03-231-3/+4
|
* In x509.h rev. 1.34 2018/02/22 16:50:30, jsing@ providedschwarze2018-02-241-6/+39
| | | | | | X509_REQ_get_signature_nid(3), in rev. 1.36 2018/02/22 16:58:45 X509_CRL_get_signature_nid(3), and in rev. 1.40 2018/02/22 17:09:28 X509_get0_tbs_sigalg(3). Merge the documentation from OpenSSL.
* In x509.h rev. 1.30 2018/02/20 17:04:58, jsing@ providedschwarze2018-02-221-8/+30
| | | | | X509_CRL_get0_signature(3) and in rev. 1.31 2018/02/20 17:06:19 X509_REQ_get0_signature(3). Document them.
* In x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ providedschwarze2018-02-191-0/+105
X509_get0_signature(3). Merge the documentation from OpenSSL. Rename the file from X509_get_signature_nid.3 to X509_get0_signature.3 for consistency because we are not losing any history yet.