Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / crypto / evp / pmeth_gn.c
2023-09-28 Matt CaswellCopyright year updates
2023-09-13 Dimitri PapadopoulosFix typos found by codespell
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-01-13 Gerd Hoffmanndrop unused callback variable
2022-01-07 Tomas MrazEVP_PKEY_fromdata(): Do not return newly allocated...
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-02 Paulievp: remove TODOs
2021-05-20 Richard LevitteEVP: Modify EVP_PKEY_export() to handle legacy EVP_PKEYs
2021-05-11 Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-04-15 Shane LontisAdd EVP_PKEY_todata() and EVP_PKEY_export() functions.
2021-03-11 Paulievp: add params argument to key manager's gen_init...
2021-03-11 Pedro MonrealFix reason code: EVP_R_OPERATON_NOT_INITIALIZED
2021-03-08 Matt CaswellCache legacy keys instead of downgrading them
2021-02-18 Matt CaswellUpdate copyright year
2021-02-08 Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2020-11-02 Daniel BeveniusEVP: Fix typo in EVP_PKEY_gen comment
2020-09-22 Paul YangAdd SM2 signature algorithm to default provider
2020-09-22 Paul YangAdd SM2 key management
2020-09-08 Richard LevitteEVP: Preserve the EVP_PKEY id in a few more spots
2020-08-24 Shane LontisFix coverity CID #1455335 - Dereference after NULL...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-08 Richard LevitteEVP: Let EVP_PKEY_gen() initialize ctx->keygen_info
2020-05-08 Richard LevitteEVP: when setting the operation to EVP_PKEY_OP_UNDEFINE...
2020-05-07 Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-04-30 Paulicoverity 1462573 Dereference after null check
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-04-17 Richard LevitteEVP: Fix calls to evp_pkey_export_to_provider()
2020-04-15 Richard LevitteEVP: Add a temporary SM2 hack to key generation
2020-03-25 Richard LevitteEVP: Downgrade keys rather than upgrade
2020-03-21 Richard LevitteEVP: fetch the EVP_KEYMGMT earlier
2020-03-12 Richard LevitteEVP: Add new domparams and key generation functionality
2020-03-03 Shane LontisAdd Serializers for EC
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-07 Richard LevitteReorganize the internal evp_keymgmt functions
2020-01-29 Shane LontisAdd RSA key validation to default provider
2020-01-12 Shane LontisAdd dsa signature alg to fips provider
2020-01-09 Richard LevitteEVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle...
2019-12-11 Veres LajosFix some typos
2019-11-07 Richard LevitteAdd EVP functionality to create domain params and keys...
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-09-13 Paul YangSupport key check in EVP interface
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-10 Emilia KasperRT3754: check for NULL pointer
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-03-28 Rich Salzfree NULL cleanup
2015-03-24 Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-02-13 Dr. Stephen HensonNew macro to set mac key.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08 Matt CaswellImplement internally opaque bn access from evp
2014-12-08 Matt CaswellPrepare for bn opaquify. Implement internal helper...
2010-11-24 Dr. Stephen Hensonconstify EVP_PKEY_new_mac_key()
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2007-04-11 Dr. Stephen HensonNew -mac and -macopt options to dgst utility. Reimpleme...
2006-05-31 Dr. Stephen HensonNew pkey functions for keygen callbacks and retrieving...
2006-04-17 Dr. Stephen HensonFix (most) WIN32 warnings and errors.
2006-04-11 Dr. Stephen HensonInitial keygen support.