aboutsummaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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