summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2024-12-13Add ML-KEM 1024 from BoringSSLBob Beck
2024-12-13Add ML-KEM 768 from BoringSSLBob Beck
2024-12-12Cope with recent changes to sed "c" command.Anton Lindqvist
2024-12-10Add regress coverage for tls_peer_cert_common_name()Theo Buehler
2024-12-09Mark four "struct *_st" types declared in evp.h as intentionally undocumentedIngo Schwarze
2024-12-09Mark four EVP_PKEY_GOST* constants as intentionally undocumentedIngo Schwarze
2024-12-09Mark two symbols as intentionally undocumentedIngo Schwarze
2024-12-09Mark four EVP control constants as intentionally undocumentedIngo Schwarze
2024-12-09Extend maxattr regress to also check RFC8654 extended messages.Claudio Jeker
2024-12-09Mark EVP_CTRL constants for RC5 as intentionally undocumentedIngo Schwarze
2024-12-06use glob(3) wildcards in AuthorizedKeys/PrincipalsFile tests toDamien Miller
2024-12-06implement attestation verification for ED25519 keysDamien Miller
2024-12-06Expand $SSH to absolute path if it's not already. Prevents problemDarren Tucker
2024-12-05Add key expiry test in the 64bit time_t range for additional coverage.Darren Tucker
2024-12-05Mark three EVP_PKEY control constants for CMS as intentionally undocumentedIngo Schwarze
2024-12-05mark three more EVP_PKEY control constants as intentionally undocumentedIngo Schwarze
2024-12-05ignore DECLARE_PKCS12_STACK_OF such that pkcs12.h can be parsedIngo Schwarze
2024-12-04add a work-in-progress tool to verify FIDO attestation blobsDamien Miller
2024-12-04Don't assume existence of SK provider in test.Darren Tucker
2024-12-04Regression for multiple probes.Martin Pieuchot
2024-12-04Disallows registering multiple probes of the same type.Martin Pieuchot
2024-11-29Mark six EVP_PKEY control constants as intentionally undocumentedIngo Schwarze
2024-11-29Mark nine unused EVP constants as intentionally undocumented.Ingo Schwarze
2024-11-27hook up ptrace xstate regressAnton Lindqvist
2024-11-27Add ptrace xstate regress suite.Anton Lindqvist
2024-11-26regression test for UpdateHostkeys with multiple keys backed byDamien Miller
2024-11-24Disable regression tests for small builtin curvesTheo Buehler
2024-11-22Adjust test-http.c to the new ibuf world order.Claudio Jeker
2024-11-21Adjust rpki-client regress to new msgbuf APIClaudio Jeker
2024-11-21Convert msgbuf_write() callers to the new return logic.Claudio Jeker
2024-11-19hook up ddb regressAnton Lindqvist
2024-11-19Add amd64 ddb regress suite allowing the disassembler to be tested fromAnton Lindqvist
2024-11-08Add regress coverage for the size_t constant time comparisions.Joel Sing
2024-11-08ec_asn1_test: remove extra parensTheo Buehler
2024-11-07Test callback is called immediately after TLS handshake completion.Alexander Bluhm
2024-11-07Regression for parsing multi-line strings with comments.Martin Pieuchot
2024-11-06Remove vnd(4) diskimage after testing to avoid that running regressAlexander Bluhm
2024-11-06Skip pf regress with proper error message if pf is disabled inAlexander Bluhm
2024-11-06Fix function declaration to be less arcane.Claudio Jeker
2024-11-05bn_convert: avoid a zero-sized allocationTheo Buehler
2024-11-05ec_asn1_test: remove debug leftover that broke the build on WindowsTheo Buehler
2024-11-04ec tests: allow linking against eopensslTheo Buehler
2024-11-03Add regress coverage for BN_bn2binpad() and BN_bn2lebinpad().Joel Sing
2024-11-03Add some additional BN conversion test cases.Joel Sing
2024-11-02ec_asn1_test: I somehow managed to commit the version without freezero...Theo Buehler
2024-11-01ec_asn1_test: set compressed coordinates for the "simple" generatorTheo Buehler
2024-11-01Also exercise the "simple" version of the builtin curves, not only "mont"Theo Buehler
2024-10-29Split ec_key_test_point_encoding() into chunks of saner sizeTheo Buehler
2024-10-29ec_asn1_test: point doubling is fine, the leak is elsewhereTheo Buehler
2024-10-29Disable point doubling for now, it leaks due to a doc bug.Theo Buehler