summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Gix misleading indent pointed out by GCC 6.1.libressl-v2.4.0bcook2016-05-301-4/+4
* Update AEAD regress to match EVP_aead_chacha20_poly1305() changes.jsing2016-04-282-83/+83
* After opening an AEAD, ensure that the decrypted output matches thejsing2016-04-131-0/+5
* check return value for BN_hex2bn in regression testsbcook2016-03-131-4/+10
* initialize pointer to avoid undefined free on failurebcook2015-12-281-2/+2
* Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,reyk2015-11-022-0/+42
* print unsigned ints with %u, not %d. Reported by Pascal Cuoq.miod2015-10-301-2/+2
* Add explicit LL suffixes to the numerical constants which do not fit in 32 bits.miod2015-10-301-8/+8
* Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofmiod2015-10-301-0/+1
* Missing initializer; spotted by coverity.miod2015-10-251-2/+2
* Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULLjsing2015-10-221-1/+19
* Fix case where we wanted to test ASN1_TIME_set_string() but were testingjsing2015-10-222-6/+6
* Change regress to not believe legacy times are validbeck2015-10-191-65/+4
* Add another invalid time, which is currently accepted.jsing2015-10-021-1/+4
* Fix a bug in the regress, and be much more pedantic about what is allowedbeck2015-09-301-22/+46
* Add an rfc5280 test suite to test x509_cmp_time.beck2015-09-292-2/+362
* Fix sha2 regression test for libcrypto.doug2015-09-291-2/+2
* Add DER encoding/decoding coverage for ASN.1 GENERALIZEDTIME and UTCTIME.jsing2015-09-251-39/+158
* Add initial regress tests for ASN.1 times.jsing2015-09-253-1/+372
* Temporarily revive MD4 for MS CHAP support.doug2015-09-143-1/+136
* Remove MD4 support from LibreSSL.doug2015-09-133-136/+1
* Another style(9) grenade.jsing2015-09-131-550/+825
* Remove SHA-0 support.doug2015-09-134-176/+1
* Remove explicit NULL checks before *_free() calls and tidy some code.jsing2015-09-131-28/+22
* Use ECDH_size() and do some other clean up.jsing2015-09-131-7/+6
* remove e_os2.h includesbcook2015-09-131-1/+0
* Wrap long lines.jsing2015-09-131-16/+32
* style(9) grenade.jsing2015-09-131-153/+178
* Cleanup enginetest a bit.bcook2015-09-121-104/+84
* remove mysterious, decorative comment blockletsbcook2015-07-181-21/+21
* Explicitly mark ignored BN_* return vals in tests.bcook2015-07-181-6/+6
* check sscanf conversion, fixes Coverity 21666bcook2015-07-181-2/+6
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-203-134/+1
* Make this run on strict alignment architectures.miod2015-05-081-6/+9
* Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.bcook2015-02-251-23/+66
* Trivial fix for test progress output.bcook2015-02-251-4/+7
* BN_free() has its own NULL check.jsing2015-02-191-14/+7
* KNF.jsing2015-02-191-766/+834
* Fix various memory leaks by not exiting so abruptly from failed tests.miod2015-02-151-579/+507
* Remove ancient gcc workaround on mips.miod2015-02-151-3/+2
* Memory leak. Coverity CID 78865miod2015-02-151-2/+3
* Wrong logic; Coverity CID 78894miod2015-02-151-1/+1
* Do not rely upon malloc(0) not returning NULL. Not all malloc implementationsmiod2015-02-111-6/+10
* Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run onmiod2014-12-151-3/+7
* prefer memcmp to bcmp.bcook2014-11-261-2/+2
* GOST regression tests; from Dmitry Eremin-Solenikovmiod2014-11-183-1/+18
* GOST tests, not connected to the build yet.miod2014-11-092-0/+1464
* #undef LIBRESSL_INTERNAL for the RAND_pseudo_bytes() test.jsing2014-10-221-0/+2
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (mostjsing2014-10-224-21/+15
* None of these need <openssl/rand.h>jsing2014-10-225-5/+0