1. 03e389c Allow for dynamic base in Win64 FIPS module. by Andy Polyakov · 14 years ago
  2. 84b08ee Reorganise ECC code for inclusion in FIPS module. by Dr. Stephen Henson · 14 years ago
  3. b331016 New option to disable characteristic two fields in EC code. by Dr. Stephen Henson · 14 years ago
  4. 67b6f1c fix problems found by coverity: remove useless code by Nils Larsch · 19 years ago
  5. bbab9b6 remove unnecessary check by Nils Larsch · 19 years ago
  6. 739a543 Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts) by Bodo Möller · 19 years ago
  7. 137023d fix function name in error by Nils Larsch · 20 years ago
  8. bbbd671 fix typo, add prototype by Nils Larsch · 20 years ago
  9. 9dd8405 ecc api cleanup; summary: by Nils Larsch · 20 years ago
  10. 7dc17a6 give EC_GROUP_*_nid functions a more meaningful name by Nils Larsch · 20 years ago
  11. aa4ce73 Fix various incorrect error function codes. by Bodo Möller · 20 years ago
  12. 80c808b Fix typo by Bodo Möller · 20 years ago
  13. b6358c8 Convert openssl code not to assume the deprecated form of BN_zero(). by Geoff Thorpe · 21 years ago
  14. ada0e71 new function EC_GROUP_cmp() (used by EVP_PKEY_cmp()) by Bodo Möller · 22 years ago
  15. ba72926 Allow EC_GROUP objects to share precomputation for improved memory by Bodo Möller · 22 years ago
  16. 37c660f implement fast point multiplication with precomputation by Bodo Möller · 22 years ago
  17. 4579924 Cleanse memory using the new OPENSSL_cleanse() function. by Richard Levitte · 22 years ago
  18. 8aefe25 move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.c by Bodo Möller · 23 years ago
  19. 7e31164 ASN1 for binary curves by Bodo Möller · 23 years ago
  20. 35b73a1 Rename implementations of method functions so that they match by Bodo Möller · 23 years ago
  21. 7793f30 add support for elliptic curves over binary fields by Bodo Möller · 23 years ago
  22. 5f3d6f7 Implement handling of EC parameter seeds (new functions by Bodo Möller · 23 years ago
  23. 254ef80 simplify asn1_flag by Bodo Möller · 23 years ago
  24. 458c291 move ECC ASN1 that is not specific to ECDSA into crypto/ec/, by Bodo Möller · 23 years ago
  25. 7711de2 accept NULL in 'free' functions by Bodo Möller · 23 years ago
  26. b6db386 Change internals of the EC library so that the functions by Bodo Möller · 23 years ago
  27. 17d6bb8 New function EC_GROUP_check_discriminant(). by Bodo Möller · 23 years ago
  28. af28dd6 Fix bugs and typos. by Bodo Möller · 23 years ago
  29. 45fb737 reference counting for EC_GROUP structures is not needed (at the by Bodo Möller · 23 years ago
  30. 4d94ae0 ECDSA support by Bodo Möller · 23 years ago
  31. 945e15a add support for named curves by Bodo Möller · 23 years ago
  32. 48fe4d6 More EC stuff, including EC_POINTs_mul() for simultaneous scalar by Bodo Möller · 24 years ago
  33. bb62a8b More method functions for elliptic curves, by Bodo Möller · 24 years ago
  34. 91f29a3 Let EC_POINT_copy do nothing if dest==src by Bodo Möller · 24 years ago
  35. 1d5bd6c More 'TODO' items. by Bodo Möller · 24 years ago
  36. 226cc7d More method functions for EC_GFp_simple_method. by Bodo Möller · 24 years ago
  37. e869d4b More method functions. by Bodo Möller · 24 years ago
  38. 2e0db07 Optimized EC_METHODs need specific 'set_curve' and 'free' functions. by Bodo Möller · 24 years ago
  39. df9cc15 extra_data 'mixin'. (This will be used for Lim/Lee precomputation data.) by Bodo Möller · 24 years ago
  40. c4b36ff Oops ... by Bodo Möller · 24 years ago
  41. f418f8c In clear_free, clear the complete structure just in case by Bodo Möller · 24 years ago
  42. 0657bf9 Implement dispatcher for EC_GROUP and EC_POINT method functions. by Bodo Möller · 24 years ago
  43. 38e3c58 Add yet another (still empty) source code file that I forgot. by Bodo Möller · 24 years ago
  44. 65e8167 Move ec.h to ec2.h because it is not compatible with what we will use. by Bodo Möller · 24 years ago