summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-29More return value checks for EVP_* APItb1-16/+28
2021-12-29Check return values of EVP_* APItb1-6/+24
2021-12-29knfmt makes this slightly nicer.tb1-52/+49
2021-12-29One more leak of the same kindtb1-2/+2
2021-12-29Plug memleaktb1-3/+3
2021-12-29Set failed in test_random_points()tb1-2/+2
2021-12-28Fix typo in commenttb1-2/+2
2021-12-28Use lowercase letters for hexadecimal constants, as both jsing and Itb1-15/+15
2021-12-28Rewrite X509v3_addr_canonize() with new accessorstb1-7/+9
2021-12-28Validate AFIs before sorting in X509v3_adr_canonize()tb1-1/+7
2021-12-28Rewrite/simplify X509v3_addr_is_canonical()tb1-40/+36
2021-12-28Check AFI/SAFI before comparing them in X509v3_addr_is_canonical()tb1-1/+8
2021-12-28Make IPAddressFamily_cmp() more pleasing on the eyetb1-4/+11
2021-12-28Style improvements in X509v3_addr_add_range()tb1-8/+15
2021-12-28Style improvements in X509v3_addr_add_prefix()tb1-7/+16
2021-12-28Another small readability tweak in X509v3_addr_inherits()tb1-2/+3
2021-12-28Use an accessor in X509v3_addr_inherits()tb1-2/+2
2021-12-28Add a comment to i2r_IPAddrBlocks that we may want/have to deal withtb1-1/+2
2021-12-28Add a few accessors for IPAddressFamily and make first use of themtb1-25/+94
2021-12-28Simplify and explain expand_addr() a bittb1-12/+23
2021-12-28Add a comment so I don't forget to think about input validationtb1-1/+3
2021-12-28Convert make_IPAddressFamily to CBS/CBBtb1-13/+26
2021-12-28Remove two pointless NULL checks and allocationstb1-7/+1
2021-12-28Check for trailing garbage in X509_addr_get_afi()tb1-1/+5
2021-12-28Convert X509v3_adr_get_afi() to CBStb1-6/+21
2021-12-27Pull BN_{new,init,clear,clear_free,free} up to the top of bn_lib.cjsing1-58/+58
2021-12-27Provide a set of RSA and ECDSA test certificates/keys.jsing30-0/+919