]> git.ipfire.org Git - thirdparty/openssl.git/history - test/evp_extra_test.c
Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
[thirdparty/openssl.git] / test / evp_extra_test.c
2021-04-26  Shane LontisDeprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
2021-04-23  PauliRunchecker: fix no-ec2m build which was trying to valid...
2021-04-23  Tomas MrazTrivial shortcuts for EVP_PKEY_eq()
2021-04-20  Paulitest: fix double free problems.
2021-04-19  Tomas MrazAdd test for the IV handling of DES based ciphers
2021-04-18  Richard LevitteTEST: Use OSSL_MAX_NAME_SIZE instead of arbitrary numbe...
2021-04-18  Richard LevitteTEST: Modify how the retrieved digest name for SM2...
2021-04-18  Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-17  PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-04-12  Tomas MrazAlways reset IV for CBC, OFB, and CFB mode on cipher...
2021-04-12  Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-03-28  Tomas MrazImplement EVP_PKEY_dup() function
2021-03-28  Paulitest: add test case for X508_PUBKEY_dup() function
2021-03-17  Jon SpillettAdd testing for non-default library context into evp_ex...
2021-03-15  Matt CaswellEnsure that ECX keys pass EVP_PKEY_param_check()
2021-03-11  Paulitest: support params arguments to init functions
2021-03-03  Tomas Mrazevp_extra_test: Remove TODO comment as setting the...
2021-03-02  Matt CaswellFix a copy&paste error in evp_extra_test
2021-02-27  Benjamin Kaduktest_ecpub: test that we can decode the DER we encoded
2021-02-27  Benjamin Kaduktest_ecpub: verify returned length after encoding
2021-02-27  Benjamin KadukAdd test for EC pubkey export/import
2021-02-25  Tomas Mrazevp_extra_test: Do not manipulate providers in default...
2021-02-24  Matt CaswellAdd a test for a names_do_all function
2021-02-17  Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-08  Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-01  Matt CaswellTest that EC keys without a public key in them work...
2021-01-28  Daniel BeveniusEVP: fix keygen for EVP_PKEY_RSA_PSS
2021-01-28  Richard LevitteUpdate copyright year
2021-01-26  Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-22  Matt CaswellFix no-dh and no-dsa
2021-01-21  Rich SalzDeprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex
2021-01-18  Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2021-01-15  Jon SpillettAllow EVP_PKEY private key objects to be created withou...
2020-12-19  Richard LevitteFix 'no-deprecated'
2020-11-27  Matt CaswellDon't test a deprecated function in a no-deprecated...
2020-11-26  Tomas MrazAdd test for no reset after DigestFinal_ex and DigestFi...
2020-11-19  Paulitest: changes resulting from moving the entropy source...
2020-11-18  Richard LevitteDeprecate RSA harder
2020-11-07  Richard Levittetest/evp_extra_test.c: Modify to reflect provider suppo...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-25  Matt CaswellExtend the SM2 asym cipher test
2020-09-25  Matt CaswellClean up some SM2 related TODOs in the tests
2020-09-25  Richard LevitteTEST: Remove use of EVP_PKEY_set_alias_type() in test...
2020-09-22  Paul YangAdd SM2 signature algorithm to default provider
2020-09-12  Richard LevitteTEST: Add a test of EC key generation with encoding...
2020-09-08  Richard LevitteFix test/evp_extra_test.c
2020-09-03  Richard Levitte"Downgrade" provider-native keys to legacy where needed
2020-08-29  Matt CaswellExtend test_CMAC_keygen in evp_extra_test
2020-08-29  Matt CaswellFix evp_extra_test to not assume that HMAC is legacy
2020-08-11  Benjamin KadukAdd tests for new EVP_CIPHER_CTX IV accessors
2020-08-09  Shane LontisAdd EVP signature with libctx methods.
2020-07-22  PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-08  Shane LontisFix CID 1465213: Integer handling issues (evp_extra_test.c)
2020-06-24  Paulitest: add test for generation of random data in chunks.
2020-06-23  Pauliproperty: Move global default properties to the library...
2020-06-02  Richard LevitteTEST: Test i2d_PKCS8PrivateKey_bio() and PEM_write_bio_...
2020-05-28  Benjamin Kaduktest HKDF with empty IKM
2020-05-28  Matt CaswellAdd a test for fetching EVP_PKEY style algs without...
2020-05-14  Richard Levittetest/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC...
2020-05-14  Richard Levittetest/evp_extra_test.c: Add test for CMAC keygen with...
2020-05-04  Matt CaswellAdd some tests for the newly added raw private/public...
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23  Matt CaswellUpdate copyright year
2020-04-17  Richard LevitteTEST: Add a test of keygen with an empty template in...
2020-03-23  Matt CaswellMake it possible to easily specify a libctx for EVP_Dig...
2020-02-22  Richard Levittetest/evp_extra_test.c: adapt for RSA signature tests
2020-02-11  PauliDSA: fix the DSA parameter logic in test.
2020-02-04  Richard LevitteDon't pass a digest-size to signature implementations
2020-01-30  Shane LontisAdd support for DH 'modp' group parameters (RFC 3526)
2020-01-28  Richard Levittetest_evp_extra_test.c: don't rely on exact parameter...
2020-01-19  Richard LevitteAPPS & TEST: Eliminate as much use of EVP_PKEY_size...
2020-01-13  Matt CaswellAdd a test for HMAC via EVP_DigestSign*
2019-12-23  Matt CaswellFix evp_extra_test with no-dh
2019-12-16  Matt CaswellTest that EVP_PKEY_set1_DH() correctly identifies the...
2019-11-29  Matt CaswellAdd a test for NULL chunks in encrypt/decrypt
2019-11-11  Matt CaswellFix no-dsa
2019-11-05  Richard LevitteMinimal adaptation of tests back to how it was before
2019-10-17  Richard LevitteDon't abuse the API when that's not what is tested
2019-10-11  Matt CaswellAdd a test for EVP_Digest[Sign|Verify]* with a BIO MD
2019-10-03  Matt CaswellAdd a test for the newly added md params code
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-15  Shane LontisAdd fips module integrity check
2019-09-12  Matt CaswellFix no-dsa
2019-09-11  Shane LontisAdd EVP_CIPHER_CTX_tag_length()
2019-09-09  Matt CaswellRevise EVP_PKEY param handling
2019-09-04  Richard LevitteNew function EVP_CIPHER_free()
2019-09-04  Richard LevitteNew function EVP_MD_free()
2019-08-18  Shane Lontiscipher cleanups.
2019-07-02  Antoine CœurFix Typos
2019-06-28  Matt CaswellRename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref...
2019-06-25  Shane LontisEC only uses approved curves in FIPS mode.
2019-06-17  Matt CaswellAdd the function OPENSSL_thread_stop_ex()
2019-06-07  David MakepeaceFixed typo in code comment.
2019-04-04  Matt CaswellTest that we can use the FIPS provider
2019-04-03  Matt CaswellAdd a test for EVP_MD_block_size()
2019-04-03  Matt CaswellAdd an EVP_MD_CTX_md() test
2019-03-30  Shane Lontisfixed public range check in ec_GF2m_simple_oct2point
2019-03-21  Matt CaswellAdd a test for EVP_MD_fetch
2019-01-31  Bernd EdlingerFix a crash in reuse of i2d_X509_PUBKEY
next