Age | Commit message (Expand) | Author |
2017-05-26 | Synchronise chacha test cases with the referenced draft - this adds a | Joel Sing |
2017-05-06 | Add more functions. | Joel Sing |
2017-05-06 | Sort/group functions. | Joel Sing |
2017-05-06 | Not much point using a failed variable here. | Joel Sing |
2017-05-06 | Bring in HKDF, from BoringSSL, with regress tests modified to be | Bob Beck |
2017-05-02 | Add regress for free functions that should be safe with NULL | Bob Beck |
2017-04-30 | whitespace | Bob Beck |
2017-04-16 | Remove unused rnd_seed variable. Upstream made the same change 4 days ago. | Mark Kettenis |
2017-03-06 | Use an unsigned loop variable to avoid a comparison between signed | Alexander Bluhm |
2017-03-03 | Ensure MD and key initialized before processing HMAC | Kinichiro Inoguchi |
2017-03-01 | Add EVP test for MD5-SHA1. | Joel Sing |
2017-02-23 | Check return value of every BN_* functions in bntest | Kinichiro Inoguchi |
2017-02-07 | Remove unused variable in C source to make the test compile and pass. | Alexander Bluhm |
2017-01-31 | LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_mont | Kinichiro Inoguchi |
2017-01-25 | Add start of a regress for cert gen and validation. not clean, won't | Bob Beck |
2017-01-25 | link in rsa test | Bob Beck |
2017-01-25 | Add rsa test from openssl, since it has a license now | Bob Beck |
2017-01-21 | Make explicit _ct and _nonct versions of bn_mod_exp funcitons that | Bob Beck |
2017-01-18 | unhook ocsp test from the default since it currently requires network access and | Bob Beck |
2016-12-21 | Update libcrypto regress to handle header and non-exported symbol changes. | Joel Sing |
2016-11-05 | Add regress for X25519, converted from BoringSSL. | Joel Sing |
2016-11-05 | Set PROG so that the binary correctly gets recompiled when the libraries | Miod Vallat |
2016-11-04 | Move pqueue regress from libcrypto to libssl, since that's where the pqueue | Joel Sing |
2016-09-03 | import new BN tests from OpenSSL | Brent Cook |
2016-09-02 | Make this regress build again | Bob Beck |
2016-07-07 | add ca cert error check and make the path configurable | Brent Cook |
2016-07-05 | remove extra assignment of s from 1.11, fix regression test | Brent Cook |
2016-07-05 | On systems where we do not have BN_ULLONG defined (most 64-bit systems), | Brent Cook |
2016-07-05 | make less awful.. test against cloudflare too | Bob Beck |
2016-07-04 | Add a nasty little ocsp regress test in the hope pedants will make it better. | Bob Beck |
2016-06-30 | Remove flags for disabling constant-time operations. | Brent Cook |
2016-05-30 | Gix misleading indent pointed out by GCC 6.1. | Brent Cook |
2016-04-28 | Update AEAD regress to match EVP_aead_chacha20_poly1305() changes. | Joel Sing |
2016-04-13 | After opening an AEAD, ensure that the decrypted output matches the | Joel Sing |
2016-03-13 | check return value for BN_hex2bn in regression tests | Brent Cook |
2015-12-28 | initialize pointer to avoid undefined free on failure | Brent Cook |
2015-11-02 | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, | Reyk Floeter |
2015-10-30 | print unsigned ints with %u, not %d. Reported by Pascal Cuoq. | Miod Vallat |
2015-10-30 | Add explicit LL suffixes to the numerical constants which do not fit in 32 bits. | Miod Vallat |
2015-10-30 | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | Miod Vallat |
2015-10-25 | Missing initializer; spotted by coverity. | Miod Vallat |
2015-10-22 | Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULL | Joel Sing |
2015-10-22 | Fix case where we wanted to test ASN1_TIME_set_string() but were testing | Joel Sing |
2015-10-22 | Fix case where we wanted to test ASN1_TIME_set_string() but were testing | Joel Sing |
2015-10-19 | Change regress to not believe legacy times are valid | Bob Beck |
2015-10-02 | Add another invalid time, which is currently accepted. | Joel Sing |
2015-09-30 | Fix a bug in the regress, and be much more pedantic about what is allowed | Bob Beck |
2015-09-29 | Add an rfc5280 test suite to test x509_cmp_time. | Bob Beck |
2015-09-29 | Fix sha2 regression test for libcrypto. | Doug Hogan |
2015-09-25 | Add DER encoding/decoding coverage for ASN.1 GENERALIZEDTIME and UTCTIME. | Joel Sing |