| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Rewrite gcm128test as a table-driven regress instead of using defines. | jsing | 2014-07-09 | 2 | -293/+852 |
| * | format string should be a string literal. | bcook | 2014-07-09 | 1 | -2/+2 |
| * | remove use of internally-deprecated OPENSSL_malloc/free | bcook | 2014-07-08 | 1 | -3/+2 |
| * | Include -DLIBRESSL_INTERNAL in regress makefiles. | jsing | 2014-07-08 | 38 | -76/+76 |
| * | string.h is the correct file, not strings.h | bcook | 2014-07-08 | 1 | -2/+2 |
| * | Add an initial regress test for pkcs7. | jsing | 2014-07-02 | 3 | -1/+300 |
| * | Extend the chacha regress to cover the ChaCha interface, in addition to the | jsing | 2014-06-24 | 1 | -22/+99 |
| * | Add regress tests for BIO_get_host_ip(). | jsing | 2014-06-22 | 1 | -2/+70 |
| * | Add a skeleton regress for crypto/bio, which currently only covers | jsing | 2014-06-22 | 3 | -1/+94 |
| * | Hook in the aead regress. | jsing | 2014-06-22 | 1 | -1/+2 |
| * | Simple regress test for the amd64 bn_mul_mont bug found by Joyent | miod | 2014-06-20 | 3 | -2/+86 |
| * | Move the crypto/bn regression test one directory deeper in preparation for | miod | 2014-06-20 | 3 | -7/+15 |
| * | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | miod | 2014-06-01 | 40 | -65/+143 |
| * | Move the cts128 and gcm128 tests to regress. | jsing | 2014-05-31 | 5 | -6/+530 |
| * | KNF and other cleanup. | jsing | 2014-05-31 | 2 | -266/+295 |
| * | Move sha256 and sha512 tests to regress and wire them up. | jsing | 2014-05-30 | 5 | -1/+348 |
| * | Move the AES wrap test code into regress. | jsing | 2014-05-30 | 2 | -6/+182 |
| * | Update the aead regress to work with the improved EVP AEAD API. | jsing | 2014-05-26 | 1 | -22/+14 |
| * | Add the RFC 7027 test vectors; from OpenSSL HEAD | miod | 2014-05-24 | 1 | -0/+171 |
| * | remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests. | beck | 2014-05-24 | 6 | -77/+22 |
| * | make this compile again - actually include stdio and friends ourselves. | beck | 2014-05-24 | 1 | -1/+3 |
| * | Make this build cleanly even with UTF8_{putc,getc} moved from the | guenther | 2014-05-22 | 2 | -2/+6 |
| * | Enable the 3- and 4-byte sequence tests for UTF8_getc() | guenther | 2014-05-19 | 1 | -9/+18 |
| * | Add regression test for UTF8_{getc,putc}() | guenther | 2014-05-18 | 3 | -2/+317 |
| * | Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf(). | jsing | 2014-05-16 | 1 | -0/+1 |
| * | Fix various issues that result in compiler warnings. | jsing | 2014-05-16 | 1 | -13/+14 |
| * | Get pqueue.h from the libssl sources rather than relying upon it being | miod | 2014-05-15 | 2 | -2/+4 |
| * | Add additional chacha20-poly1305 test vectors. | jsing | 2014-05-15 | 2 | -10/+620 |
| * | Add chacha20-poly1305 test vector to regress. | jsing | 2014-05-15 | 2 | -5/+24 |
| * | KNF. | jsing | 2014-05-15 | 2 | -47/+50 |
| * | Add a regress test for AEAD, based on Adam Langley's code. | jsing | 2014-05-15 | 3 | -0/+413 |
| * | Add poly1305 to libcrypto utilising Andrew Moon's public domain | jsing | 2014-05-14 | 3 | -1/+175 |
| * | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | miod | 2014-05-12 | 1 | -134/+0 |
| * | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | miod | 2014-05-12 | 2 | -9/+23 |
| * | Make sure the stdout output is check, to confirm proper sorting. | miod | 2014-05-06 | 3 | -1/+10 |
| * | Add a fixed (read: non-SIGSEGV'ing) pq_test. | miod | 2014-05-06 | 3 | -1/+111 |
| * | Update the base64 regress test and enable a test that would previously | jsing | 2014-05-03 | 1 | -19/+28 |
| * | Initial version of a base64 regress. | jsing | 2014-05-03 | 3 | -1/+382 |