aboutsummaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
Commit message (Expand)AuthorAgeFilesLines
* Call EVP_CipherFinal in CCM mode for tests.Dr. Stephen Henson2017-02-081-7/+3
* Add support for parameterized SipHashTodd Short2017-02-011-1/+8
* test/evp_test.c: If no algorithm was specified, don't try to check for DESRichard Levitte2017-01-291-1/+1
* Adjust in and in_len instead of donelenMatt Caswell2017-01-251-7/+8
* Fix the overlapping check for fragmented "Update" operationsMatt Caswell2017-01-251-3/+0
* Update evp_test to make sure passing partial block to "Update" is okMatt Caswell2017-01-251-16/+85
* Add support for Poly1305 in EVP_PKEYTodd Short2017-01-241-0/+7
* Remove BIO_seek/BIO_tell from evp_test.cDr. Stephen Henson2017-01-051-15/+36
* evp_test: when function and reason strings aren't available, just skipRichard Levitte2016-12-161-0/+6
* Add function and reason checking to evp_testDr. Stephen Henson2016-12-141-4/+58
* Additional error tests in evp_test.cDr. Stephen Henson2016-12-101-6/+16
* Skipping tests in evp_test leaks memoryTodd Short2016-11-211-19/+20
* Fix the evp_test Ctrl keyword processingRichard Levitte2016-11-101-4/+12
* Check for bad filename in evp_testRich Salz2016-08-121-0/+4
* Copyright consolidation 02/10Rich Salz2016-05-171-49/+5
* test/evp_test.c: exercise in-place encryption.Andy Polyakov2016-05-161-19/+35
* test/evp_test.c: exercise different combinations of data misalignment.Andy Polyakov2016-05-061-24/+55
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* test/[dane|evp_]test.c: BIO-fy file I/O.Andy Polyakov2016-04-071-11/+11
* Fix no-scryptMatt Caswell2016-03-211-4/+11
* Fix no-desMatt Caswell2016-03-181-0/+8
* Fix no-cmacMatt Caswell2016-03-181-3/+8
* Generalise KDF test in evp_test.cDr. Stephen Henson2016-03-021-30/+2
* Add Ctrl keyword to KDF test in evp_testDr. Stephen Henson2016-03-021-1/+2
* Clean up the tests for auto-init/de-initMatt Caswell2016-02-091-7/+1
* If memory debugging enabled return error on leaks.Dr. Stephen Henson2016-02-051-1/+2
* handle "Ctrl" in separate functionDr. Stephen Henson2016-01-301-16/+20
* Add support for EVP_PKEY_derive in evp_testDr. Stephen Henson2016-01-301-0/+71
* fix warningDr. Stephen Henson2016-01-301-0/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add TLS1-PRF test support to evp_testDr. Stephen Henson2016-01-191-0/+115
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-111-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-6/+8
* Adapt EVP tests to the opaque EVP_ENCODE_CTXRichard Levitte2015-12-111-8/+16
* test/evp_test.c: allow generic AEAD ciphers to be tested.Andy Polyakov2015-12-101-0/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-4/+4
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-4/+2
* Remove useless codeAlessandro Ghedini2015-10-231-1/+1
* RT3757: base64 encoding bugsEmilia Kasper2015-09-171-36/+217
* RT3998: Allow scrypt to be disabledRich Salz2015-09-041-3/+11
* Add PBE tests.Dr. Stephen Henson2015-05-261-23/+87
* Add scrypt tests.Dr. Stephen Henson2015-05-201-1/+159
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-28/+29
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-4/+4
* Use safer sizeof variant in mallocRich Salz2015-05-041-5/+5
* free NULL cleanup -- codaRich Salz2015-05-011-6/+4
* free null cleanup finaleRich Salz2015-05-011-20/+11
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-0/+1255