aboutsummaryrefslogtreecommitdiff
path: root/test/evp_test.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Check for bad filename in evp_testRich Salz1-0/+4
2016-05-17Copyright consolidation 02/10Rich Salz1-49/+5
2016-05-16test/evp_test.c: exercise in-place encryption.Andy Polyakov1-19/+35
2016-05-06test/evp_test.c: exercise different combinations of data misalignment.Andy Polyakov1-24/+55
2016-04-18Make string_to_hex/hex_to_string publicRich Salz1-1/+1
2016-04-07test/[dane|evp_]test.c: BIO-fy file I/O.Andy Polyakov1-11/+11
2016-03-21Fix no-scryptMatt Caswell1-4/+11
2016-03-18Fix no-desMatt Caswell1-0/+8
2016-03-18Fix no-cmacMatt Caswell1-3/+8
2016-03-02Generalise KDF test in evp_test.cDr. Stephen Henson1-30/+2
2016-03-02Add Ctrl keyword to KDF test in evp_testDr. Stephen Henson1-1/+2
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell1-7/+1
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson1-1/+2
2016-01-30handle "Ctrl" in separate functionDr. Stephen Henson1-16/+20
2016-01-30Add support for EVP_PKEY_derive in evp_testDr. Stephen Henson1-0/+71
2016-01-30fix warningDr. Stephen Henson1-0/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-19Add TLS1-PRF test support to evp_testDr. Stephen Henson1-0/+115
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-6/+8
2015-12-11Adapt EVP tests to the opaque EVP_ENCODE_CTXRichard Levitte1-8/+16
2015-12-10test/evp_test.c: allow generic AEAD ciphers to be tested.Andy Polyakov1-0/+2
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-4/+4
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-4/+2
2015-10-23Remove useless codeAlessandro Ghedini1-1/+1
2015-09-17RT3757: base64 encoding bugsEmilia Kasper1-36/+217
2015-09-04RT3998: Allow scrypt to be disabledRich Salz1-3/+11
2015-05-26Add PBE tests.Dr. Stephen Henson1-23/+87
2015-05-20Add scrypt tests.Dr. Stephen Henson1-1/+159
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-28/+29
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets1-4/+4
2015-05-04Use safer sizeof variant in mallocRich Salz1-5/+5
2015-05-01free NULL cleanup -- codaRich Salz1-6/+4
2015-05-01free null cleanup finaleRich Salz1-20/+11
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-0/+1255