Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .Lb libcrypto ; OK tb@ | schwarze | 2025-06-08 | 1 | -2/+3 |
| | |||||
* | NID_sxnet and NID_proxyCertInfo are no longer supported | tb | 2024-12-31 | 1 | -7/+2 |
| | | | | The code supporting it was removed in April 2023. | ||||
* | Document X509V3_ADD_OP_MASK and clarify the description of the flags argument. | schwarze | 2024-12-28 | 1 | -5/+31 |
| | | | | | While here, also add a (c) line for tb@ because he added Copyright-worthy amounts of text to this page during the last two years. | ||||
* | Improve X509V3_get0_uids() documentation | tb | 2024-05-15 | 1 | -11/+19 |
| | | | | | Use less horrcble variable names and make it explicit that both output arguments are allowed to be NULL. | ||||
* | Be more specific about X509V3_ADD_APPEND and X509V3_ADD_DELETE | tb | 2024-05-12 | 1 | -3/+6 |
| | |||||
* | Document the RFC 3779 extensions as supported | tb | 2023-09-25 | 1 | -2/+5 |
| | |||||
* | Introduce X509_get0_uids() accessor function | job | 2023-02-23 | 1 | -3/+24 |
| | | | | | | | By introducing X509_get0_uids(), one can add RPKI profile compliance checks to conform the absence of the issuerUID and subjectUID. OK tb@ jsing@ | ||||
* | document X509V3_extensions_print(3) | schwarze | 2021-07-12 | 1 | -2/+3 |
| | |||||
* | document X509V3_EXT_print(3) | schwarze | 2021-07-12 | 1 | -3/+4 |
| | |||||
* | document X509_check_purpose(3) | schwarze | 2019-08-22 | 1 | -2/+3 |
| | |||||
* | Improve pages that briefly mentioned ERR - usually below SEE ALSO - | schwarze | 2019-06-14 | 1 | -13/+23 |
| | | | | | but failed to provide any real information. OK tb@ jmc@ | ||||
* | Tree structure for manual pages: crypto(3) links to 33 function | schwarze | 2019-06-06 | 1 | -2/+3 |
| | | | | | | | | | | | group pages, and these link on to all their second-level subpages. Only a handful of second-level pages have third-level subpages. So all crypto pages can now be reached from the www.libressl.org frontpage via at most four clicks, in most cases three clicks. Also link back from leaf pages to their respective group pages and add a couple of additional links between related pages. Triggered by a question from deraadt@. OK jmc@ tb@ | ||||
* | finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes | schwarze | 2018-03-23 | 1 | -2/+9 |
| | |||||
* | crypto HISTORY up to 0.9.7; researched from OpenSSL git | schwarze | 2018-03-22 | 1 | -1/+9 |
| | |||||
* | crypto HISTORY up to 0.9.5; researched from OpenSSL git | schwarze | 2018-03-22 | 1 | -2/+10 |
| | |||||
* | crypto HISTORY up to 0.9.3; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+5 |
| | |||||
* | crypto HISTORY up to OpenSSL 0.9.2b; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+6 |
| | |||||
* | In x509.h rev. 1.33 2018/02/22 16:47:50, jsing@ provided | schwarze | 2018-02-24 | 1 | -2/+3 |
| | | | | | | X509_REVOKED_get0_serialNumber(3) and X509_REVOKED_get0_revocationDate(3). Merge the documentation from OpenSSL, but put it into X509_REVOKED_new(3) rather than into X509_CRL_get0_by_serial(3) because it fits better there. | ||||
* | In x509.h rev. 1.33 2018/02/22 16:47:50, jsing@ provided | schwarze | 2018-02-24 | 1 | -12/+31 |
| | | | | | | X509_REVOKED_get0_extensions(3) and in rev. 1.36 2018/02/22 16:58:45 X509_CRL_get0_extensions(3). Merge the documentation from OpenSSL and fix a few minor typos while here. | ||||
* | In x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ provided | schwarze | 2018-02-19 | 1 | -5/+17 |
| | | | | X509_get0_extensions(3). Merge the documentation from OpenSSL. | ||||
* | fix cross references to self; found with mandoc -Tlint | schwarze | 2017-07-05 | 1 | -3/+2 |
| | |||||
* | Write new manual pages d2i_X509_ATTRIBUTE(3) and d2i_X509_EXTENSION(3) | schwarze | 2016-12-28 | 1 | -2/+3 |
| | | | | | from scratch. All six functions are listed in <openssl/x509.h> and in OpenSSL doc/man3/d2i_X509.pod. | ||||
* | cut back some excessive cross references | schwarze | 2016-12-15 | 1 | -9/+4 |
| | | | | and link to X509_EXTENSION_new(3) instead | ||||
* | We don't support Certificate Transparency Extensions and | schwarze | 2016-12-06 | 1 | -8/+2 |
| | | | | | we don't define preprocessor constants for the related NIDs, so delete the subsection discussing them. | ||||
* | various cleanup; | jmc | 2016-12-05 | 1 | -10/+10 |
| | |||||
* | import five newish X509 pages from OpenSSL | schwarze | 2016-12-04 | 1 | -0/+386 |