index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
ec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Using Horner's algorithm to evaluate the ec polynomial
Geoff Thorpe
2004-07-16
2
-61
/
+41
*
Improve error handling if decompression of an ec point fails, and cleanup
Geoff Thorpe
2004-07-06
3
-96
/
+114
*
After the latest round of header-hacking, regenerate the dependencies in
Geoff Thorpe
2004-05-17
1
-7
/
+6
*
Deprecate the recursive includes of bn.h from various API headers (asn1.h,
Geoff Thorpe
2004-05-17
3
-1
/
+5
*
Fix realloc usage in ec_curve.c
Geoff Thorpe
2004-05-04
1
-7
/
+8
*
(oops) Apologies all, that last header-cleanup commit was from the wrong
Geoff Thorpe
2004-04-19
1
-0
/
+1
*
Adds warnings about two curves and fixes the "seed" value for two other
Geoff Thorpe
2004-03-25
1
-7
/
+33
*
Make sure we use unsigned constants, or come compilers may complain.
Richard Levitte
2004-03-15
2
-2
/
+2
*
Convert openssl code not to assume the deprecated form of BN_zero().
Geoff Thorpe
2004-03-13
4
-8
/
+10
*
Get rid of bogus warning when compiling with Sun vendor compiler.
Andy Polyakov
2004-01-24
2
-0
/
+13
*
Use sh explicitely to run point.sh
Richard Levitte
2003-12-27
1
-1
/
+1
*
Add IPSec/IKE/Oakley curves.
Richard Levitte
2003-11-29
1
-0
/
+28
*
General improvements to the ec_asn1.c code. This squashes at least one bug
Geoff Thorpe
2003-11-10
1
-262
/
+163
*
Comments out some unimplemented functions instead of redeclaring them.
Geoff Thorpe
2003-10-29
1
-1
/
+3
*
updates for draft-ietf-tls-ecc-03.txt
Bodo Möller
2003-07-22
1
-0
/
+1
*
add test for secp160r1
Bodo Möller
2003-07-22
1
-40
/
+117
*
new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())
Bodo Möller
2003-07-21
2
-0
/
+78
*
Correct signedness
Richard Levitte
2003-05-21
1
-1
/
+2
*
Make sure EC_window_bits_for_scalar_size() returns a size_t
Richard Levitte
2003-05-21
1
-6
/
+7
*
Make sure we get the definition of OPENSSL_NO_EC.
Richard Levitte
2003-03-20
1
-0
/
+2
*
add Certicom licensing e-mail address
Bodo Möller
2003-02-27
1
-1
/
+2
*
treat 'out' like i2d functions do; cf. asn1_item_flags_i2d (crypto/asn/tasn_e...
Bodo Möller
2003-02-21
1
-2
/
+7
*
ECPublicKey_set_octet_string and ECPublicKey_get_octet_string
Bodo Möller
2003-02-21
3
-20
/
+20
*
typo
Bodo Möller
2003-02-19
1
-1
/
+1
*
Allow EC_GROUP objects to share precomputation for improved memory
Bodo Möller
2003-02-12
3
-132
/
+185
*
Make sure memcpy() is properly declared by including string.h.
Richard Levitte
2003-02-10
1
-0
/
+2
*
fix EC_GROUP_copy for EC_GFp_nist_method()
Bodo Möller
2003-02-08
2
-1
/
+8
*
remove debugging leftovers
Bodo Möller
2003-02-08
1
-4
/
+0
*
comment
Bodo Möller
2003-02-07
1
-0
/
+7
*
typo
Bodo Möller
2003-02-06
1
-1
/
+1
*
implement fast point multiplication with precomputation
Bodo Möller
2003-02-06
11
-128
/
+606
*
Add the possibility to build without the ENGINE framework.
Richard Levitte
2003-01-30
1
-0
/
+4
*
simplify
Bodo Möller
2003-01-28
1
-16
/
+2
*
cofactor is optional in parameter encodings
Bodo Möller
2003-01-25
1
-26
/
+38
*
fix warnings
Bodo Möller
2003-01-21
1
-4
/
+4
*
avoid potential confusion about curves (prime192v1 and prime256v1 are
Bodo Möller
2003-01-16
1
-24
/
+26
*
This is a first-cut at improving the callback mechanisms used in
Geoff Thorpe
2002-12-08
1
-5
/
+5
*
Have all tests use EXIT() to exit rather than exit(), since the latter doesn't
Richard Levitte
2002-11-28
1
-1
/
+1
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
2
-4
/
+4
*
rename some functions to improve consistency
Bodo Möller
2002-11-23
3
-20
/
+19
*
add a comment
Bodo Möller
2002-11-22
1
-0
/
+14
*
Make ec_GFp_simple_point_get_affine_coordinates() faster
Bodo Möller
2002-11-20
1
-25
/
+26
*
remove redundant functions
Bodo Möller
2002-11-18
2
-49
/
+6
*
use consistent order of function definitions
Bodo Möller
2002-11-18
2
-80
/
+79
*
I forgot this is compiled in test/, not crypto/ec/...
Richard Levitte
2002-11-16
1
-1
/
+1
*
WinCE patches
Richard Levitte
2002-11-15
1
-0
/
+5
*
this method does not need field_data1
Bodo Möller
2002-11-15
1
-3
/
+0
*
make update
Richard Levitte
2002-11-14
1
-0
/
+1
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-1
/
+0
*
do tests with all built-in curves
Bodo Möller
2002-11-11
1
-0
/
+58
[next]