Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / providers / implementations / signature / ecdsa.c
2021-05-07 Richard LevitteRename files in providers/implementations/signatures
2021-04-16 Matt CaswellStore some FIPS global variables in the FIPS_GLOBAL...
2021-03-11 Pauliprov: support params arguments to signature init calls
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Shane LontisFix external symbols related to provider related securi...
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-01 Richard LevitteFix some odd names in our provider source code
2020-12-03 Shane LontisFix ecdsa digest setting code to match dsa.
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Paulider: _ossl prefix DER functions
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-18 Shane LontisAdd 'fips-securitychecks' option and plumb this into...
2020-09-18 Shane Lontisfix provider signatures
2020-09-18 Shane LontisAdd fips checks for ecdsa signatures
2020-09-12 Paulisignature: add FIPS error state handling
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-05-20 Richard LevitteRefactor the provider side DER constants and writers
2020-05-14 Richard LevitteEVP: For SIGNATURE operations, pass the propquery early
2020-04-07 Richard LevittePROV: Add DERlib support for ECDSA and EC keys
2020-03-15 Shane LontisAdd ECDSA to providers