Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | crypto/modes/gcm128.c can be used as its own selftest. Add it to regress, | miod | 2014-04-17 | 2 | -1/+14 | |
| | | | | conveniently leaving the benchmark code not compiled in the test. | |||||
* | Invoke OPENSSL_add_all_algorithms_noconf() to enforce OPENSSL_cpuid_setup() | miod | 2014-04-17 | 1 | -5/+1 | |
| | | | | | has been called, for, depending how libcrypto, it might be a hidden symbol. Reported by jsg@ | |||||
* | move enginetest to regress as was done with the other tests | jsg | 2014-04-17 | 3 | -1/+292 | |
| | ||||||
* | adapt to the less old des api | jsg | 2014-04-16 | 1 | -49/+49 | |
| | ||||||
* | Import the OpenSSL libcrypto tests in a form suitable for our rergress | miod | 2014-04-15 | 48 | -0/+9639 | |
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp. |