]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ec_lib.c
Fix grammar in srp_verifier.txt
[thirdparty/openssl.git] / crypto / ec / ec_lib.c
2023-09-07  Matt CaswellCopyright year updates
2023-08-04  Rohan McLureec: 56-bit Limb Solinas' Strategy for secp384r1
2023-02-08  Oliver MihatschNew function EC_GROUP_to_params to convert an EC_GROUP...
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-04-14  Tomas MrazAdd error code for unsupported explicit parameters
2022-04-14  Tomas MrazImport only named params into FIPS module
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-01-07  Peiwei HuFix: some patches related to error exiting
2021-02-26  Shane LontisFix external symbols related to ec & sm2 keys
2021-02-03  Richard LevitteEC: Reverse the default asn1_flag in a new EC_GROUP
2021-01-28  Richard LevitteUpdate copyright year
2021-01-26  Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
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-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-17  Tomas MrazEC_KEY: add EC_KEY_decoded_from_explicit_params()
2020-09-03  Richard LevitteEC: Remove one error record that shadows another
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-02  Billy BrumleyMove EC_METHOD to internal-only
2020-05-24  Nicola TuveriFix coverity issues in EC after #11807
2020-05-20  Billy Brumleydeprecate EC_POINT_make_affine and EC_POINTs_make_affine
2020-05-19  Billy Brumleydeprecate EC precomputation functionality
2020-05-16  Billy Brumleydeprecate EC_POINTs_mul function
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23  Matt CaswellUpdate copyright year
2020-04-21  Billy Brumley[crypto/ec] deprecate Jprojective_coordinates_GFp functions
2020-04-07  Bernd EdlingerFix the error handling in EC_POINTs_mul
2020-04-03  Aaron ThompsonFix bugs in EC code introduced with FIPS changes.
2020-03-11  Shane LontisAdd ECDH to fips provider
2020-03-11  Shane LontisAdd EC key validation to default provider
2020-02-04  PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2019-11-07  Richard LevitteUpdate source files for deprecation at 3.0
2019-10-22  Nicola TuveriDeprecate EC_GROUP_clear_free()
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-05  Billy Brumley[crypto/ec] for ECC parameters with NULL or zero cofact...
2019-08-06  Matt CaswellMake the EC code available from inside the FIPS provider
2019-04-11  Nicola TuveriSeparate the lookup test
2019-04-11  Shane Lontisadded code to validate EC named curve parameters
2019-03-19  Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-02-15  David AsrafAdd EC_GROUP_get0_field
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-09-03  Billy Brumley[test] throw error from wrapper function instead of...
2018-07-31  Matt CaswellDeprecate the EC curve type specific functions in 1.2.0
2018-07-31  Matt CaswellProvide EC functions that are not curve type specific
2018-07-16  Nicola TuveriEC2M Lopez-Dahab ladder: use it also for ECDSA verify
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-19  Sohaib ul HassanImplement coordinate blinding for EC_POINT
2018-05-24  Matt CaswellImprove compatibility of point and curve checks
2018-04-26  FdaSilvaYYAdd missing error code when alloc-return-null
2018-04-03  Rich SalzSet error code on alloc failures
2018-01-09  Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07  Andy Polyakovec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
2017-10-18  KaoruTodaRemove parentheses of return.
2017-08-21  Matt CaswellUpdates following feedback on OPENSSL_assert() removal
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/ec
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2016-09-22  Rich SalzAdd -Wswitch-enum
2016-08-29  Rich SalzUse uppercase name for PCT_ enum
2016-06-29  FdaSilvaYYWhitespace cleanup in crypto
2016-06-09  Emilia KasperRT 4242: reject invalid EC point coordinates
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-03-01  Dr. Stephen HensonAdd default operations to EC_METHOD
2016-03-01  Dr. Stephen HensonReplace overrides.
2016-02-28  Dr. Stephen HensonAdd group_order_bits to EC_METHOD.
2016-02-28  Dr. Stephen HensonExtended EC_METHOD customisation support.
2016-02-04  Billy BrumleyFix BN_gcd errors for some curves
2016-01-31  Dr. Stephen HensonZero newly allocated points
2016-01-31  Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-14  Rich SalzCall single parent free_comp routine.
2016-01-13  Rich SalzAdd missing #ifdef's to fix build break
2016-01-13  Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03  Rich Salzremove 0 assignments.
2015-08-10  Rich SalzRT3999: Remove sub-component version strings
2015-06-10  Matt CaswellEC_POINT_is_on_curve does not return a boolean
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich Salzfree null cleanup finale
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Rich Salzfree cleanup almost the finale
2015-03-25  Rich Salzfree NULL cleanup.
2015-02-19  Dr. Stephen HensonUse named curve parameter encoding by default.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-17  Emilia KasperBuild fixes
2014-12-08  Matt CaswellImplement internally opaque bn access from ec
2014-12-08  Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08  Dr. Stephen HensonRemove fips_constseg references.
2014-09-11  Andy PolyakovReserve option to use BN_mod_exp_mont_consttime in...
2014-07-21  Billy Brumley"EC_POINT_invert" was checking "dbl" function pointer...
next