summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2023-04-29Run open rsync and ports rsync programs against each other usingAlexander Bluhm
2023-04-28adjust after man_validate.c rev. 1.128 improved the error messagesIngo Schwarze
2023-04-28Execute each test as make target. Remove the shell wrapper. MarkAlexander Bluhm
2023-04-28Free all libcrypto global state memory before returningJob Snijders
2023-04-28Return a non-zero error exit code on any DER cache discrepanciesJob Snijders
2023-04-28Fix leaks reported by ASANTheo Buehler
2023-04-28Mark the obsolete PROXY_PARAM and SOCKS BIO_ctrl(3) command constantsIngo Schwarze
2023-04-28Enable policy checking by default now that we are DAG implementation based.Bob Beck
2023-04-28Import rsync regress provided by Martin Cracauer so that bluhm@ can workClaudio Jeker
2023-04-28The policy test is no longer expected to failTheo Buehler
2023-04-28Rearrange freeing of memory in the regress testJob Snijders
2023-04-28make the policy test compile on sparc64Theo Buehler
2023-04-28Add X509_REQ_add_extensions and to X509_REQ_add1_attr to DER cache testJob Snijders
2023-04-28Hook up the the x509 policy regression tests to x509 regress.Bob Beck
2023-04-28Fix copyright, convert boringssl comments to C styleBob Beck
2023-04-28KNFBob Beck
2023-04-28remove unused code.Bob Beck
2023-04-28remove debugging printfBob Beck
2023-04-28This test should not have V_EXPLICIT_POLICY set. with thisBob Beck
2023-04-28Add the rest of the boringssl policy unit tests.Bob Beck
2023-04-27correct test cases to add expected errors.Bob Beck
2023-04-27Start of an x509 policy regress test. test cases from BoringSSL.Bob Beck
2023-04-27tlsexttest: check additional logic in tlsext randomizationTheo Buehler
2023-04-27Make rpki-client choose the verification time of the time it is invokedBob Beck
2023-04-27Unbreak regress after yesterdays churn.Claudio Jeker
2023-04-27cope with recent vmm changesAnton Lindqvist
2023-04-26Add test for invalidation of DER cache for X509_CRL_* setter functionsJob Snijders
2023-04-26Clean up X509 memory before exitJob Snijders
2023-04-26Add lookup name+function pointer table for improved diagnosticsJob Snijders
2023-04-26Parameter names are not neededJob Snijders
2023-04-26Remove unneeded parenthesesJob Snijders
2023-04-26No need to pass around const pointer cpder2Job Snijders
2023-04-26Shrink signature as cpder is only needed as local variableJob Snijders
2023-04-26Replace macros with functionsJob Snijders
2023-04-26regress: remove vmd path length tests.Dave Voutila
2023-04-26Some more EC2M cleanupTheo Buehler
2023-04-26Garbage collect test using the nseq commandTheo Buehler
2023-04-26Rename dercache regress test to x509_asn1Job Snijders
2023-04-25Add regress test for invalidation of DER cache in select X509 setter functionsJob Snijders
2023-04-25bio_asn1: adjust for more recent churnTheo Buehler
2023-04-25Remove a couple of temporary hacksTheo Buehler
2023-04-25Update Wycheproof.go to exercise truncated SHA-2 and SHA-3Theo Buehler
2023-04-25bn_mod_exp: temporarily add a prototype for BN_mod_exp_recp()Theo Buehler
2023-04-25bn_test: temporarily add prototypes for reciprocal functionsTheo Buehler
2023-04-25bn_test: BN_one() will become void, so stop checking itTheo Buehler
2023-04-25bn_primes: the NIST primes will go away, so remove their testsTheo Buehler
2023-04-25The bio_asn1 test will need to be linked statically after the bumpTheo Buehler
2023-04-25Remove CTS testTheo Buehler
2023-04-25CTS support will go away, so unhook corresponding regressTheo Buehler
2023-04-23Fix the client test and the tlsext test to work with randomizedTheo Buehler