summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/rfc3779 (follow)
Commit message (Expand)AuthorAgeFilesLines
* rfc3779: remove redundant const.tb2023-12-131-5/+5
* Exercise d2i_IPAddrBlocks() and X509v3_addr_subset() a little bittb2023-04-201-9/+34
* Clean up makefiletb2022-12-031-8/+6
* Only constraints and verify need static linking in here.tb2022-06-021-2/+2
* Enable X509v3_asid_subset() tests now that they no longer segfault.tb2022-05-121-7/+1
* Add a few more testcases for X509v3_asid_subset()tb2022-05-121-1/+144
* Add some workarounds to make build_addr_block_test_data const.tb2022-01-071-17/+26
* Revert previous accidental committb2022-01-071-2/+2
* Add a comment that explains why build_addr_block_tests isn't consttb2022-01-062-3/+8
* Fix a copy-paste error that led to an out-of-bounds access.tb2022-01-061-2/+2
* Remove bandaid to work around expected range_should_be_prefix() problem.tb2022-01-051-6/+2
* The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the APItb2021-12-241-2/+2
* Style tweak in {d2i,i2d}_IPAddrBlocks()tb2021-12-241-5/+5
* Drop -g -O0 from CFLAGStb2021-12-241-2/+2
* Add initial test coverage for RFC 3779 code.tb2021-12-242-0/+1804