Sign in
flutter
/
third_party
/
openssl
/
ffbfbef94353d297cf6acd9081bb1f13dd8266e1
/
crypto
/
ec
/
ec_lib.c
03e389c
Allow for dynamic base in Win64 FIPS module.
by Andy Polyakov
· 14 years ago
84b08ee
Reorganise ECC code for inclusion in FIPS module.
by Dr. Stephen Henson
· 14 years ago
b331016
New option to disable characteristic two fields in EC code.
by Dr. Stephen Henson
· 14 years ago
67b6f1c
fix problems found by coverity: remove useless code
by Nils Larsch
· 19 years ago
bbab9b6
remove unnecessary check
by Nils Larsch
· 19 years ago
739a543
Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)
by Bodo Möller
· 19 years ago
137023d
fix function name in error
by Nils Larsch
· 20 years ago
bbbd671
fix typo, add prototype
by Nils Larsch
· 20 years ago
9dd8405
ecc api cleanup; summary:
by Nils Larsch
· 20 years ago
7dc17a6
give EC_GROUP_*_nid functions a more meaningful name
by Nils Larsch
· 20 years ago
aa4ce73
Fix various incorrect error function codes.
by Bodo Möller
· 20 years ago
80c808b
Fix typo
by Bodo Möller
· 20 years ago
b6358c8
Convert openssl code not to assume the deprecated form of BN_zero().
by Geoff Thorpe
· 21 years ago
ada0e71
new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())
by Bodo Möller
· 22 years ago
ba72926
Allow EC_GROUP objects to share precomputation for improved memory
by Bodo Möller
· 22 years ago
37c660f
implement fast point multiplication with precomputation
by Bodo Möller
· 22 years ago
4579924
Cleanse memory using the new OPENSSL_cleanse() function.
by Richard Levitte
· 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
7e31164
ASN1 for binary curves
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
458c291
move ECC ASN1 that is not specific to ECDSA into crypto/ec/,
by Bodo Möller
· 23 years ago
7711de2
accept NULL in 'free' functions
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
4d94ae0
ECDSA support
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
bb62a8b
More method functions for elliptic curves,
by Bodo Möller
· 24 years ago
91f29a3
Let EC_POINT_copy do nothing if dest==src
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
2e0db07
Optimized EC_METHODs need specific 'set_curve' and 'free' functions.
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
c4b36ff
Oops ...
by Bodo Möller
· 24 years ago
f418f8c
In clear_free, clear the complete structure just in case
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
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