]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec
UI_UTIL_wrap_read_pem_callback(): when |cb| is NULL, use PEM_def_callback
[thirdparty/openssl.git] / crypto / ec /
2019-11-21  PauliECDSA: don't clear free memory after verify.
2019-11-13  Nicola TuveriFix EC_POINT_bn2point() for BN_zero()
2019-10-15  Nicola Tuveri[ec_asn1.c] Avoid injecting seed when built-in matches
2019-09-27  Dr. Matthias St... Fix header file include guard names
2019-09-27  Dr. Matthias St... Reorganize local header files
2019-09-27  Dr. Matthias St... Reorganize private crypto header files
2019-09-16  ManishPatidar1clearing the ecx private key memory
2019-09-13  Bernd EdlingerFix potential memory leaks with BN_to_ASN1_INTEGER
2019-09-10  Matt CaswellUpdate copyright year
2019-09-09  Nicola Tuveri[ec] Match built-in curves on EC_GROUP_new_from_ecparam...
2019-09-07  Billy Brumley[crypto/ec] for ECC parameters with NULL or zero cofact...
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-08-09  Vladimir Kotalmake ecp_nistz256_point_add_vis3() local
2019-07-31  Antoine CœurFix Typos
2019-07-31  David von Oheimbmake RSA and DSA operations throw MISSING_PRIVATE_KEY...
2019-05-31  David BenjaminFix various mistakes in ec_GFp_nistp_recode_scalar_bits...
2019-05-28  Richard LevitteUpdate copyright year
2019-05-22  Patrick SteuerEVP_Digest*: enable SHA3 pre-hashing for ECDSA
2019-04-14  Bernd EdlingerDon't use coordinate blinding when scalar is group...
2019-04-10  Shane LontisFixed linux_x86_icc compiler errors in EC code related...
2019-03-30  Shane Lontisfixed public range check in ec_GF2m_simple_oct2point
2019-03-19  Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-03-18  Bernd EdlingerClear the point S before freeing in ec_scalar_mul_ladder
2019-03-18  Bernd EdlingerClear the secret point in ecdh_simple_compute_key
2019-03-11  Shane Lontisfix truncation of integers on 32bit AIX
2019-03-07  Matt CaswellAvoid an underflow in ecp_nistp521.c
2019-02-27  Paul YangFix the default digest algorthm of SM2
2019-02-26  Matt CaswellUpdate copyright year
2019-02-25  Richard LevitteRearrange the inclusion of curve448/curve448_lcl.h
2019-02-20  Billy BrumleySCA hardening for mod. field inversion in EC_GROUP
2019-02-17  David BenjaminFix some CFI issues in x86_64 assembly
2019-02-13  Andy PolyakovAArch64 assembly pack: authenticate return addresses.
2019-02-05  Sam RobertsRemove unnecessary trailing whitespace
2018-12-11  Matt CaswellDisallow Ed448 signature malleability
2018-12-06  Dr. Matthias St... curve25519.c: improve formula alignment
2018-12-06  Dr. Matthias St... curve25519.c: reformat code to follow coding guidelines
2018-12-03  Matt CaswellDisallow Ed25519 signature maleability
2018-11-24  David WoodhouseStop marking default digest for EC keys as mandatory
2018-10-28  PauliTiming vulnerability in ECDSA signature generation...
2018-10-17  Antoine SalonEVP module documentation pass
2018-09-11  Matt CaswellUpdate copyright year
2018-09-05  Nicola TuveriHarmonize the error handling codepath
2018-09-05  Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-09-03  Billy Brumley[test] throw error from wrapper function instead of...
2018-08-22  Matt CaswellImprove the usability of the ca app using EdDSA
2018-08-21  Nicola TuveriReplace GFp ladder implementation with ladd-2002-it...
2018-08-03  Dr. Matthias St... Fix some undefined behaviour in the Curve448 code ...
2018-07-31  Matt CaswellDeprecate the EC curve type specific functions in 1.2.0
2018-07-31  Matt CaswellUse the new non-curve type specific EC functions internally
2018-07-31  Matt CaswellProvide EC functions that are not curve type specific
2018-07-26  Billy BrumleyEC GFp ladder
2018-07-26  Andy PolyakovAdd ec/asm/x25519-ppc64.pl module.
2018-07-25  Rich SalzCheck for failures, to avoid memory leak
2018-07-25  Andy Polyakovec/ecp_nistz256.c: fix Coverity nit.
2018-07-22  Andy Polyakovec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.
2018-07-22  Andy Polyakovec/asm/ecp_nistz256-{!x86_64}.pl: fix scatter_w7 function.
2018-07-20  Andy Polyakovec/ec_lcl.h: fix pre-C9x compilation problems.
2018-07-18  Andy Polyakovec/ecdsa_ossl.c: switch to fixed-length Montgomery...
2018-07-18  Andy Polyakovec/ecdsa_ossl.c: formatting and readability fixes.
2018-07-18  Andy Polyakovec/ecdsa_ossl.c: revert blinding in ECDSA signature.
2018-07-17  MatFix typo in x25519-x86_64.pl
2018-07-16  Nicola TuveriEC2M Lopez-Dahab ladder: use it also for ECDSA verify
2018-07-16  Nicola TuveriEC2M Lopez-Dahab ladder implementation
2018-07-16  Nicola TuveriEC point multiplication: add `ladder` scaffold
2018-07-16  Nicola TuveriRemove stale SM2 error codes
2018-07-15  Andy Polyakovec/curve25519.c: reorganize for better accessibility.
2018-07-15  Andy Polyakovec/asm/x25519-x86_64.pl: add CFI directives and Windows...
2018-07-15  Andy Polyakovec/asm/x25519-x86_64.pl: fix base 2^64 add/sub and...
2018-07-04  Billy Brumley[crypto/ec] disable SCA mitigations for curves with...
2018-06-25  Andy Polyakovec/ec_pmeth.c: minor cleanups and readability fixes.
2018-06-25  Nicola TuveriAdd inter-module private header for EC functions
2018-06-22  Benjamin Kadukecdsa_ossl: address coverity nit
2018-06-22  Nicola Tuverienable-ec_nistp_64_gcc_128: Fix function prototype...
2018-06-21  Billy Brumley[crypto/ec] default to FLT or error
2018-06-21  Billy Brumley[crypto/ec] remove blinding to support even orders
2018-06-21  Billy Brumleymake EC_GROUP_do_inverse_ord more robust
2018-06-21  Bernd EdlingerAdd -Wstrict-prototypes option to --strict-warnings
2018-06-21  Billy Brumley[crypto/ec] don't assume points are of order group...
2018-06-21  Matt CaswellAdd blinding to a DSA signature
2018-06-20  Matt CaswellUpdate copyright year
2018-06-19  Sohaib ul HassanImplement coordinate blinding for EC_POINT
2018-06-19  Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-06-18  Andy Polyakovec/asm/ecp_nistz256-avx2.pl: harmonize clang version...
2018-06-13  Matt CaswellAdd blinding to an ECDSA signature
2018-06-08  Matt CaswellAdd support getting raw private/public keys
2018-06-04  Matt CaswellUse lowercase for internal SM2 symbols
2018-06-04  Matt CaswellImprove use of the test framework in the SM2 internal...
2018-06-04  Jack LloydMake SM2 functions private
2018-05-31  Matt CaswellRemove some logically dead code
2018-05-31  Matt CaswellRemove some logically dead code
2018-05-29  Todd ShortFix no-sm2 with clang
2018-05-29  Matt CaswellUpdate copyright year
2018-05-28  Dr. Matthias St... ECDSA_SIG: add simple getters for commonly used struct...
2018-05-24  Matt CaswellRevert "Support EVP_PKEY_sign() and EVP_PKEY_verify...
2018-05-24  Matt CaswellImprove compatibility of point and curve checks
2018-05-23  David BenjaminUse OPENSSL_EC_EXPLICIT_CURVE constant.
2018-05-23  David BenjaminFix explicit EC curve encoding.
2018-05-23  Richard LevitteBetter error code when lacking __SIZEOF_INT128__
next