summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-03Fix a typo and move a wordtb1-5/+5
2023-10-02Add some coverage for ASN1_TIME_cmp_time_t() as welltb1-1/+14
2023-10-02Add regress coverage for ASN1_TIME_compare()tb1-1/+78
2023-10-02Minor asn1time tweakstb1-26/+12
2023-10-01Example code tweak: do not hardcode the size of arraytb1-2/+2
2023-10-01Fix a copy-paste bug in ASN1_TIME_compare()tb1-2/+2
2023-10-01Document EVP_CIPHER_CTX_iv_length() return valuestb1-3/+7
2023-10-01The colons separate the octets, not the digits; add missing link totb1-4/+5
2023-10-01Improve a code comment in the EXAMPLES sectiontb1-3/+3
2023-10-01Refer to RFC 3779, 2.1.2 for encoding of rangestb1-2/+7
2023-10-01Point out that the result of IPAddressRange_new() is an invalid rangetb1-3/+3
2023-10-01encoding -> decoding for d2itb1-3/+3
2023-10-01Add an empty linetb1-1/+2
2023-09-30Reorder list of additional validation checks neededtb1-9/+8
2023-09-30Switch copyright year to 2023.tb2-4/+4
2023-09-30Use addrblocks for .Fatb1-2/+2
2023-09-30avoid using the string "a" without markup as a placeholderschwarze1-4/+9
2023-09-30consistently use "allow_inherit" for the argument nameschwarze1-6/+6
2023-09-30drop one pair of needless parenthesesschwarze1-5/+5
2023-09-30remove a useless repetition of a function nameschwarze1-6/+4
2023-09-30polish an awkward wordingschwarze1-9/+7
2023-09-30two instances of missing .Fa macrosschwarze1-13/+15
2023-09-30fix one copy and paste error: d2i_*() decode rather than encode;schwarze1-7/+7
2023-09-30garbage collect two stray words, no change of meaningschwarze1-4/+4
2023-09-29Allow IP addresses to be specified in a URI.beck3-19/+70
2023-09-29Some wording tweaks to make things a bit more precise.tb1-6/+7
2023-09-29Fix a wrong tag and work around an ugly linebreaktb1-5/+6
2023-09-29Document X509v3_{addr,asid}_validate_{path,resource_set}(3)tb6-10/+217
2023-09-29Appease coveritytb1-2/+4
2023-09-28Fix error messagetb1-2/+2
2023-09-28Don't leak ctx on failuretb1-3/+2