Fix grammar in srp_verifier.txt
[openssl.git] / test / evp_extra_test.c
8 days ago trinity-1686aHandle empty param in EVP_PKEY_CTX_add1_hkdf_info
2024-04-09 Richard LevitteCopyright year updates
2024-02-07 Tomas MrazFix testcases to run on duplicated keys
2024-01-25 Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2024-01-12 Holger DenglerAdd tests for re-using cipher contexts
2024-01-09 Neil HormanAugment RSA provider to generate CRT coefficients on...
2023-12-06 Neil HormanStatically link legacy provider to evp_extra_test
2023-11-03 Tomas MrazAdd negative test for key length change
2023-11-03 Tomas MrazAdd negative test for iv length change
2023-10-24 Paulitest: add unit test for CVE-2023-5363
2023-10-18 Daiki Uenorsa: Accept NULL OAEP label for backward compatibility
2023-10-04 Matthias St. Pierretest: evp_extra: test signing with legacy app method...
2023-10-04 Matthias St. Pierretest: evp_extra: fix indentation error
2023-09-07 Matt CaswellCopyright year updates
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-05-12 Yi Liprovider: return error if buf too small when getting...
2023-03-27 Jorge Ramirez-Ortiztest: evp_extra: EC, read affine coordinates
2023-03-14 Simo SorceAdd test for context duplication failure
2023-01-31 Tomas MrazWorkaround crash in atexit on NonStop platforms
2022-12-05 Peiwei HuFix the check of EVP_PKEY_decrypt_init
2022-11-11 Tomas Mraztest_CMAC_keygen(): Avoid using ECB cipher with CMAC
2022-11-04 Wangchong ZhouCheck for private key existence before calling eddsa...
2022-10-07 James Muirset MGF1 digest correctly
2022-10-03 Matt CaswellTest usage of a custom EVP_CIPHER
2022-09-21 PauliRemove FIPS condition on SM2 test.
2022-08-18 Tomas MrazAdd testcases for EVP_PKEY_get1_encoded_public_key
2022-06-28 Matt CaswellAdd a test for an all 0 RSA key
2022-06-02 Peiwei HuFix the checks of EVP_PKEY_CTX_set/get_* functions
2022-06-02 Peiwei HuFix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlen
2022-06-02 Peiwei HuFix the erroneous checks of EVP_PKEY_CTX_set_group_name
2022-05-24 Peiwei HuFix check of EVP_CIPHER_CTX_ctrl
2022-05-23 Tomas MrazTest the default key length of the Blowfish ciphers
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-11 Tomas MrazAdd test for resetting SM2 dist ID
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-01-10 Matt CaswellAdd a test for a custom digest created via EVP_MD_meth_...
2022-01-05 Dimitris ApostolouFix typos
2021-12-13 Richard Levittetest/evp_extra_test.c: Add EVP_PKEY comparisons in...
2021-12-13 Richard Levittetest/evp_extra_test.c: Refactor test_fromdata()
2021-11-27 Tom CosgroveFix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning...
2021-11-22 Peiwei HuFix EVP_PKEY_decrypt return check
2021-11-16 Peiwei HuEVP_PKEY_keygen_init: fix return check
2021-11-16 Peiwei HuEVP_PKEY_paramgen_init: fix return check
2021-11-16 Peiwei HuEVP_DigestVerifyFinal: fix test function and invocation
2021-11-16 Matt CaswellAdd a test for creating ECX private keys that are too...
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-28 x2018fix some code with obvious wrong coding style
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
next