| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix comment formatting. | jsing | 2022-07-30 | 1 | -4/+7 |
* | Switch to ISC license. | jsing | 2022-07-30 | 1 | -46/+13 |
* | Add a second test to validate the tables in the library. | tb | 2022-07-28 | 1 | -1/+42 |
* | Adjust a comment to reflect reality, minor code tweaks. | tb | 2022-07-27 | 1 | -7/+7 |
* | minor tweaks: unwrap a line, tweak a comment and zap an empty line | tb | 2022-07-26 | 1 | -5/+3 |
* | Remove test of non-portable implementation details (whether wctype_t | guenther | 2022-07-25 | 1 | -5/+1 |
* | Add a regression test for bn_isqrt.c | tb | 2022-07-25 | 2 | -1/+302 |
* | Separate the macro for generating string test functions | schwarze | 2022-07-25 | 1 | -14/+22 |
* | Extend TLS buffer regress to cover read/write usage. | jsing | 2022-07-22 | 1 | -13/+219 |
* | Make test table based, extend it a little | tb | 2022-07-21 | 1 | -69/+117 |
* | link ssl_set_alpn_protos to regress | tb | 2022-07-20 | 1 | -1/+2 |
* | Add a quick and dirty regress for SSL{_CTX,}_set_alpn_protos() | tb | 2022-07-20 | 1 | -0/+156 |
* | zap trailing spaces | tb | 2022-07-19 | 1 | -2/+2 |
* | Regenerate golden numbers due to RC4-MD5 now being disabled by default. | tb | 2022-07-19 | 1 | -61/+58 |
* | Revert accidental commit | tb | 2022-07-18 | 1 | -2/+2 |
* | Add comments to explain the magic numbers 57 and 58 | tb | 2022-07-18 | 2 | -3/+6 |
* | Avoid sending the QUIC transport parameters extension now that we | tb | 2022-07-18 | 1 | -4/+4 |
* | Revise regress for QUIC transport parameters TLS extension. | jsing | 2022-07-17 | 1 | -15/+32 |
* | Revert previous. The added includes were already there. Duh. | tb | 2022-07-16 | 1 | -4/+1 |
* | Only run the client connection test with supported ciphers. Avoids test | tb | 2022-07-14 | 1 | -2/+2 |
* | Enable Wycheproof primality tests. | tb | 2022-07-13 | 2 | -4/+4 |
* | The asn1time test no longer needs static linking. | tb | 2022-07-12 | 1 | -4/+1 |
* | Check that ASN1_{INTEGER,ENUMERATED}_get(NULL) return 0 as documented. | tb | 2022-07-09 | 1 | -1/+22 |
* | whitespace | tb | 2022-07-08 | 1 | -3/+3 |
* | Add to variables instead of overriding them | tb | 2022-07-08 | 1 | -4/+4 |
* | Add support for primality checking | tb | 2022-07-07 | 4 | -10/+218 |
* | Use the security level knob in the test script. | tb | 2022-07-07 | 1 | -2/+14 |
* | Only run tests against ciphers supported by the method. | tb | 2022-07-07 | 2 | -4/+28 |
* | Add some minimal regress coverage for the security level. | tb | 2022-07-07 | 1 | -1/+6 |
* | Make the ssltest security level aware. | tb | 2022-07-07 | 1 | -1/+9 |
* | Switch ssltest to using the newly generated certs that use SHA-256 instead | tb | 2022-07-07 | 2 | -8/+6 |
* | cope with ASN1_TIME_set_string_X509() rename | anton | 2022-07-05 | 1 | -3/+3 |
* | Adjust to new tls1_ec_nid2group_id API. | tb | 2022-07-02 | 1 | -7/+13 |
* | Add valid time test from ruby regress, and check ASN1_time_to_tm | beck | 2022-06-30 | 1 | -1/+27 |
* | add valid utc time that should fail to parse as generalized | beck | 2022-06-30 | 1 | -2/+6 |
* | Add tests for times missing seconds, and to be able to test | beck | 2022-06-30 | 1 | -3/+43 |
* | Add support for sending QUIC transport parameters | beck | 2022-06-29 | 1 | -1/+257 |
* | Use relative paths so beck can run regress in his git tree and have | tb | 2022-06-29 | 4 | -8/+12 |
* | Botan 2.19.2 has removed support for the OpenSSL crypto provider. | bluhm | 2022-06-28 | 2 | -24/+1 |
* | Only asn1time needs to be static for now. | tb | 2022-06-28 | 1 | -2/+4 |
* | Make this regress test link staticly and use internal symbols | beck | 2022-06-28 | 1 | -1/+2 |
* | Fix the legacy verifier callback behaviour for untrusted certs. | beck | 2022-06-28 | 2 | -2/+303 |
* | Add new time manipulation funcitons that OpenSSL has exposed that | beck | 2022-06-27 | 1 | -2/+35 |
* | Fix URI name constraints, allow for URI's with no host part. | beck | 2022-06-26 | 1 | -0/+26 |
* | Move leaf certificate checks to the last thing after chain validation. | beck | 2022-06-25 | 2 | -1/+285 |
* | Check pointer argument after {d2i,i2d}_ASN1_{BIT_STRING,BOOLEAN,INTEGER}() | jsing | 2022-06-25 | 1 | -2/+46 |
* | Add regress for ASN1_INTEGER_{get,set}_{u,}int64() | jsing | 2022-06-25 | 1 | -1/+103 |
* | Add regress for ASN1_INTEGER_cmp() | jsing | 2022-06-25 | 1 | -1/+76 |
* | Use dynamic linking correctly. bntest and bn_to_string need static linking. | tb | 2022-06-23 | 1 | -3/+5 |
* | Explicitly include fcntl.h and unistd.h for pipe2 | tb | 2022-06-22 | 1 | -1/+4 |