| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move ssltest.c to a regress test. | jsing | 2014-05-24 | 7 | -0/+2541 |
* | 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 |
* | Move the regress tests that are in lib/libssl to usr.sbin/openssl, | jsing | 2014-05-24 | 8 | -245/+0 |
* | Make this build cleanly even with UTF8_{putc,getc} moved from the | guenther | 2014-05-22 | 2 | -2/+6 |
* | Use errc/warnc to simplify code. | guenther | 2014-05-20 | 1 | -7/+7 |
* | 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 |
* | Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors available | miod | 2014-05-02 | 2 | -2/+45 |
* | KNF. | jsing | 2014-05-01 | 1 | -324/+296 |
* | Provide an EVP implementation for ChaCha. | jsing | 2014-05-01 | 2 | -0/+17 |
* | Add ChaCha to libcrypto, based on djb's public domain implementation. | jsing | 2014-05-01 | 3 | -1/+270 |
* | When compiling with AES_WRAP_TEST, make main() return a meaningful value | miod | 2014-04-22 | 2 | -1/+14 |
* | gets() is gone | lteo | 2014-04-22 | 1 | -2/+1 |
* | ECDSA signature computation involves a random number. Remove the test trying to | miod | 2014-04-18 | 1 | -116/+0 |
* | crypto/modes/gcm128.c can be used as its own selftest. Add it to regress, | miod | 2014-04-17 | 2 | -1/+14 |
* | Invoke OPENSSL_add_all_algorithms_noconf() to enforce OPENSSL_cpuid_setup() | miod | 2014-04-17 | 1 | -5/+1 |
* | Remove the ossltests target, these are now all in libcrypto regress | jsg | 2014-04-17 | 1 | -208/+2 |
* | move enginetest to regress as was done with the other tests | jsg | 2014-04-17 | 3 | -1/+292 |
* | adapt to test file moves | jsg | 2014-04-16 | 1 | -63/+50 |
* | adapt to the less old des api | jsg | 2014-04-16 | 1 | -49/+49 |
* | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-15 | 48 | -0/+9639 |
|\ |
|
| * | Import the OpenSSL libcrypto tests in a form suitable for our rergress | miod | 2014-04-15 | 48 | -0/+9639 |
* | - Verify that the FPU exception flags weren't clobbered as required by C99. | martynas | 2013-12-29 | 6 | -10/+48 |
* | Add a regression test to verify that the FPU control word state is | martynas | 2013-12-29 | 3 | -1/+44 |
* | Fix a comment | guenther | 2013-12-21 | 1 | -3/+2 |
* | Add a second test, shortseek(), to make sure that seekdir() also works | schwarze | 2013-11-03 | 6 | -56/+189 |
* | Include more details in failure messages | guenther | 2013-08-20 | 1 | -7/+7 |
* | Remove support for COMPILER_VERSION == gcc2. | miod | 2013-08-06 | 1 | -6/+1 |
* | Some tests are currently failing. Only run those if the REGRESS_FULL | kettenis | 2013-08-01 | 2 | -3/+9 |
* | strptime(3) correctly fills in tm_yday; adjust expected output | kettenis | 2013-07-30 | 1 | -3/+3 |
* | trailing whitespace makes 'make depend' sad. ok mpi@ | dtucker | 2013-06-02 | 1 | -2/+2 |
* | Hook up fmemopen and open_memstream tests. | mpi | 2013-05-02 | 1 | -3/+4 |
* | Set the stream orientation in open_{,w}memstream(). | guenther | 2013-04-03 | 1 | -1/+15 |