Age | Commit message (Expand) | Author |
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 |
2014-08-16 | use C rather than C++ array initialization syntax | bcook |
2014-07-11 | Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSL | Miod Vallat |
2014-07-11 | Regression test for PKCS5_PBKDF2_HMAC(), written by Christian Heimes ; from | Miod Vallat |
2014-07-11 | replace u_int32_t with uint32_t | bcook |
2014-07-09 | Rewrite gcm128test as a table-driven regress instead of using defines. | Joel Sing |
2014-07-09 | format string should be a string literal. | bcook |
2014-07-08 | remove use of internally-deprecated OPENSSL_malloc/free | bcook |
2014-07-08 | Include -DLIBRESSL_INTERNAL in regress makefiles. | Joel Sing |
2014-07-08 | string.h is the correct file, not strings.h | bcook |
2014-07-02 | Add an initial regress test for pkcs7. | Joel Sing |
2014-06-24 | Extend the chacha regress to cover the ChaCha interface, in addition to the | Joel Sing |
2014-06-22 | Add regress tests for BIO_get_host_ip(). | Joel Sing |
2014-06-22 | Add a skeleton regress for crypto/bio, which currently only covers | Joel Sing |
2014-06-22 | Hook in the aead regress. | Joel Sing |
2014-06-20 | Simple regress test for the amd64 bn_mul_mont bug found by Joyent | Miod Vallat |
2014-06-20 | Move the crypto/bn regression test one directory deeper in preparation for | Miod Vallat |
2014-06-01 | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | Miod Vallat |
2014-04-15 | Import the OpenSSL libcrypto tests in a form suitable for our rergress | Miod Vallat |
2014-05-31 | Move the cts128 and gcm128 tests to regress. | Joel Sing |
2014-05-31 | KNF and other cleanup. | Joel Sing |
2014-05-30 | Move sha256 and sha512 tests to regress and wire them up. | Joel Sing |
2014-05-30 | Move the AES wrap test code into regress. | Joel Sing |
2014-05-26 | Update the aead regress to work with the improved EVP AEAD API. | Joel Sing |
2014-05-24 | Add the RFC 7027 test vectors; from OpenSSL HEAD | Miod Vallat |
2014-05-24 | remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests. | Bob Beck |
2014-05-24 | make this compile again - actually include stdio and friends ourselves. | Bob Beck |
2014-05-22 | Make this build cleanly even with UTF8_{putc,getc} moved from the | Philip Guenther |
2014-05-19 | Enable the 3- and 4-byte sequence tests for UTF8_getc() | Philip Guenther |
2014-05-18 | Add regression test for UTF8_{getc,putc}() | Philip Guenther |
2014-05-16 | Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf(). | Joel Sing |
2014-05-16 | Fix various issues that result in compiler warnings. | Joel Sing |
2014-05-15 | Get pqueue.h from the libssl sources rather than relying upon it being | Miod Vallat |
2014-05-15 | Add additional chacha20-poly1305 test vectors. | Joel Sing |
2014-05-15 | Add chacha20-poly1305 test vector to regress. | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | Add a regress test for AEAD, based on Adam Langley's code. | Joel Sing |
2014-05-14 | Add poly1305 to libcrypto utilising Andrew Moon's public domain | Joel Sing |
2014-05-12 | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | Miod Vallat |
2014-05-12 | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | Miod Vallat |
2014-05-06 | Make sure the stdout output is check, to confirm proper sorting. | Miod Vallat |
2014-05-06 | Add a fixed (read: non-SIGSEGV'ing) pq_test. | Miod Vallat |
2014-05-03 | Update the base64 regress test and enable a test that would previously | Joel Sing |
2014-05-03 | Initial version of a base64 regress. | Joel Sing |