summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Include -DLIBRESSL_INTERNAL in regress makefiles.jsing2014-07-0838-76/+76
* string.h is the correct file, not strings.hbcook2014-07-081-2/+2
* Add an initial regress test for pkcs7.jsing2014-07-023-1/+300
* Extend the chacha regress to cover the ChaCha interface, in addition to thejsing2014-06-241-22/+99
* Add regress tests for BIO_get_host_ip().jsing2014-06-221-2/+70
* Add a skeleton regress for crypto/bio, which currently only coversjsing2014-06-223-1/+94
* Hook in the aead regress.jsing2014-06-221-1/+2
* Simple regress test for the amd64 bn_mul_mont bug found by Joyentmiod2014-06-203-2/+86
* Move the crypto/bn regression test one directory deeper in preparation formiod2014-06-203-7/+15
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-0140-65/+143
* Move the cts128 and gcm128 tests to regress.jsing2014-05-315-6/+530
* KNF and other cleanup.jsing2014-05-312-266/+295
* Move sha256 and sha512 tests to regress and wire them up.jsing2014-05-305-1/+348
* Move the AES wrap test code into regress.jsing2014-05-302-6/+182
* Update the aead regress to work with the improved EVP AEAD API.jsing2014-05-261-22/+14
* Add the RFC 7027 test vectors; from OpenSSL HEADmiod2014-05-241-0/+171
* remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests.beck2014-05-246-77/+22
* make this compile again - actually include stdio and friends ourselves.beck2014-05-241-1/+3
* Make this build cleanly even with UTF8_{putc,getc} moved from theguenther2014-05-222-2/+6
* Enable the 3- and 4-byte sequence tests for UTF8_getc()guenther2014-05-191-9/+18
* Add regression test for UTF8_{getc,putc}()guenther2014-05-183-2/+317
* Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf().jsing2014-05-161-0/+1
* Fix various issues that result in compiler warnings.jsing2014-05-161-13/+14
* Get pqueue.h from the libssl sources rather than relying upon it beingmiod2014-05-152-2/+4
* Add additional chacha20-poly1305 test vectors.jsing2014-05-152-10/+620
* Add chacha20-poly1305 test vector to regress.jsing2014-05-152-5/+24
* KNF.jsing2014-05-152-47/+50
* Add a regress test for AEAD, based on Adam Langley's code.jsing2014-05-153-0/+413
* Add poly1305 to libcrypto utilising Andrew Moon's public domainjsing2014-05-143-1/+175
* Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to usemiod2014-05-121-134/+0
* Move the `pqueue' part of libcrypto, which is a glorified sorted linked listmiod2014-05-122-9/+23
* Make sure the stdout output is check, to confirm proper sorting.miod2014-05-063-1/+10
* Add a fixed (read: non-SIGSEGV'ing) pq_test.miod2014-05-063-1/+111
* Update the base64 regress test and enable a test that would previouslyjsing2014-05-031-19/+28
* Initial version of a base64 regress.jsing2014-05-033-1/+382
* Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors availablemiod2014-05-022-2/+45
* KNF.jsing2014-05-011-324/+296
* Provide an EVP implementation for ChaCha.jsing2014-05-012-0/+17
* Add ChaCha to libcrypto, based on djb's public domain implementation.jsing2014-05-013-1/+270
* When compiling with AES_WRAP_TEST, make main() return a meaningful valuemiod2014-04-222-1/+14
* ECDSA signature computation involves a random number. Remove the test trying tomiod2014-04-181-116/+0
* crypto/modes/gcm128.c can be used as its own selftest. Add it to regress,miod2014-04-172-1/+14
* Invoke OPENSSL_add_all_algorithms_noconf() to enforce OPENSSL_cpuid_setup()miod2014-04-171-5/+1
* move enginetest to regress as was done with the other testsjsg2014-04-173-1/+292
* adapt to the less old des apijsg2014-04-161-49/+49
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-1548-0/+9639