Add null digest implementation to the default provider
[openssl.git] / test / evp_extra_test.c
2021-11-15 Tomas MrazAdd null digest implementation to the default provider
2021-11-12 Tomas Mrazevp_extra_test: Add SIPHASH MAC digestsign test with...
2021-11-12 Tomas Mraztest: Add testing of reinitialization via EVP_DigestSig...
2021-11-12 Tomas Mrazdo_sigver_init: Allow reinitialization of an existing...
2021-10-26 Matt CaswellTest that a key is usable after an EVP_PKEY_fromdata...
2021-10-25 Tomas MrazX509_PUBKEY_dup: Do not just up-ref the EVP_PKEY
2021-10-25 Matt CaswellFix no-cmac
2021-10-22 Matt CaswellFix test_CMAC_keygen
2021-10-22 Matt CaswellTest short buffers
2021-10-19 Matt CaswellAdd tests for ENGINE problems
2021-08-26 Tomas MrazEVP_DigestSign/VerifyFinal: Duplicate the pctx to allow...
2021-08-16 Ingo FranzkiTest EVP Cipher updating the context's IV
2021-08-16 Tomas MrazMultiple fixes for getting pub key from legacy DH PKEY
2021-07-27 Matt CaswellAdd a test case for EVP_MD_meth_dup() and EVP_CIPHER_me...
2021-07-27 Matt CaswellMark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_...
2021-07-22 Matt CaswellAdd a test for custom EVP_PKEY_METHODs
2021-06-15 Richard Levittetest/evp_extra_test.c: Peek at the error instead of...
2021-06-08 Tomas MrazEVP_PKEY_new_raw_private_key: Allow zero length keys
2021-06-08 Juergen ChristTest EVP_CipherInit sequences and resets
2021-06-05 Matt CaswellFix evp_extra_test to use libctx in an X509_PUBKEY
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-18 Pauliseal: make EVP_SealInit() library context aware
2021-05-09 Daniel BeveniusMark pop/clear error stack in der2key_decode_p8
2021-05-06 Tomas Mrazevp_extra_test: Avoid potential double free of params
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
next