summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto
AgeCommit message (Expand)Author
2016-11-05Set PROG so that the binary correctly gets recompiled when the librariesMiod Vallat
2016-11-04Move pqueue regress from libcrypto to libssl, since that's where the pqueueJoel Sing
2016-09-03import new BN tests from OpenSSLBrent Cook
2016-09-02Make this regress build againBob Beck
2016-07-07add ca cert error check and make the path configurableBrent Cook
2016-07-05remove extra assignment of s from 1.11, fix regression testBrent Cook
2016-07-05On systems where we do not have BN_ULLONG defined (most 64-bit systems),Brent Cook
2016-07-05make less awful.. test against cloudflare tooBob Beck
2016-07-04Add a nasty little ocsp regress test in the hope pedants will make it better.Bob Beck
2016-06-30Remove flags for disabling constant-time operations.Brent Cook
2016-05-30Gix misleading indent pointed out by GCC 6.1.Brent Cook
2016-04-28Update AEAD regress to match EVP_aead_chacha20_poly1305() changes.Joel Sing
2016-04-13After opening an AEAD, ensure that the decrypted output matches theJoel Sing
2016-03-13check return value for BN_hex2bn in regression testsBrent Cook
2015-12-28initialize pointer to avoid undefined free on failureBrent Cook
2015-11-02Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,Reyk Floeter
2015-10-30print unsigned ints with %u, not %d. Reported by Pascal Cuoq.Miod Vallat
2015-10-30Add explicit LL suffixes to the numerical constants which do not fit in 32 bits.Miod Vallat
2015-10-30Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofMiod Vallat
2015-10-25Missing initializer; spotted by coverity.Miod Vallat
2015-10-22Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULLJoel Sing
2015-10-22Fix case where we wanted to test ASN1_TIME_set_string() but were testingJoel Sing
2015-10-22Fix case where we wanted to test ASN1_TIME_set_string() but were testingJoel Sing
2015-10-19Change regress to not believe legacy times are validBob Beck
2015-10-02Add another invalid time, which is currently accepted.Joel Sing
2015-09-30Fix a bug in the regress, and be much more pedantic about what is allowedBob Beck
2015-09-29Add an rfc5280 test suite to test x509_cmp_time.Bob Beck
2015-09-29Fix sha2 regression test for libcrypto.Doug Hogan
2015-09-25Add DER encoding/decoding coverage for ASN.1 GENERALIZEDTIME and UTCTIME.Joel Sing
2015-09-25Add initial regress tests for ASN.1 times.Joel Sing
2015-09-14Temporarily revive MD4 for MS CHAP support.Doug Hogan
2015-09-13Remove MD4 support from LibreSSL.Doug Hogan
2015-09-13Another style(9) grenade.Joel Sing
2015-09-13Remove SHA-0 support.Doug Hogan
2015-09-13Remove explicit NULL checks before *_free() calls and tidy some code.Joel Sing
2015-09-13Use ECDH_size() and do some other clean up.Joel Sing
2015-09-13remove e_os2.h includesBrent Cook
2015-09-13Wrap long lines.Joel Sing
2015-09-13style(9) grenade.Joel Sing
2015-09-12Cleanup enginetest a bit.Brent Cook
2015-07-18remove mysterious, decorative comment blockletsBrent Cook
2015-07-18Explicitly mark ignored BN_* return vals in tests.Brent Cook
2015-07-18check sscanf conversion, fixes Coverity 21666Brent Cook
2015-06-20Remove obsolete MDC-2DES from libcrypto.Doug Hogan
2015-05-08Make this run on strict alignment architectures.Miod Vallat
2015-02-25Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.Brent Cook
2015-02-25Trivial fix for test progress output.Brent Cook
2015-02-19BN_free() has its own NULL check.Joel Sing
2015-02-19KNF.Joel Sing
2015-02-15Fix various memory leaks by not exiting so abruptly from failed tests.Miod Vallat