summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert previous. The added includes were already there. Duh.tb2022-07-161-4/+1
* Only run the client connection test with supported ciphers. Avoids testtb2022-07-141-2/+2
* Enable Wycheproof primality tests.tb2022-07-132-4/+4
* The asn1time test no longer needs static linking.tb2022-07-121-4/+1
* Check that ASN1_{INTEGER,ENUMERATED}_get(NULL) return 0 as documented.tb2022-07-091-1/+22
* whitespacetb2022-07-081-3/+3
* Add to variables instead of overriding themtb2022-07-081-4/+4
* Add support for primality checkingtb2022-07-074-10/+218
* Use the security level knob in the test script.tb2022-07-071-2/+14
* Only run tests against ciphers supported by the method.tb2022-07-072-4/+28
* Add some minimal regress coverage for the security level.tb2022-07-071-1/+6
* Make the ssltest security level aware.tb2022-07-071-1/+9
* Switch ssltest to using the newly generated certs that use SHA-256 insteadtb2022-07-072-8/+6
* cope with ASN1_TIME_set_string_X509() renameanton2022-07-051-3/+3
* Adjust to new tls1_ec_nid2group_id API.tb2022-07-021-7/+13
* Add valid time test from ruby regress, and check ASN1_time_to_tmbeck2022-06-301-1/+27
* add valid utc time that should fail to parse as generalizedbeck2022-06-301-2/+6
* Add tests for times missing seconds, and to be able to testbeck2022-06-301-3/+43
* Add support for sending QUIC transport parametersbeck2022-06-291-1/+257
* Use relative paths so beck can run regress in his git tree and havetb2022-06-294-8/+12
* Botan 2.19.2 has removed support for the OpenSSL crypto provider.bluhm2022-06-282-24/+1
* Only asn1time needs to be static for now.tb2022-06-281-2/+4
* Make this regress test link staticly and use internal symbolsbeck2022-06-281-1/+2
* Fix the legacy verifier callback behaviour for untrusted certs.beck2022-06-282-2/+303
* Add new time manipulation funcitons that OpenSSL has exposed thatbeck2022-06-271-2/+35
* Fix URI name constraints, allow for URI's with no host part.beck2022-06-261-0/+26
* Move leaf certificate checks to the last thing after chain validation.beck2022-06-252-1/+285
* Check pointer argument after {d2i,i2d}_ASN1_{BIT_STRING,BOOLEAN,INTEGER}()jsing2022-06-251-2/+46
* Add regress for ASN1_INTEGER_{get,set}_{u,}int64()jsing2022-06-251-1/+103
* Add regress for ASN1_INTEGER_cmp()jsing2022-06-251-1/+76
* Use dynamic linking correctly. bntest and bn_to_string need static linking.tb2022-06-231-3/+5
* Explicitly include fcntl.h and unistd.h for pipe2tb2022-06-221-1/+4
* Fix format strings for size_ttb2022-06-221-5/+5
* Fix format string: use %zu for size_t, not %lu.tb2022-06-221-3/+3
* Use uppercase for SUCCESS for consistencytb2022-06-191-2/+2
* None of these tests needs to link statically.tb2022-06-192-4/+4
* Drop bogus DPADD += ${LIBSSL}tb2022-06-193-7/+6
* Quick regression test that checks that BN_is_prime_fasttest_ex()tb2022-06-182-1/+97
* Switch to using TLS_INT instead of handrolling ittb2022-06-151-3/+2
* More %i vs %d cleanuptb2022-06-107-20/+20
* Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch totb2022-06-071-18/+18
* Minor tweaks to psk modes regresstb2022-06-061-3/+3
* move the calls to psk kex modes tests down to match order in ssl_tlsext.ctb2022-06-051-4/+4
* Add regress coverage for PSK kex modes tlsext handlers.tb2022-06-051-2/+210
* Use consistent spacing around assignmentstb2022-06-021-4/+4
* Only constraints and verify need static linking in here.tb2022-06-022-5/+9
* *** empty log message ***mbuhl2022-05-284-11/+11
* Recent changes to truncate(2) swapped the ordering of some validationsanton2022-05-241-2/+2
* Add a simple test that exercises ASN1_STRING_to_UTF8() a little.tb2022-05-162-1/+130
* Add the two length tests. Can't currently run them because we need antb2022-05-141-1/+6