1. 2f545ae Add support for reference counting using C11 atomics by Kurt Roeckx · 8 years ago
  2. d196305 Remove comment tags from structs (coding style) by Rich Salz · 9 years ago
  3. 66117ab Use uppercase name for PCT_ enum by Rich Salz · 9 years ago
  4. bc7bfb8 Remove old EC based X25519 code. by Dr. Stephen Henson · 9 years ago
  5. 25d57dc Constify EC_KEY_*_oct2priv() input buffer by FdaSilvaYY · 9 years ago
  6. aa6bb13 Copyright consolidation 05/10 by Rich Salz · 9 years ago
  7. e519ecd Include e_os.h from ec_lcl.h by Richard Levitte · 9 years ago
  8. 9b398ef Convert CRYPTO_LOCK_EC_* to new multi-threading API by Alessandro Ghedini · 9 years ago
  9. e2285d8 Handle KDF internally. by Dr. Stephen Henson · 9 years ago
  10. 77470e9 Replace overrides. by Dr. Stephen Henson · 9 years ago
  11. 4b0555e Add no signing flag. by Dr. Stephen Henson · 9 years ago
  12. 8dcfdbf Add new EC_METHOD for X25519. by Dr. Stephen Henson · 9 years ago
  13. e5b2ea0 Add group_order_bits to EC_METHOD. by Dr. Stephen Henson · 9 years ago
  14. 3e8ee47 Add custom_data field for EC_POINT, EC_KEY. by Dr. Stephen Henson · 9 years ago
  15. 474d84e EC_METHOD customisation operations. by Dr. Stephen Henson · 9 years ago
  16. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  17. 2c52ac9 Call single parent free_comp routine. by Rich Salz · 9 years ago
  18. 126d686 Fix nistp512 typos, should be nistp521 by Viktor Dukhovni · 9 years ago
  19. 3aef36f Add CRYPTO_EX_DATA; remove EC_EXTRA_DATA by Rich Salz · 9 years ago
  20. 2c61a5e Constify EC_KEY in ECDH_compute_key. by Dr. Stephen Henson · 9 years ago
  21. a200a81 Top level ECDSA sign/verify redirection. by Dr. Stephen Henson · 9 years ago
  22. c0efda0 extend EC_KEY_METHOD for signing support by Dr. Stephen Henson · 9 years ago
  23. 714b2ab move ECDSA_SIG definition by Dr. Stephen Henson · 9 years ago
  24. 3475bc9 Add set methods. by Dr. Stephen Henson · 9 years ago
  25. ea0392b EC_KEY_METHOD copy support by Dr. Stephen Henson · 9 years ago
  26. 0d6ff6d EC_KEY_METHOD init and finish support by Dr. Stephen Henson · 9 years ago
  27. a22a7e7 Add compute key support to EC_KEY_METHOD by Dr. Stephen Henson · 9 years ago
  28. 5a6a102 EC_KEY_METHOD keygen support. by Dr. Stephen Henson · 9 years ago
  29. 28572b5 Support for EC_KEY_METHOD. by Dr. Stephen Henson · 9 years ago
  30. 71f6130 fix copy paste error in ec_GF2m function prototypes by Billy Brumley · 10 years ago
  31. 50e735f Re-align some comments after running the reformat script. by Matt Caswell · 10 years ago
  32. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  33. b853717 Fix strange formatting by indent by Matt Caswell · 10 years ago
  34. dbd87ff indent has problems with comments that are on the right hand side of a line. by Matt Caswell · 10 years ago
  35. 1d97c84 mark all block comments that need format preserving so that by Tim Hudson · 10 years ago
  36. 5784a52 Implement internally opaque bn access from ec by Matt Caswell · 10 years ago
  37. f54be17 Reserve option to use BN_mod_exp_mont_consttime in ECDSA. by Andy Polyakov · 11 years ago
  38. 8e32316 Corrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lcl.h. PR#3370 by Libor Krystek · 11 years ago
  39. 190c615 Make `safe' (EC)DSA nonces the default. by Adam Langley · 12 years ago
  40. 8a99cb2 Add secure DSA nonce flag. by Adam Langley · 12 years ago
  41. e0d6132 Fix warnings. by Bodo Möller · 13 years ago
  42. 3e00b4c Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 and by Bodo Möller · 13 years ago
  43. cac4fb5 Add PRNG security strength checking. by Dr. Stephen Henson · 14 years ago
  44. 84b08ee Reorganise ECC code for inclusion in FIPS module. by Dr. Stephen Henson · 14 years ago
  45. dd61675 oops, revert mistakenly committed EC changes by Dr. Stephen Henson · 14 years ago
  46. 198ce9a Add additional parameter to dsa_builtin_paramgen to output the generated by Dr. Stephen Henson · 14 years ago
  47. 04daec8 New 64-bit optimized implementation EC_GFp_nistp224_method(). by Bodo Möller · 15 years ago
  48. c4e7870 Change array representation of binary polynomials to make GF2m part of by Bodo Möller · 19 years ago
  49. 9dd8405 ecc api cleanup; summary: by Nils Larsch · 20 years ago
  50. c2e40d0 remove unused recp method by Nils Larsch · 20 years ago
  51. 0f81468 Deprecate the recursive includes of bn.h from various API headers (asn1.h, by Geoff Thorpe · 21 years ago
  52. 7f24b1c Get rid of bogus warning when compiling with Sun vendor compiler. by Andy Polyakov · 21 years ago
  53. ba72926 Allow EC_GROUP objects to share precomputation for improved memory by Bodo Möller · 22 years ago
  54. e2c9c91 fix EC_GROUP_copy for EC_GFp_nist_method() by Bodo Möller · 22 years ago
  55. 24893ca typo by Bodo Möller · 22 years ago
  56. 37c660f implement fast point multiplication with precomputation by Bodo Möller · 22 years ago
  57. 15994b0 rename some functions to improve consistency by Bodo Möller · 22 years ago
  58. a2dbcf3 remove redundant functions by Bodo Möller · 22 years ago
  59. 259cdf2 Sun has agreed to removing the covenant language from most files. by Bodo Möller · 22 years ago
  60. 19b8d06 clean up new code for NIST primes by Bodo Möller · 22 years ago
  61. f72ed61 remove superfluous code by Bodo Möller · 22 years ago
  62. 8aefe25 move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.c by Bodo Möller · 23 years ago
  63. 848c849 optical changes by Bodo Möller · 23 years ago
  64. 35b73a1 Rename implementations of method functions so that they match by Bodo Möller · 23 years ago
  65. 7793f30 add support for elliptic curves over binary fields by Bodo Möller · 23 years ago
  66. 5f3d6f7 Implement handling of EC parameter seeds (new functions by Bodo Möller · 23 years ago
  67. 254ef80 simplify asn1_flag by Bodo Möller · 23 years ago
  68. 012c86a move ECC ASN1 that is not specific to ECDSA into crypto/ec/, by Bodo Möller · 23 years ago
  69. 458c291 move ECC ASN1 that is not specific to ECDSA into crypto/ec/, by Bodo Möller · 23 years ago
  70. b6db386 Change internals of the EC library so that the functions by Bodo Möller · 23 years ago
  71. 17d6bb8 New function EC_GROUP_check_discriminant(). by Bodo Möller · 23 years ago
  72. af28dd6 Fix bugs and typos. by Bodo Möller · 23 years ago
  73. 45fb737 reference counting for EC_GROUP structures is not needed (at the by Bodo Möller · 23 years ago
  74. 945e15a add support for named curves by Bodo Möller · 23 years ago
  75. 48fe4d6 More EC stuff, including EC_POINTs_mul() for simultaneous scalar by Bodo Möller · 24 years ago
  76. 156e855 Implement EC_GFp_mont_method. by Bodo Möller · 24 years ago
  77. bb62a8b More method functions for elliptic curves, by Bodo Möller · 24 years ago
  78. 1d5bd6c More 'TODO' items. by Bodo Möller · 24 years ago
  79. 226cc7d More method functions for EC_GFp_simple_method. by Bodo Möller · 24 years ago
  80. e869d4b More method functions. by Bodo Möller · 24 years ago
  81. 60428db Some actual method functions (not enough yet to use the EC library, though), by Bodo Möller · 24 years ago
  82. f1f2554 ..._init functions are method-specific too by Bodo Möller · 24 years ago
  83. 2e0db07 Optimized EC_METHODs need specific 'set_curve' and 'free' functions. by Bodo Möller · 24 years ago
  84. 58fc622 The next bunch of vaporware. by Bodo Möller · 24 years ago
  85. df9cc15 extra_data 'mixin'. (This will be used for Lim/Lee precomputation data.) by Bodo Möller · 24 years ago
  86. 0657bf9 Implement dispatcher for EC_GROUP and EC_POINT method functions. by Bodo Möller · 24 years ago
  87. 5b438e9 Add a few 'const's by Bodo Möller · 24 years ago
  88. 774530f 'is_at_infinity' tests don't need a BN_CTX. by Bodo Möller · 24 years ago
  89. fb171e5 New function declarations. by Bodo Möller · 24 years ago
  90. 7d7db13 Add BN_CTX arguments where appropriate. by Bodo Möller · 24 years ago
  91. d8c79c7 Change comments. by Bodo Möller · 24 years ago
  92. 3a12ce0 Some declarations that outline what I intend to implement. by Bodo Möller · 24 years ago
  93. 38e3c58 Add yet another (still empty) source code file that I forgot. by Bodo Möller · 24 years ago
  94. 65e8167 Move ec.h to ec2.h because it is not compatible with what we will use. by Bodo Möller · 24 years ago