summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_STRING_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new manual page a2i_ipadd(3) written from scratchschwarze2024-12-271-2/+4
|
* Remove ASN1_time_parse documentationtb2024-03-051-3/+2
|
* Remove ASN1_BIT_STRING_num_asc.3tb2023-07-281-3/+2
|
* add roff(7) comments listing some M_ASN1_* aliasesschwarze2021-12-141-2/+4
| | | | that are intentionally undocumented
* new manual page ASN1_BIT_STRING_num_asc(3)schwarze2021-11-191-2/+3
| | | | documenting the three functions using the BIT_STRING_BITNAME structure
* 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-1/+3
|
* document ASN1_item_pack(3) and ASN1_item_unpack(3)schwarze2021-11-151-1/+2
|
* document i2a_ASN1_STRING(3) and a2i_ASN1_STRING(3)schwarze2021-11-151-2/+3
|
* new manual page ASN1_mbstring_copy(3)schwarze2021-10-201-2/+3
| | | | also documenting ASN1_mbstring_ncopy(3)
* Improve pages that briefly mentioned ERR - usually below SEE ALSO -schwarze2019-06-141-7/+7
| | | | | but failed to provide any real information. OK tb@ jmc@
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-3/+12
| | | | | | | | | | | 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@
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-10/+14
| | | | on the web, so fix up SSLeay HISTORY accordingly
* crypto HISTORY up to 0.9.3; researched from OpenSSL gitschwarze2018-03-211-2/+13
|
* crypto HISTORY up to OpenSSL 0.9.2b; researched from OpenSSL gitschwarze2018-03-211-1/+9
|
* asn1.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze2018-03-211-3/+10
|
* asn1.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-201-2/+29
|
* add missing comma in the NAME sectionschwarze2017-01-071-3/+3
|
* Write new d2i_ASN1_OCTET_STRING(3) manual page from scratch.schwarze2017-01-051-1/+2
| | | | | | All 36 functions listed in <openssl/asn1.h> and in OpenSSL doc/man3/d2i_X509.pod, six of them with wrong prototypes.
* minor tweaks;jmc2017-01-051-2/+2
|
* Complete rewrite, documenting 16 additional constructor/destructor pairs.schwarze2017-01-051-98/+189
| | | | | | | | | | | | While OpenSSL does not document them, they are public in <openssl/asn1.h>, and OpenSSL does document the related decoders and encoders. It makes no sense to me to document object methods without documenting the public constructors as well. While here: Bugfix: The type assigned by ASN1_STRING_new() was wrong. Remove implementation details. Add small amounts of useful auxiliary information.
* Document DIRECTORYSTRING_new(3), DIRECTORYSTRING_free(3),schwarze2016-12-121-6/+32
| | | | | | | | | | | DISPLAYTEXT_new(3), DISPLAYTEXT_free(3). These functions are clearly public because OpenSSL documents them and they are in the public <openssl/asn1.h> header. OpenSSL documents these four functions in doc/man3/X509_dup.pod [sic], but the information given is completely wrong: wrong header file, wrong prototypes, misleading description. Why, oh why do people even bother to write documentation if nothing of what they write is true?
* Add the correct Copyright and license.schwarze2016-11-101-5/+55
| | | | | Mention that ASN1_STRING_free(NULL) is OK. Delete the obvious statement that a void function returns no value.
* some minor cleanup;jmc2016-11-061-2/+2
|
* 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/+58
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.