summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
AgeCommit message (Expand)Author
2017-08-21evp_test.c: Add PrivPubKeyPair testNicola Tuveri
2017-04-16Catch EC_R_UNKNOWN_GROUP in check_unsupported()Rich Salz
2017-03-17Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai
2017-01-29test/evp_test.c: If no algorithm was specified, don't try to check for DESRichard Levitte
2017-01-25Adjust in and in_len instead of donelenMatt Caswell
2017-01-25Fix the overlapping check for fragmented "Update" operationsMatt Caswell
2017-01-25Update evp_test to make sure passing partial block to "Update" is okMatt Caswell
2017-01-05Remove BIO_seek/BIO_tell from evp_test.cDr. Stephen Henson
2016-12-16evp_test: when function and reason strings aren't available, just skipRichard Levitte
2016-12-14Add function and reason checking to evp_testDr. Stephen Henson
2016-12-10Additional error tests in evp_test.cDr. Stephen Henson
2016-11-20Skipping tests in evp_test leaks memoryTodd Short
2016-11-10Fix the evp_test Ctrl keyword processingRichard Levitte
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