Add Attribute Certificate suport comments to CHANGES and NEWS
[openssl.git] / crypto / ec / ec_backend.c
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-30 Dr. David von OheimbERR: replace remnant ECerr() and EVPerr() calls in...
2022-06-23 Tomas MrazThe flag "decoded-from-explicit" must be imp/exportable
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05 Richard LevitteMove e_os.h to include/internal
2021-10-28 x2018fix some code with obvious wrong coding style
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-14 Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
2021-05-11 Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-05-07 Jon SpillettFixes #14662. Return all EC parameters even for named...
2021-04-22 Tomas MrazFix potential NULL dereference in ossl_ec_key_dup()
2021-04-19 Tomas MrazDetect low-level engine and app method based keys
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-15 Jon SpillettAllow EVP_PKEY private key objects to be created withou...
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-09-05 Shane LontisFix coverity CID #1466378 - Incorrect expression in...
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
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 Shane LontisUpdate core_names.h fields and document most fields.
2020-03-27 Richard LevittePROV: Fix EC_KEY exporters to allow domain parameter...
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends