Minimal adaptation of tests back to how it was before
[openssl.git] / test / evp_test.c
2019-10-23 Simo SorceAdd KRB5KDF from RFC 3961
2019-10-17 Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-08 Shane LontisAdd rc2 ciphers to default provider
2019-10-03 Shane LontisAdd rc5 ciphers to default provider
2019-09-27 PauliConsistent naming for context gettable param queries .
2019-09-12 Richard LevitteModernise the ERR functionality further (new functions...
2019-09-12 Richard Levittetest/evp_test.c: try fetching algorithms
2019-09-12 Paul YangFix test error if scrypt is disabled
2019-09-10 PauliCoverity 1453632 & 1453635: Null pointer dereferences...
2019-09-10 PauliCoverity 1414465: Resource leaks (RESOURCE_LEAK)
2019-09-06 PauliTest updates in light of the KDF switchover
2019-09-04 PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-08-27 Richard LevitteCoverty fixes for MACs
2019-08-24 Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-23 Richard Levittetest/evp_test.c: distinguish parsing errors from proces...
2019-08-18 Patrick SteuerTest for out-of-bounds write when requesting zero bytes...
2019-08-15 Richard LevitteAdapt the MAC tests, and tests for other things that...
2019-08-01 Matt CaswellProperly process the "Availablein" keyword for evp_test
2019-07-26 Richard Levittetest/evp_test.c: modify to use OSSL_PROVIDER_available()
2019-07-16 Rich SalzRemove function name from errors
2019-07-11 Richard Levittetest/evp_test.c: [ciphers] Test that we get back the...
2019-07-08 Shane LontisAdd X9.42 KDF.
2019-07-01 Matt CaswellFix a leak in evp_test
2019-06-04 Shane LontisMove digests to providers
2019-05-08 Tobias NießenAllow specifying the tag after AAD in CCM mode
2019-05-03 Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
2019-04-26 David BenjaminCopy RSA-PSS saltlen in EVP_PKEY_CTX_dup.
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2019-02-11 Shane LontisUpdated test command line parsing to support commmon...
2019-02-06 Antoine Salonblake2: add evpmac test vectors
2019-01-08 FdaSilvaYYFix CID 1434549: Unchecked return value in test/evp_test.c
2018-12-11 Todd ShortAdd RFC5297 AES-SIV support
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-13 Shane LontisKMAC implementation using EVP_MAC
2018-11-04 PauliGMAC implementation
2018-10-29 Richard Levittetest/evp_test.c: Fixed strcmp() fault in mac_test_init()
2018-10-29 Richard Levittetest/evp_test.c: don't misuse pkey_test_ctrl() in mac_t...
2018-10-29 Richard LevitteAdapt test/evp_test.c to deal with available EVP_MACs
2018-09-18 Tobias NießenTrivial test improvements
2018-09-08 Richard Levittetest/evp_test.c: make it possible to use controls with...
2018-08-19 PauliAdd a helper routine so that evp_test can compare memor...
2018-06-20 Matt CaswellFix no-sm2
2018-06-19 Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-05-11 Kurt RoeckxUse void in all function definitions that do not take...
2018-03-20 Matt CaswellUpdate copyright year
2018-03-19 Matt CaswellFix no-sm2
2018-03-19 Matt CaswellFix no-ec
2018-03-15 Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15 Matt CaswellAdd PrivateKeyRaw and PublicKeyRaw support to evp_test
2018-03-15 Matt CaswellUpdate the tests to use the new EVP_PKEY_new_private_ke...
2017-10-12 Dr. Stephen HensonDon't assume shared key length matches expected length
2017-08-25 Matt CaswellFix no-scrypt
2017-08-21 PauliFix ctype arguments.
2017-08-12 Andy PolyakovAdd EVP_DigestFinalXOF, interface to extendable-output...
2017-08-03 Dr. Stephen HensonAllow use of long name for KDFs
2017-07-26 PauliUpdate the test framework so that the need for test_mai...
2017-07-19 Dr. Stephen HensonAdd keygen test to evp_test
2017-07-13 PauliFix some issues raise by coverity in the tests.
2017-06-20 PauliUpdate tests to avoid printf to stdout/stderr when...
2017-06-05 Rich SalzUse common STANZA for bn and exp tests
2017-05-26 Andy Polyakovtest/evp_test.c: improve output in case of errors.
2017-05-23 Rich SalzRevise evp_test parser; make like bn_test
2017-05-20 Dr. Stephen Hensonmove comments to same line as fields
2017-05-20 Dr. Stephen HensonAdd test support for "oneshot" versions EVP_DigestSign...
2017-05-20 Dr. Stephen HensonAdd tests in evp_test for EVP_Digest{Sign,Verify}{Init...
2017-05-19 Dr. Stephen HensonAdd support for multiple update calls in evp_test
2017-05-12 Rich SalzAdd "Title" directive to evp_test
2017-05-11 Richard Levitteevp_test: use the test file name as the test title
2017-05-11 Rich SalzUse compare_mem wrapper
2017-05-11 Rich SalzAddress some feedback
2017-05-11 Rich SalzConvert of evp_test to framework
2017-04-26 Rich Salzevp_test.c: Add PrivPubKeyPair tests
2017-04-17 Rich SalzCatch EC_R_UNKNOWN_GROUP in check_unsupported()
2017-03-17 Péter BudaiFixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.
2017-02-28 PauliAvoid buffer underflow in evp_test.
2017-02-08 Dr. Stephen HensonCall EVP_CipherFinal in CCM mode for tests.
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-01-29 Richard Levittetest/evp_test.c: If no algorithm was specified, don...
2017-01-25 Matt CaswellAdjust in and in_len instead of donelen
2017-01-25 Matt CaswellFix the overlapping check for fragmented "Update" opera...
2017-01-25 Matt CaswellUpdate evp_test to make sure passing partial block...
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-05 Dr. Stephen HensonRemove BIO_seek/BIO_tell from evp_test.c
2016-12-16 Richard Levitteevp_test: when function and reason strings aren't avail...
2016-12-14 Dr. Stephen HensonAdd function and reason checking to evp_test
2016-12-10 Dr. Stephen HensonAdditional error tests in evp_test.c
2016-11-21 Todd ShortSkipping tests in evp_test leaks memory
2016-11-10 Richard LevitteFix the evp_test Ctrl keyword processing
2016-08-12 Rich SalzCheck for bad filename in evp_test
2016-05-17 Rich SalzCopyright consolidation 02/10
2016-05-16 Andy Polyakovtest/evp_test.c: exercise in-place encryption.
2016-05-06 Andy Polyakovtest/evp_test.c: exercise different combinations of...
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-07 Andy Polyakovtest/[dane|evp_]test.c: BIO-fy file I/O.
2016-03-21 Matt CaswellFix no-scrypt
2016-03-18 Matt CaswellFix no-des
2016-03-18 Matt CaswellFix no-cmac
2016-03-02 Dr. Stephen HensonGeneralise KDF test in evp_test.c
2016-03-02 Dr. Stephen HensonAdd Ctrl keyword to KDF test in evp_test
2016-02-09 Matt CaswellClean up the tests for auto-init/de-init
next