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