crypto/bio/build.info: split the source files in categories
[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-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...
2019-07-16 PauliRemove tab characters from C source files.
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-11 Matt CaswellConvert asn1_dsa.c to use the WPACKET API instead
2019-07-11 David MakepeaceAdd simple ASN.1 utils for DSA signature DER.
2019-07-09 Bernd EdlingerReplace long dash characters with normal ascii minus
2019-07-02 Antoine CœurFix Typos
2019-06-28 Paul YangSupport SM2 certificate signing
2019-06-25 Shane LontisEC only uses approved curves in FIPS mode.
2019-06-21 PauliRemove OPENSSL_memcmp.
2019-06-17 Richard LevitteMove ec_asm_src file information to build.info files
2019-05-31 David BenjaminFix various mistakes in ec_GFp_nistp_recode_scalar_bits...
2019-05-22 Patrick SteuerEVP_Digest*: enable SHA3 pre-hashing for ECDSA
2019-05-16 Shane LontisAdded X963KDF API
2019-04-14 David BenjaminFix calling convention bug in ecp_nistz256_ord_sqr_mont
2019-04-14 Bernd EdlingerDon't use coordinate blinding when scalar is group...
2019-04-11 Shane Lontisec key validation checks updated
2019-04-11 Shane Lontisdoc fixups
2019-04-11 Nicola TuveriSeparate the lookup test
2019-04-11 Shane Lontisadded code to validate EC named curve parameters
2019-04-10 Shane LontisFixed linux_x86_icc compiler errors in EC code related...
2019-04-09 Shane LontisEC keygen updates + changed ecdsa_sign to use BN_secure_new
2019-03-30 Shane Lontisfixed public range check in ec_GF2m_simple_oct2point
2019-03-29 PauliMake the array zeroing explicit using memset.
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-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-02-27 Paul YangFix the default digest algorthm of SM2
2019-02-25 Richard LevitteRearrange the inclusion of curve448/curve448_lcl.h
2019-02-17 David BenjaminFix some CFI issues in x86_64 assembly
2019-02-17 Billy BrumleySCA hardening for mod. field inversion in EC_GROUP
2019-02-16 Andy PolyakovARM64 assembly pack: make it Windows-friendly.
2019-02-16 Andy PolyakovARM assembly pack: make it Windows-friendly.
2019-02-15 David AsrafAdd EC_GROUP_get0_field
2019-02-12 Andy PolyakovAArch64 assembly pack: authenticate return addresses.
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-01-31 Richard LevitteBuild: Remove BEGINRAW / ENDRAW / OVERRIDE
2019-01-13 Anna HenningsenFix compilation with `-DREF_PRINT`
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-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-12-06 Richard LevitteSwitch future deprecation version from 1.2.0 to 3.0
2018-12-03 Matt CaswellDisallow Ed25519 signature maleability
2018-11-10 David WoodhouseStop marking default digest for EC keys as mandatory
2018-10-28 PauliTiming vulnerability in ECDSA signature generation...
2018-10-17 Antoine SalonDeprecate ECDH_KDF_X9_62()
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
next