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