Updated list formatting, added hyperlinks, modernized syntax
[openssl.git] / crypto / ec / ec_ameth.c
2022-11-29 Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-10-11 Tomas Mrazeckey_priv_encode(): Call ASN1_STRING_free() only on...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-06-16 KanAdd sensitive memory clean in priv encode
2021-10-28 x2018fix some code with obvious wrong coding style
2021-07-07 Richard LevitteCRYPTO: Remove the check for built-in methods in the...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
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-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-08 Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2021-01-28 Richard LevitteUpdate copyright year
2021-01-20 Shane LontisRemove pkey_downgrade from PKCS7 code
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15 Matt CaswellRemove CMS recipient info information out of the algori...
2020-10-15 Matt CaswellMove CMS signing code out of the algorithms and into CMS
2020-10-15 Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-30 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-23 Shane LontisFix missing propq in ecdh_cms_set_shared_info()
2020-08-24 Shane LontisFix coverity CID #1458644 - Negative return passed...
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-08-20 Richard LevitteX509: Add d2i_PUBKEY_ex(), which take a libctx and...
2020-08-09 Shane LontisAdd libctx to ecdh_KDF_X9_63.
2020-07-06 Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-06-19 Matt CaswellEnsure creating an EC public key uses the libctx
2020-06-19 Matt CaswellAdd more complete support for libctx/propq in the EC...
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-17 Matt CaswellWhen calling the import_to function pass the libctx too
2020-04-09 Matt CaswellEnable export_to functions to have access to the libctx
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-23 Richard LevitteDH, DSA, EC_KEY: Fix exporters to allow domain paramete...
2020-03-09 Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-02-18 Nicola Tuveri[PROV][KEYMGMT][EC] Import/export of priv_key as padded...
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-18 Nicola Tuveri[EC] Constify internal EC_KEY pointer usage
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-02-02 Richard LevitteMake SM3 a mandatory hash function for SM2.
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-02-27 Paul YangFix the default digest algorthm of SM2
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-10 David WoodhouseStop marking default digest for EC keys as mandatory
2018-10-17 Antoine SalonEVP module documentation pass
2018-07-25 Rich SalzCheck for failures, to avoid memory leak
2018-06-20 Matt CaswellUpdate copyright year
2018-06-19 Jack LloydMove SM2 algos to SM2 specific PKEY method
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-09-14 Rich SalzFix function name in ECerr call
2017-09-13 Paul YangSupport key check in EVP interface
2017-06-13 Bernd EdlingerFix a memleak in ec_copy_parameters.
2017-02-14 Yuchimem leak on error path and error propagation fix
2016-09-09 Tim HudsonFix EC_KEY_print so it prints out private key information
2016-09-07 David WoodhouseAvoid EVP_PKEY_cmp() crash on EC keys without public...
2016-08-17 Dr. Stephen HensonConstify private key decode.
2016-08-17 Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-13 Dr. Stephen HensonAdd encoded points to other EC curves too.
2016-07-15 Richard LevitteFix ASN.1 private encode of EC_KEY to not change the...
2016-07-01 Alessandro GhediniFix printing private EC_KEY
2016-06-26 Rich SalzRT2680: Public EC key is shown as private
2016-05-31 Dr. Stephen HensonParameter copy sanity checks.
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-03-20 Rich SalzRemove #error from include files.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-05 Dr. Stephen HensonAdd EC_KEY_priv2buf()
2016-02-05 Dr. Stephen Hensonuse enum type for do_EC_KEY_print
2016-02-05 Dr. Stephen Hensonupdate EC ASN1 and print routines
2016-01-31 Dr. Stephen HensonRemove redundant code.
2016-01-31 Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2015-12-14 Dr. Stephen HensonExtend EVP_PKEY_copy_parameters()
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03 David BarRT3674: Make no-cms build work.
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-28 Rich Salzremove malloc casts
2015-03-28 Rich Salzfree NULL cleanup
2015-03-25 Rich Salzfree NULL cleanup.
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-09-08 Kurt RoeckxRT2626: Change default_bits from 1K to 2K
2014-08-28 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-27 Adam LangleyRT3065: ec_private_key_dont_crash
2014-04-26 manchaFix eckey_priv_encode()
next