summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASRange_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The mdoc(7) .Ft macro does not need quoting of its arguments, but aboutschwarze2025-06-131-5/+5
| | | | | | | 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.
* .Lb libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* I forgot that we now have ASN1_INTEGER_set_uint64()tb2023-10-111-13/+6
|
* encoding -> decoding for d2itb2023-10-011-3/+3
|
* Document X509v3_{addr,asid}_subset.3tb2023-09-281-3/+4
| | | | | | First RFC 3779 page without a BUG section. It could have one, but I'm in a lenient mood right now. Maybe it's just that this is bad but not quite as bad as EVP.
* Various small tweaks in the RFC 3779 docstb2023-09-271-9/+9
| | | | Mention a few more bugs and unify manpage descriptions
* Document the guts of RFC 3779 IPAddrBlockstb2023-09-261-5/+6
| | | | Let's just say there's room for improvement...
* Missing variable name in prototypetb2023-09-261-2/+2
|
* Document some barely usable parts of the ASIdentifiers API.tb2023-09-261-14/+172
| | | | | Someone clearly didn't actually use much of the code they wrote and exposed and therefore didn't think it through properly.
* New manual page documenting the usual four ASN.1 functions for bothtb2023-09-251-0/+257
ASRange and ASIdOrRange