coverity 1462548 Resource leak
[openssl.git] / crypto / ec /
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-24 Nicola TuveriFix typo from #10631
2020-04-23 Matt CaswellUpdate copyright year
2020-04-21 Billy Brumley[crypto/ec] deprecate Jprojective_coordinates_GFp functions
2020-04-17 Matt CaswellWhen calling the import_to function pass the libctx too
2020-04-17 Pauliecx: check for errors creating public keys from private...
2020-04-17 Paulis390: ECX key generation fixes.
2020-04-17 Pauliecx: add key generation support.
2020-04-16 Rich SalzUse build.info, not ifdef for crypto modules
2020-04-15 Matt CaswellUse the libctx in Ed448 private key decoding
2020-04-15 Richard LevitteEC: Refactor EVP_PKEY_CTX curve setting macros for...
2020-04-09 Matt CaswellEnable Ed25519 signing/verifying to use the libctx
2020-04-09 Matt CaswellEnable export_to functions to have access to the libctx
2020-04-07 Billy Brumley[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
2020-04-07 Bernd EdlingerFix the error handling in EC_POINTs_mul
2020-04-07 Richard LevittePROV: Add DERlib support for ECDSA and EC keys
2020-04-03 Aaron ThompsonRemove an unnecessary call to BN_CTX_free.
2020-04-03 Aaron ThompsonFix bugs in EC code introduced with FIPS changes.
2020-04-01 Billy Brumley[crypto/ec] Ladder tweaks
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
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
2020-03-25 Richard LevitteEC: Refactor ec_curve_name2nid() to accept NIST curve...
2020-03-23 Richard LevitteDH, DSA, EC_KEY: Fix exporters to allow domain paramete...
2020-03-17 Matt CaswellImplement serializers for ED25519 and ED448
2020-03-15 Shane LontisAdd ECDSA to providers
2020-03-11 Shane LontisAdd ECDH to fips provider
2020-03-11 Shane LontisAdd EC key validation to default provider
2020-03-09 Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-03-09 Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-03-05 Patrick Steuercrypto/ec/curve448/eddsa.c: fix EBCDIC platforms
2020-03-03 Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-02-27 Scott ArciszewskiFix comment placement in ecp_nistp256.ci
2020-02-18 Nicola Tuveri[EC] harden EC_KEY against leaks from memory accesses
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-17 David BenjaminAlso check for errors in x86_64-xlate.pl.
2020-02-11 Matt CaswellAdd S390 support for provider based X25519/X448
2020-02-11 Matt CaswellAdd X25519/X448 Key Exchange to the default provider
2020-02-11 Matt CaswellImplement a stricter ECX_KEY type
2020-02-06 PauliParams: change UTF8 construct calls to avoid explicit...
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-02-04 PauliDeprecate the ECDH functions.
2020-02-02 Richard LevitteMake SM3 a mandatory hash function for SM2.
2020-01-23 Shane LontisCheck ECC-CDH is compliant with SP800-56A-r3
2020-01-22 David BenjaminDo not silently truncate files on perlasm errors
2020-01-19 PauliDeprecate the low level SHA functions.
2020-01-17 Richard LevitteFor all assembler scripts where it matters, recognise...
2020-01-07 Shane LontisMake ECDSA_size() use consistent asn1 encoder.
2020-01-05 Andrew HoangFix incorrect return code on ECDSA key verification
2020-01-05 Fangming.FangFix side channel in ecp_nistz256-armv8.pl
2020-01-05 Bernd EdlingerFix side channel in the ecp_nistz256.c reference implem...
2020-01-05 Bernd EdlingerImprove side channel fix in ecp_nistz256-x86_64.pl
2020-01-05 Bernd EdlingerFix side channel in ecp_nistz256-armv4.pl
2020-01-05 Bernd EdlingerFix side channel in ecp_nistz256-x86.pl
2020-01-05 David BenjaminAvoid leaking intermediate states in point doubling...
2020-01-05 Nicola TuveriFix potential SCA vulnerability in some EC_METHODs
2019-12-23 Bernd EdlingerAdd some missing cfi frame info in x25519-x86_64.pl
2019-12-23 Bernd EdlingerAdd some missing cfi frame info in ecp_nistz256-x86_64.pl
2019-11-21 PauliECDSA: don't clear free memory after verify.
2019-11-13 Nicola TuveriFix EC_POINT_bn2point() for BN_zero()
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-11-05 Patrick Steuers390x assembly pack: process x25519 and x448 non-canoni...
2019-11-05 Patrick Steuers390x assembly pack: fix x448 handling of non-canonical...
2019-11-01 Patrick Steuers390x: fix build errors
2019-10-22 Nicola TuveriDeprecate EC_GROUP_clear_free()
2019-10-22 Nicola TuveriAvoid using EC_GROUP_clear_free() internally
2019-10-16 Shane LontisFix missing Assembler defines
2019-10-15 Nicola Tuveri[ec_asn1.c] Avoid injecting seed when built-in matches
2019-10-10 Richard LevitteRework how our providers are built
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-25 Patrick Steuers390x assembly pack: cleanse only sensitive fields
2019-09-16 Richard LevitteUnify all assembler file generators
2019-09-16 Richard Levittebuild.info: For all assembler generators, remove all...
2019-09-16 ManishPatidar1clearing the ecx private key memory
2019-09-13 Bernd EdlingerFix potential memory leaks with BN_to_ASN1_INTEGER
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-11 PauliUsages of KDFs converted to use the name macros
2019-09-09 Nicola Tuveri[ec] Match built-in curves on EC_GROUP_new_from_ecparam...
2019-09-06 Nicola Tuveri[ec/ecp_nistp*.c] restyle: use {} around `else` too
2019-09-06 Nicola Tuveri[ec/ecp_nistp*.c] remove flip_endian()
2019-09-06 Nicola TuveriFix a SCA leak using BN_bn2bin()
2019-09-06 PauliKDF error codes reworked
2019-09-06 PauliFix users of KDFs to use params not ctls
2019-09-05 Billy Brumley[crypto/ec] for ECC parameters with NULL or zero cofact...
2019-09-04 Richard LevitteNew function EVP_MD_free()
2019-08-16 Patrick SteuerFix 9bf682f which broke nistp224_method
2019-08-15 Patrick Steuers390x assembly pack: accelerate ECDSA
2019-08-15 Patrick SteuerEnable curve-spefific ECDSA implementations via EC_METHOD
2019-08-15 Patrick Steuers390x assembly pack: accelerate scalar multiplication
2019-08-09 Vladimir Kotalmake ecp_nistz256_point_add_vis3() local
2019-08-07 Matt CaswellFix enable-ec_nistp_64_gcc_128
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-07-31 David von Oheimbmake RSA and DSA operations throw MISSING_PRIVATE_KEY...
next