summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_STRING_length.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new manual page a2i_ipadd(3) written from scratchschwarze2024-12-271-3/+6
|
* add roff(7) comments listing some M_ASN1_* aliasesschwarze2021-12-141-2/+4
| | | | that are intentionally undocumented
* document V_ASN1_NEGschwarze2021-12-091-3/+10
|
* Improve the description of ASN1_OCTET_STRING_cmp(3),schwarze2021-11-201-12/+37
| | | | | | ASN1_OCTET_STRING_dup(3), and ASN1_OCTET_STRING_set(3). Explicitly say that they do not provide any type safety and explain what that means.
* new manual page ASN1_BIT_STRING_set(3) documenting four BIT STRING accessorsschwarze2021-11-151-1/+2
|
* document ASN1_PRINTABLE_type(3) and ASN1_UNIVERSALSTRING_to_string(3)schwarze2021-11-151-3/+5
|
* fix a typo; diff from Matthias Schmidt <xosc dot org> on tech@schwarze2021-11-141-3/+3
|
* document ASN1_STRING_copy(3)schwarze2021-11-131-4/+43
|
* document ASN1_STRING_set0(3)schwarze2021-10-251-6/+29
|
* new manual page ASN1_mbstring_copy(3)schwarze2021-10-201-2/+3
| | | | also documenting ASN1_mbstring_ncopy(3)
* document ASN1_OCTET_STRING_cmp(3), ASN1_OCTET_STRING_dup(3), andschwarze2019-08-261-12/+45
| | | | ASN1_OCTET_STRING_set(3)
* Improve pages that briefly mentioned ERR - usually below SEE ALSO -schwarze2019-06-141-4/+11
| | | | | but failed to provide any real information. OK tb@ jmc@
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-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@
* In asn1.h rev. 1.49 2018/05/19 10:46:28, tb@ added a const qualifierschwarze2018-05-191-3/+3
| | | | to the input argument of ASN1_STRING_to_UTF8(3). Adjust the manual.
* In asn1.h rev. 1.46 2018/04/25 11:48:21, tb@ added const qualifiersschwarze2018-04-251-7/+7
| | | | | to some parameters of some functions. Update the documentation. Add a few additional missing const qualifiers while here.
* missing words; from Ivan Filenko <ivan dot filenko at protonmail dot com>schwarze2018-03-291-5/+5
| | | | via OpenSSL commit 4a56d2a3 Feb 25 16:49:27 2018 +0300
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-5/+7
| | | | on the web, so fix up SSLeay HISTORY accordingly
* finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixesschwarze2018-03-231-2/+6
|
* crypto HISTORY up to 0.9.6; researched from OpenSSL gitschwarze2018-03-221-1/+5
|
* crypto HISTORY up to 0.9.5; researched from OpenSSL gitschwarze2018-03-221-2/+6
|
* asn1.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze2018-03-211-3/+6
|
* asn1.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-201-2/+11
|
* In asn1.h rev. 1.44 2018/02/14 16:46:04, jsing@schwarze2018-02-151-8/+25
| | | | | provided ASN1_STRING_get0_data(3). Merge the corresponding documentation from OpenSSL.
* Add the missing RETURN VALUES section and reorder the contentschwarze2018-02-121-35/+93
| | | | | | | | | | accordingly. Make some statements more precise, and point out some dangerous traps in these ill-designed interfaces. Also do some minor polishing while here. Triggered by OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800 by Paul Yang, but not using most of his wording because that is in part redundant, in part incomplete, and in part outright wrong.
* Consistently mark up various ASN.1 type names defined in standardsschwarze2016-12-251-15/+15
| | | | related to X.509 with .Vt such that they can be searched for.
* Copyright and licenseschwarze2016-11-101-2/+51
|
* some minor cleanup;jmc2016-11-061-3/+3
|
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* Add missing CVS Mdocdate tags. No text change, except for the changeschwarze2015-09-091-1/+1
| | | | of date that can't be helped.
* While doing development work on pod2mdoc(1),schwarze2015-02-141-0/+165
profit of the occasion to start the conversion of LibreSSL libcrypto manuals from perlpod(1) to mdoc(7). miod@ jmc@ bentley@ agreed to the process when shown this patch.