Age | Commit message (Expand) | Author |
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 |
2015-02-15 | Remove ancient gcc workaround on mips. | Miod Vallat |
2015-02-15 | Memory leak. Coverity CID 78865 | Miod Vallat |
2015-02-15 | Wrong logic; Coverity CID 78894 | Miod Vallat |
2015-02-11 | Do not rely upon malloc(0) not returning NULL. Not all malloc implementations | Miod Vallat |
2014-12-15 | Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run on | Miod Vallat |
2014-11-26 | prefer memcmp to bcmp. | Brent Cook |
2014-11-18 | GOST regression tests; from Dmitry Eremin-Solenikov | Miod Vallat |
2014-11-09 | GOST tests, not connected to the build yet. | Miod Vallat |
2014-10-22 | #undef LIBRESSL_INTERNAL for the RAND_pseudo_bytes() test. | Joel Sing |
2014-10-22 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (most | Joel Sing |
2014-10-22 | None of these need <openssl/rand.h> | Joel Sing |
2014-08-26 | Update regress to follow openssl(1) move. | Joel Sing |
2014-08-16 | replace sprintf/strdup with asprintf in engine test | bcook |