index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec_key.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-29
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-1
/
+2
*
Updates following feedback on OPENSSL_assert() removal
Matt Caswell
2017-08-21
1
-2
/
+0
*
Remove OPENSSL_assert() from crypto/ec
Matt Caswell
2017-08-21
1
-1
/
+2
*
Add missing include of cryptlib.h
Rich Salz
2017-08-06
1
-1
/
+1
*
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
1
-1
/
+1
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-6
/
+1
*
Add EC_KEY_get0_engine()
Richard Levitte
2017-03-15
1
-0
/
+5
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
1
-2
/
+2
*
Fix some style issues...
FdaSilvaYY
2016-08-02
1
-1
/
+1
*
Const EC_KEY_dup
Richard J. Moore
2016-08-01
1
-2
/
+2
*
Constify EC_KEY_*_oct2priv() input buffer
FdaSilvaYY
2016-07-25
1
-3
/
+4
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-53
/
+6
*
Adding missing BN_CTX_(start/end) in crypto/ec/ec_key.c
Steven Valdez
2016-05-11
1
-1
/
+3
*
Avoid a NULL ptr deref if group is not set
Matt Caswell
2016-04-29
1
-20
/
+21
*
Fix EC_KEY_set_private_key() to call key->group->meth->set_private()
Kazuki Yamaguchi
2016-04-23
1
-2
/
+2
*
RT 4393: Call EC_GROUP_order_bits in priv2opt.
David Benjamin
2016-03-29
1
-1
/
+1
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-3
/
+1
*
Convert CRYPTO_LOCK_EC_* to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-2
/
+7
*
Add default operations to EC_METHOD
Dr. Stephen Henson
2016-03-01
1
-5
/
+1
*
Replace overrides.
Dr. Stephen Henson
2016-03-01
1
-25
/
+65
*
Add no signing flag.
Dr. Stephen Henson
2016-02-28
1
-0
/
+8
*
Extract compression form in EC_KEY_oct2key().
Dr. Stephen Henson
2016-02-28
1
-1
/
+12
*
Extended EC_METHOD customisation support.
Dr. Stephen Henson
2016-02-28
1
-0
/
+24
*
Revert "EC_KEY_priv2buf (): check parameter sanity"
Rich Salz
2016-02-26
1
-2
/
+2
*
EC_KEY_priv2buf (): check parameter sanity
J Mohan Rao Arisankala
2016-02-26
1
-2
/
+2
*
GH715: ENGINE_finish can take NULL
Rich Salz
2016-02-25
1
-3
/
+2
*
Move to REF_DEBUG, for consistency.
Rich Salz
2016-02-11
1
-18
/
+5
*
Add EC_KEY_priv2buf()
Dr. Stephen Henson
2016-02-05
1
-0
/
+19
*
Use BN_bn2binpad
Dr. Stephen Henson
2016-02-05
1
-12
/
+2
*
update EC ASN1 and print routines
Dr. Stephen Henson
2016-02-05
1
-4
/
+4
*
Add EC_KEY_oct2priv and EC_KEY_priv2oct
Dr. Stephen Henson
2016-02-05
1
-0
/
+53
*
Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactor
Dr. Stephen Henson
2016-01-31
1
-5
/
+4
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
RT3863 ECC: Add missing NULL check. Set a flag
Billy Brumley
2016-01-21
1
-0
/
+2
*
Add CRYPTO_EX_DATA; remove EC_EXTRA_DATA
Rich Salz
2016-01-13
1
-54
/
+7
*
Fix no-engine.
Ben Laurie
2015-12-29
1
-1
/
+1
*
New EC functions.
Dr. Stephen Henson
2015-12-16
1
-0
/
+20
*
Use NULL comparison
Dr. Stephen Henson
2015-12-09
1
-21
/
+24
*
Add set methods.
Dr. Stephen Henson
2015-12-09
1
-0
/
+10
*
EC_KEY_METHOD copy support
Dr. Stephen Henson
2015-12-09
1
-1
/
+22
*
EC_KEY_METHOD init and finish support
Dr. Stephen Henson
2015-12-09
1
-0
/
+3
*
ENGINE fixes
Dr. Stephen Henson
2015-12-09
1
-0
/
+8
*
EC_KEY_METHOD keygen support.
Dr. Stephen Henson
2015-12-09
1
-5
/
+12
*
Support for EC_KEY_METHOD.
Dr. Stephen Henson
2015-12-09
1
-11
/
+1
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-2
/
+2
*
Fix no-stdio build
David Woodhouse
2015-09-30
1
-0
/
+1
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-7
/
+1
*
Fix warning when compiling with no-ec2m
Matt Caswell
2015-08-03
1
-4
/
+8
*
EC_POINT_is_on_curve does not return a boolean
Matt Caswell
2015-06-10
1
-1
/
+1
[next]