summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo and move a wordtb2023-10-031-5/+5
* Example code tweak: do not hardcode the size of arraytb2023-10-011-2/+2
* Fix a copy-paste bug in ASN1_TIME_compare()tb2023-10-011-2/+2
* Document EVP_CIPHER_CTX_iv_length() return valuestb2023-10-011-3/+7
* The colons separate the octets, not the digits; add missing link totb2023-10-011-4/+5
* Improve a code comment in the EXAMPLES sectiontb2023-10-011-3/+3
* Refer to RFC 3779, 2.1.2 for encoding of rangestb2023-10-011-2/+7
* Point out that the result of IPAddressRange_new() is an invalid rangetb2023-10-011-3/+3
* encoding -> decoding for d2itb2023-10-011-3/+3
* Reorder list of additional validation checks neededtb2023-09-301-9/+8
* Switch copyright year to 2023.tb2023-09-302-4/+4
* Use addrblocks for .Fatb2023-09-301-2/+2
* avoid using the string "a" without markup as a placeholderschwarze2023-09-301-4/+9
* consistently use "allow_inherit" for the argument nameschwarze2023-09-301-6/+6
* drop one pair of needless parenthesesschwarze2023-09-301-5/+5
* remove a useless repetition of a function nameschwarze2023-09-301-6/+4
* polish an awkward wordingschwarze2023-09-301-9/+7
* two instances of missing .Fa macrosschwarze2023-09-301-13/+15
* fix one copy and paste error: d2i_*() decode rather than encode;schwarze2023-09-301-7/+7
* garbage collect two stray words, no change of meaningschwarze2023-09-301-4/+4
* Allow IP addresses to be specified in a URI.beck2023-09-292-15/+20
* Some wording tweaks to make things a bit more precise.tb2023-09-291-6/+7
* Fix a wrong tag and work around an ugly linebreaktb2023-09-291-5/+6
* Document X509v3_{addr,asid}_validate_{path,resource_set}(3)tb2023-09-296-10/+217
* Document X509v3_{addr,asid}_subset.3 take two (missed cvs add)tb2023-09-281-0/+176
* Document X509v3_{addr,asid}_subset.3tb2023-09-287-30/+40
* Fix EVP_CIPHER_CTX_iv_length()tb2023-09-284-9/+45
* RFC 3779: stop pretending we support AFIs other than IPv4 and IPv6tb2023-09-271-19/+28
* Various small tweaks in the RFC 3779 docstb2023-09-276-58/+69
* Document X509v3_{addr,asid}_inherits(3)tb2023-09-266-5/+140
* Document X509v3_addr_get_{afi,range}(3)tb2023-09-264-5/+142
* Document the guts of RFC 3779 IPAddrBlockstb2023-09-266-13/+534
* Missing variable name in prototypetb2023-09-261-2/+2
* Fix section title of X.690 reference (missing article)tb2023-09-261-3/+3
* Document some barely usable parts of the ASIdentifiers API.tb2023-09-263-18/+184
* sorttb2023-09-251-2/+2
* New manual page documenting the usual four ASN.1 functions for bothtb2023-09-254-3/+263
* tweak wording and fix a typotb2023-09-251-3/+3
* Tiny tweaks: missing article, capitalize a word and change an Xrtb2023-09-252-5/+5
* Document the RFC 3779 extensions as supportedtb2023-09-251-2/+5
* Add initial documentation for the RFC 3779 APItb2023-09-255-5/+889
* Break two ridiculously long lines in ec_pub_cmp() and ec_cmp_parameters()tb2023-09-241-4/+7
* Refactor eckey_{param2type,type2param}()tb2023-09-241-92/+139
* Bump LibreSSL versiontb2023-09-201-3/+3
* Mention a subtle difference between PEM_def_callback(3) and the example.schwarze2023-09-191-2/+9
* Remove the duplicate documentation of pem_password_cb(3).schwarze2023-09-191-56/+94
* More 0/NULL confusions in SSL_CTX_new()tb2023-09-191-8/+8
* Fix some NULL/0 misspellings in SSL_CTX_new()tb2023-09-191-5/+5
* aesni_ctr32_encrypt_blocks() is called indirectly from C code, so itderaadt2023-09-181-0/+1
* remove tls_reset(3) from the NAME, SYNOPSIS, and HISTORY sectionsschwarze2023-09-181-10/+5