| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | print unsigned ints with %u, not %d. Reported by Pascal Cuoq. | miod | 2015-10-30 | 1 | -2/+2 |
* | Add explicit LL suffixes to the numerical constants which do not fit in 32 bits. | miod | 2015-10-30 | 1 | -8/+8 |
* | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | miod | 2015-10-30 | 1 | -0/+1 |
* | Missing initializer; spotted by coverity. | miod | 2015-10-25 | 1 | -2/+2 |
* | Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULL | jsing | 2015-10-22 | 1 | -1/+19 |
* | Fix case where we wanted to test ASN1_TIME_set_string() but were testing | jsing | 2015-10-22 | 2 | -6/+6 |
* | Change regress to not believe legacy times are valid | beck | 2015-10-19 | 1 | -65/+4 |
* | Add another invalid time, which is currently accepted. | jsing | 2015-10-02 | 1 | -1/+4 |
* | Fix a bug in the regress, and be much more pedantic about what is allowed | beck | 2015-09-30 | 1 | -22/+46 |
* | Add an rfc5280 test suite to test x509_cmp_time. | beck | 2015-09-29 | 2 | -2/+362 |
* | Fix sha2 regression test for libcrypto. | doug | 2015-09-29 | 1 | -2/+2 |
* | Add DER encoding/decoding coverage for ASN.1 GENERALIZEDTIME and UTCTIME. | jsing | 2015-09-25 | 1 | -39/+158 |
* | Add initial regress tests for ASN.1 times. | jsing | 2015-09-25 | 3 | -1/+372 |
* | Temporarily revive MD4 for MS CHAP support. | doug | 2015-09-14 | 3 | -1/+136 |
* | Remove MD4 support from LibreSSL. | doug | 2015-09-13 | 3 | -136/+1 |
* | Another style(9) grenade. | jsing | 2015-09-13 | 1 | -550/+825 |
* | Remove SHA-0 support. | doug | 2015-09-13 | 4 | -176/+1 |
* | Remove explicit NULL checks before *_free() calls and tidy some code. | jsing | 2015-09-13 | 1 | -28/+22 |
* | Use ECDH_size() and do some other clean up. | jsing | 2015-09-13 | 1 | -7/+6 |
* | remove e_os2.h includes | bcook | 2015-09-13 | 1 | -1/+0 |
* | Wrap long lines. | jsing | 2015-09-13 | 1 | -16/+32 |
* | style(9) grenade. | jsing | 2015-09-13 | 1 | -153/+178 |
* | Cleanup enginetest a bit. | bcook | 2015-09-12 | 1 | -104/+84 |
* | remove mysterious, decorative comment blocklets | bcook | 2015-07-18 | 1 | -21/+21 |
* | Explicitly mark ignored BN_* return vals in tests. | bcook | 2015-07-18 | 1 | -6/+6 |
* | check sscanf conversion, fixes Coverity 21666 | bcook | 2015-07-18 | 1 | -2/+6 |
* | Remove obsolete MDC-2DES from libcrypto. | doug | 2015-06-20 | 3 | -134/+1 |
* | Make this run on strict alignment architectures. | miod | 2015-05-08 | 1 | -6/+9 |
* | Fix CVE-2014-3570: properly calculate the square of a BIGNUM value. | bcook | 2015-02-25 | 1 | -23/+66 |
* | Trivial fix for test progress output. | bcook | 2015-02-25 | 1 | -4/+7 |
* | BN_free() has its own NULL check. | jsing | 2015-02-19 | 1 | -14/+7 |
* | KNF. | jsing | 2015-02-19 | 1 | -766/+834 |
* | Fix various memory leaks by not exiting so abruptly from failed tests. | miod | 2015-02-15 | 1 | -579/+507 |
* | Remove ancient gcc workaround on mips. | miod | 2015-02-15 | 1 | -3/+2 |
* | Memory leak. Coverity CID 78865 | miod | 2015-02-15 | 1 | -2/+3 |
* | Wrong logic; Coverity CID 78894 | miod | 2015-02-15 | 1 | -1/+1 |
* | Do not rely upon malloc(0) not returning NULL. Not all malloc implementations | miod | 2015-02-11 | 1 | -6/+10 |
* | Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run on | miod | 2014-12-15 | 1 | -3/+7 |
* | prefer memcmp to bcmp. | bcook | 2014-11-26 | 1 | -2/+2 |
* | GOST regression tests; from Dmitry Eremin-Solenikov | miod | 2014-11-18 | 3 | -1/+18 |
* | GOST tests, not connected to the build yet. | miod | 2014-11-09 | 2 | -0/+1464 |
* | #undef LIBRESSL_INTERNAL for the RAND_pseudo_bytes() test. | jsing | 2014-10-22 | 1 | -0/+2 |
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (most | jsing | 2014-10-22 | 4 | -21/+15 |
* | None of these need <openssl/rand.h> | jsing | 2014-10-22 | 5 | -5/+0 |
* | Update regress to follow openssl(1) move. | jsing | 2014-08-26 | 1 | -2/+2 |
* | replace sprintf/strdup with asprintf in engine test | bcook | 2014-08-16 | 1 | -8/+5 |
* | use C rather than C++ array initialization syntax | bcook | 2014-08-16 | 1 | -37/+37 |
* | Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSL | miod | 2014-07-11 | 1 | -0/+57 |
* | Regression test for PKCS5_PBKDF2_HMAC(), written by Christian Heimes ; from | miod | 2014-07-11 | 3 | -1/+224 |
* | replace u_int32_t with uint32_t | bcook | 2014-07-11 | 1 | -4/+5 |