summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tlsexttest: check additional logic in tlsext randomizationtb2023-04-271-1/+103
* 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
* Some more EC2M cleanuptb2023-04-262-48/+4
* Garbage collect test using the nseq commandtb2023-04-261-7/+1
* 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
* bio_asn1: adjust for more recent churntb2023-04-252-2/+6
* Remove a couple of temporary hackstb2023-04-252-17/+2
* Update Wycheproof.go to exercise truncated SHA-2 and SHA-3tb2023-04-251-5/+27
* bn_mod_exp: temporarily add a prototype for BN_mod_exp_recp()tb2023-04-251-1/+4
* bn_test: temporarily add prototypes for reciprocal functionstb2023-04-251-1/+13
* bn_test: BN_one() will become void, so stop checking ittb2023-04-251-8/+8
* bn_primes: the NIST primes will go away, so remove their teststb2023-04-251-41/+1
* The bio_asn1 test will need to be linked statically after the bumptb2023-04-251-1/+3
* Remove CTS testtb2023-04-252-179/+0
* CTS support will go away, so unhook corresponding regresstb2023-04-251-2/+1
* Fix the client test and the tlsext test to work with randomizedtb2023-04-233-4/+21
* Link c2sp test to buildtb2023-04-231-1/+2
* Import C2SP/CCTV testtb2023-04-232-0/+247
* Provide initial regress for BN_{asc,dec,hex}2bn()/BN_bn2{dec,hex}()jsing2023-04-222-1/+592
* Exercise d2i_IPAddrBlocks() and X509v3_addr_subset() a little bittb2023-04-201-9/+34
* interop: work around extreme REGRESS_SKIP_SLOW slownesstb2023-04-193-8/+31
* remove duplicate includesjsg2023-04-191-2/+1
* ectest: Remove #if 1tb2023-04-181-3/+1
* Unifdef OPENSSL_NO_EC_NISTP_64_GCC_128tb2023-04-181-203/+1
* ectest: drop a broken #if 0 /* optional */ piece of codetb2023-04-181-20/+5
* ec_point_conversion: drop test for sect571k1tb2023-04-181-350/+2
* ectest: drop some gross unused macrostb2023-04-181-49/+1
* ectest: unifdef OPENSSL_NO_EC2Mtb2023-04-181-418/+1
* Skip binary curves in ec_point_conversiontb2023-04-171-3/+14
* Switch all ec tests to using dynamic linkingtb2023-04-173-8/+14
* Simplify Makefiletb2023-04-171-12/+1
* Drop GF2m teststb2023-04-171-647/+1
* Allow overriding the bc implementation used in run-bctb2023-04-171-2/+7
* Fix typotb2023-04-171-2/+2
* Skip sect* curve checkstb2023-04-171-2/+2