summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add more functions.jsing2017-05-061-1/+5
* Sort/group functions.jsing2017-05-061-5/+10
* Not much point using a failed variable here.jsing2017-05-061-3/+4
* Bring in HKDF, from BoringSSL, with regress tests modified to bebeck2017-05-063-1/+310
* Add regress for free functions that should be safe with NULLbeck2017-05-022-0/+63
* whitespacebeck2017-04-301-3/+3
* Remove unused rnd_seed variable. Upstream made the same change 4 days ago.kettenis2017-04-161-3/+0
* Use an unsigned loop variable to avoid a comparison between signedbluhm2017-03-061-1/+1
* Ensure MD and key initialized before processing HMACinoguchi2017-03-031-31/+206
* Add EVP test for MD5-SHA1.jsing2017-03-011-0/+3
* Check return value of every BN_* functions in bntestinoguchi2017-02-231-393/+426
* Remove unused variable in C source to make the test compile and pass.bluhm2017-02-071-1/+0
* LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_montinoguchi2017-01-311-1/+78
* Add start of a regress for cert gen and validation. not clean, won'tbeck2017-01-255-0/+394
* link in rsa testbeck2017-01-251-1/+2
* Add rsa test from openssl, since it has a license nowbeck2017-01-252-0/+344
* Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatbeck2017-01-215-8/+143
* unhook ocsp test from the default since it currently requires network access andbeck2017-01-181-2/+1
* Update libcrypto regress to handle header and non-exported symbol changes.jsing2016-12-214-4/+10
* Add regress for X25519, converted from BoringSSL.jsing2016-11-053-1/+150
* Set PROG so that the binary correctly gets recompiled when the librariesmiod2016-11-051-11/+5
* Move pqueue regress from libcrypto to libssl, since that's where the pqueuejsing2016-11-044-140/+1
* import new BN tests from OpenSSLbcook2016-09-032-167/+434
* Make this regress build againbeck2016-09-022-4/+4
* add ca cert error check and make the path configurablebcook2016-07-071-1/+9
* remove extra assignment of s from 1.11, fix regression testbcook2016-07-051-2/+1
* On systems where we do not have BN_ULLONG defined (most 64-bit systems),bcook2016-07-051-4/+24
* make less awful.. test against cloudflare toobeck2016-07-052-9/+19
* Add a nasty little ocsp regress test in the hope pedants will make it better.beck2016-07-043-1/+140
* Remove flags for disabling constant-time operations.bcook2016-06-302-70/+33
* 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