summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start CBS-ifying the name constraints code.beck2022-11-112-34/+52
* Add regress coverage for Ed25519 and X25519 EVP interfaces.jsing2022-11-102-2/+838
* Remove obsolete function, struct, and macro namesschwarze2022-11-101-5/+0
* Use /tmp as opposed of /var/tmp as the default directory for temporaryanton2022-11-101-2/+2
* Remove prime_t remnant and link bn_primes test staticallytb2022-11-092-3/+4
* Add tests for boundary conditions of struct tm.beck2022-11-091-1/+125
* Revise ED25519 regress following API changes.jsing2022-11-091-25/+5
* Add some regress coverage for EVP_PKEY_METHOD.jsing2022-11-091-3/+40
* Add some regress coverage for EVP_PKEY_ASN1_METHODjsing2022-11-092-2/+118
* Remove unnecessary sizeofjoshua2022-11-092-6/+6
* Wrap long linesjoshua2022-11-071-3/+5
* Move variables above codejoshua2022-11-071-18/+18
* Link aes/ to regressjoshua2022-11-071-1/+2
* Add regress coverage for AESjoshua2022-11-072-0/+986
* Fix whitespace. Looks like I was a pig 3 years ago...tb2022-11-071-205/+205
* Add regress for Ed25519.jsing2022-11-062-4/+409
* Replace existing Blowfish regress testsjoshua2022-11-063-515/+1370
* Enable time_conversion regress testsbeck2022-11-061-1/+2
* Add a bunch of regression tests for time conversion.beck2022-11-062-0/+1736
* Add regress coverage for TLS exporters.jsing2022-11-053-1/+677
* The previous commit message out to say this:kn2022-10-301-1/+1
* /* $OpenBSD: $ */kn2022-10-301-2/+2
* Enable waitid(2) regress tests and a new test derived from NetBSD'skettenis2022-10-263-12/+279
* dtlstest: Ensure the timeouts are at least 10 ms. This makes these teststb2022-10-261-1/+7
* tlsexttest.c: make various static structs consttb2022-10-211-19/+19
* quic tlsext tests: use byte vector in place of stringtb2022-10-211-10/+8
* Link rust-openssl to regresstb2022-10-201-1/+2
* Provide a harness driving rust-openssl's regress teststb2022-10-203-0/+62
* Remove references to four definitions that tb@ deleted in x509.h rev. 1.89schwarze2022-10-181-4/+3
* Revise expire callback regress to use chains with expired certificates.jsing2022-10-171-25/+66
* Ensure that verification results in the expected error and error depth.jsing2022-10-171-16/+113
* Handle corner case in which the test case can actually be a squaretb2022-10-111-4/+3
* Dynamically link libssl for QUIC regress.jsing2022-10-021-2/+2
* Remove unused headers.jsing2022-10-021-5/+1
* Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.jsing2022-10-025-68/+66
* Tweak symbols test in such a way that it would have caught the recenttb2022-09-212-3/+9
* Add CBC, CFB64 and OFB64 test coverage for RC2tb2022-09-121-34/+463
* whitespace nitstb2022-09-121-4/+5
* Move division by two out of sizeof()tb2022-09-121-3/+3
* Error checks for EVP_*tb2022-09-121-25/+36
* Move division by two out of sizeof()tb2022-09-121-3/+3
* Add regression tests for the sendmmsg and recvmmsg system calls.mbuhl2022-09-114-2/+410
* link asn1object test statically in preparation for upcoming bumptb2022-09-111-1/+2
* Add EVP test coverage for RC2.tb2022-09-071-1/+194
* Add output length validation for EVPtb2022-09-071-6/+24
* Add a table-driven test for RC2 in ECB mode to replace the old one.tb2022-09-063-140/+296
* Fix copy-paste errortb2022-09-051-2/+2
* Plug leaks due to not resetting the EVP_CIPHER_CTXtb2022-09-051-1/+11
* Two more missing long long caststb2022-09-051-3/+3
* More long long casts for printing time_ttb2022-09-051-3/+3