]> git.ipfire.org Git - thirdparty/openssl.git/history - test/ectest.c
Add BN_check_prime()
[thirdparty/openssl.git] / test / ectest.c
2019-10-14  Kurt RoeckxAdd BN_check_prime()
2019-09-09  Billy Brumley[test] ECC: check the bounds for auto computing cofactor
2019-09-09  Nicola TuveriUniform TEST_*() check usage in test/ectest.c
2019-09-09  Nicola TuveriFix spacing nit in test/ectest.c
2019-09-09  Nicola Tuveri[ec] Match built-in curves on EC_GROUP_new_from_ecparam...
2019-09-07  Billy Brumley[test] computing ECC cofactors: regression test
2019-09-05  Billy Brumley[test] computing ECC cofactors: regression test
2019-08-06  Matt CaswellMake the EC code available from inside the FIPS provider
2019-07-31  Nicola TuveriTemporary workaround for ectest.c for [extended tests]
2019-06-25  Shane LontisEC only uses approved curves in FIPS mode.
2019-04-23  Matt CaswellFix no-ec2m
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  Nicola TuveriEC_GROUP_set_curve() might fail for arbitrary params
2019-04-11  Shane Lontisadded code to validate EC named curve parameters
2019-03-13  Nicola TuveriFix memory leak in ectest
2019-03-07  Matt CaswellAdd a test for underflow in ecp_nistp521.c
2019-02-15  David AsrafAdd EC_GROUP_get0_field
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-31  Matt CaswellUse the new non-curve type specific EC functions internally
2018-07-16  Billy Brumley[test] test some important ladder corner cases
2018-06-22  Nicola Tuverienable-ec_nistp_64_gcc_128: Fix function prototype...
2018-05-23  David BenjaminFix explicit EC curve encoding.
2018-04-03  David BenjaminFix a bug in ecp_nistp224.c.
2018-03-20  Matt CaswellUpdate copyright year
2018-03-05  Matt CaswellUpdate tests for TLS Ed448
2017-12-08  Rich SalzConsistent formatting for sizeof(foo)
2017-08-27  Rich SalzMSC_VER <= 1200 isn't supported; remove dead code
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2017-08-17  PauliRemove tests dependence on e_os.h
2017-08-10  Dr. Stephen HensonFix no-ec
2017-08-03  Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-26  PauliUpdate the test framework so that the need for test_mai...
2017-07-03  Rich SalzBN_pseudo_rand is really BN_rand
2017-06-27  Rich SalzUse randomness not entropy
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-16  PauliAdd output routines to allow consistent formatting...
2017-05-09  PauliAdd BN support to the test infrastructure.
2017-05-05  PauliConversion of the EC tests to use the framework.
2017-03-01  Emilia KasperRemove some obsolete/obscure internal define switches:
2016-08-22  Kazuki YamaguchiFix a memory leak in EC_GROUP_get_ecparameters()
2016-06-09  Emilia KasperRT 4242: reject invalid EC point coordinates
2016-05-17  Rich SalzCopyright consolidation 02/10
2016-02-28  Dr. Stephen Hensonskip inappropriate X25519 tests
2016-02-23  Andy Polyakovtest/ectest.c: add regression test for RT#4284.
2016-02-09  Matt CaswellClean up the tests for auto-init/de-init
2016-02-05  Dr. Stephen HensonIf memory debugging enabled return error on leaks.
2016-01-29  Matt CaswellAdd have_precompute_mult tests
2016-01-27  Billy BrumleyTest all built-in curves and let the library choose...
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-11  Viktor DukhovniEnable/disable crypto-mdebug just like other features
2016-01-07  Rich Salzmem functions cleanup
2015-12-19  Matt CaswellFix URLs mangled by reformat
2015-06-10  Matt CaswellEC_POINT_is_on_curve does not return a boolean
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-04  Dr. Stephen Hensonmore OSSL_NELEM cases
2015-05-01  Rich Salzfree NULL cleanup 7
2015-03-31  Richard LevitteStop symlinking, move files to intended directory