Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | X509_NAME_print_ex: zap stray comma | tb | 2025-03-09 | 1 | -2/+2 |
| | |||||
* | X509_NAME_print_ex.3: move s to the proper place | tb | 2025-03-09 | 1 | -2/+2 |
| | |||||
* | Remove mention of X509_NAME_print(3) in the docs | tb | 2025-03-09 | 1 | -36/+7 |
| | |||||
* | X509_NAME_print() also fails to indent | tb | 2025-01-08 | 1 | -5/+6 |
| | |||||
* | X509_NAME_print: remove lie about multiple lines being used | tb | 2025-01-07 | 1 | -4/+2 |
| | | | | | | | | | | | | | OpenSSL commit 92ada7cc (2007) removed some dead code with flawed logic attempting to print multiple lines if the line exceeded 80 characters. Said flawed logic was there since the start of the git history importing SSLeay 0.8.1b in 1998 and never worked. Rumor has it that it did work prior to that. Be that as it may, it's just wrongly documented since Henson added the docs in commit 0711be16 (2002). Prompted by OpenSSL issue #18004 by davidben https://github.com/quictls/quictls/pull/168 https://github.com/quictls/quictls/issues/75 | ||||
* | mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASK | schwarze | 2021-11-11 | 1 | -2/+6 |
| | |||||
* | In x509.h rev. 1.59 2018/05/18 18:19:31 and rev. 1.60 2018/05/18 18:23:24, | schwarze | 2018-05-19 | 1 | -6/+6 |
| | | | | | tb@ added a const qualifier to the X509_NAME argument of these output functions. Adjust the manual. | ||||
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | schwarze | 2018-03-27 | 1 | -3/+3 |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | ||||
* | crypto HISTORY up to 0.9.6; researched from OpenSSL git | schwarze | 2018-03-22 | 1 | -2/+8 |
| | |||||
* | x509.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+8 |
| | |||||
* | Add missing RETURN VALUES sections; from Paul Yang | schwarze | 2018-02-16 | 1 | -4/+23 |
| | | | | via OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800, tweaked by me. | ||||
* | Consistently mark up various ASN.1 type names defined in standards | schwarze | 2016-12-25 | 1 | -4/+4 |
| | | | | related to X.509 with .Vt such that they can be searched for. | ||||
* | Make sure all manual pages discussing X509_NAME objects | schwarze | 2016-12-14 | 1 | -3/+6 |
| | | | | | reference X509_NAME_new(3). Sparingly add a few other references to relevant X509_NAME*(3) pages while here. | ||||
* | Add Copyright and license. | schwarze | 2016-12-05 | 1 | -6/+57 |
| | | | | Better explain the last argument of X509_NAME_oneline(3), from OpenSSL. | ||||
* | various cleanup; | jmc | 2016-12-03 | 1 | -10/+10 |
| | |||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -1/+3 |
| | |||||
* | convert X509 manuals from pod to mdoc | schwarze | 2016-11-04 | 1 | -0/+199 |