Age | Commit message (Expand) | Author |
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 |
2015-09-25 | Add initial regress tests for ASN.1 times. | Joel Sing |
2015-09-14 | Temporarily revive MD4 for MS CHAP support. | Doug Hogan |
2015-09-13 | Remove MD4 support from LibreSSL. | Doug Hogan |
2015-09-13 | Another style(9) grenade. | Joel Sing |
2015-09-13 | Remove SHA-0 support. | Doug Hogan |
2015-09-13 | Remove explicit NULL checks before *_free() calls and tidy some code. | Joel Sing |
2015-09-13 | Use ECDH_size() and do some other clean up. | Joel Sing |
2015-09-13 | remove e_os2.h includes | Brent Cook |
2015-09-13 | Wrap long lines. | Joel Sing |
2015-09-13 | style(9) grenade. | Joel Sing |
2015-09-12 | Cleanup enginetest a bit. | Brent Cook |
2015-07-18 | remove mysterious, decorative comment blocklets | Brent Cook |
2015-07-18 | Explicitly mark ignored BN_* return vals in tests. | Brent Cook |
2015-07-18 | check sscanf conversion, fixes Coverity 21666 | Brent Cook |
2015-06-20 | Remove obsolete MDC-2DES from libcrypto. | Doug Hogan |
2015-05-08 | Make this run on strict alignment architectures. | Miod Vallat |
2015-02-25 | Fix CVE-2014-3570: properly calculate the square of a BIGNUM value. | Brent Cook |
2015-02-25 | Trivial fix for test progress output. | Brent Cook |
2015-02-19 | BN_free() has its own NULL check. | Joel Sing |
2015-02-19 | KNF. | Joel Sing |
2015-02-15 | Fix various memory leaks by not exiting so abruptly from failed tests. | Miod Vallat |