summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add an empty linetb2023-10-011-1/+2
* Allow IP addresses to be specified in a URI.beck2023-09-291-4/+50
* Fix copy+paste error in x509 asn regressjob2023-06-051-3/+3
* fix typotb2023-06-021-2/+2
* Correct test that was pasto'ed incorrectlybeck2023-05-291-3/+7
* Make X509_NAME_get_text_by[NID|OBJ] safer.beck2023-05-291-2/+77
* Revert utf-8 fix for X509_NAME_get_index_by_NID to avoid libtlsbeck2023-05-031-77/+2
* Change X509_NAME_get_index_by[NID|OBJ] to be safer.beck2023-05-021-2/+77
* Make warnings more precisejob2023-05-011-4/+4
* x509_asn1: make this test pass again after reinstating DER preservationtb2023-04-301-5/+5
* Sort alphabeticallytb2023-04-301-2/+2
* Remove unnecessary targettb2023-04-301-4/+1
* policy test: simplify Makefiletb2023-04-301-9/+2
* Free all libcrypto global state memory before returningjob2023-04-281-1/+3
* Return a non-zero error exit code on any DER cache discrepanciesjob2023-04-281-3/+3
* Fix leaks reported by ASANtb2023-04-281-5/+1
* Enable policy checking by default now that we are DAG implementation based.beck2023-04-281-1/+12
* The policy test is no longer expected to failtb2023-04-281-2/+1
* Rearrange freeing of memory in the regress testjob2023-04-281-13/+9
* make the policy test compile on sparc64tb2023-04-281-5/+6
* Add X509_REQ_add_extensions and to X509_REQ_add1_attr to DER cache testjob2023-04-281-1/+139
* Hook up the the x509 policy regression tests to x509 regress.beck2023-04-282-3/+4
* Fix copyright, convert boringssl comments to C stylebeck2023-04-281-30/+51
* KNFbeck2023-04-281-17/+15
* remove unused code.beck2023-04-281-82/+7
* remove debugging printfbeck2023-04-281-2/+1
* This test should not have V_EXPLICIT_POLICY set. with thisbeck2023-04-281-3/+1
* Add the rest of the boringssl policy unit tests.beck2023-04-281-4/+223
* correct test cases to add expected errors.beck2023-04-271-2/+30
* Start of an x509 policy regress test. test cases from BoringSSL.beck2023-04-2729-0/+801
* Add test for invalidation of DER cache for X509_CRL_* setter functionsjob2023-04-261-15/+171
* Clean up X509 memory before exitjob2023-04-261-1/+4
* Add lookup name+function pointer table for improved diagnosticsjob2023-04-261-4/+29
* Parameter names are not neededjob2023-04-261-4/+4
* Remove unneeded parenthesesjob2023-04-261-4/+4
* No need to pass around const pointer cpder2job2023-04-261-18/+16
* Shrink signature as cpder is only needed as local variablejob2023-04-261-14/+15
* Replace macros with functionsjob2023-04-261-99/+115
* Rename dercache regress test to x509_asn1job2023-04-262-5/+5
* Add regress test for invalidation of DER cache in select X509 setter functionsjob2023-04-252-2/+200
* Exercise d2i_IPAddrBlocks() and X509v3_addr_subset() a little bittb2023-04-201-9/+34
* Clean up the x509 regress make file a littletb2023-03-021-27/+10
* Switch regress to using x509_verify.h from libcrypto instead of thetb2023-01-284-8/+12
* Clean up makefiletb2022-12-031-8/+6
* Tweak x509_constraints_uri_host() regress to test for NULL deref intb2022-11-281-1/+3
* Fix sparc64 build/runkn2022-11-231-3/+2
* Start CBS-ifying the name constraints code.beck2022-11-112-34/+52
* The previous commit message out to say this:kn2022-10-301-1/+1
* /* $OpenBSD: $ */kn2022-10-301-2/+2
* Revise expire callback regress to use chains with expired certificates.jsing2022-10-171-25/+66