index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
7
-18
/
+19
*
Check return value of some BN functions.
Rich Salz
2016-11-16
1
-9
/
+11
*
Revert "Move algorithm specific ppccap code from crypto/ppccap.c"
Richard Levitte
2016-11-10
1
-38
/
+0
*
Move algorithm specific ppccap code from crypto/ppccap.c
Richard Levitte
2016-11-09
1
-0
/
+38
*
Remove trailing whitespace from some files.
David Benjamin
2016-10-11
4
-11
/
+11
*
Add -Wswitch-enum
Rich Salz
2016-09-22
2
-6
/
+26
*
Fix EC_KEY_print so it prints out private key information
Tim Hudson
2016-09-09
1
-1
/
+1
*
Avoid EVP_PKEY_cmp() crash on EC keys without public component
David Woodhouse
2016-09-07
1
-0
/
+4
*
Add ecp_nistz256-ppc64 module.
Andy Polyakov
2016-08-29
2
-0
/
+2376
*
Remove comment tags from structs (coding style)
Rich Salz
2016-08-29
1
-5
/
+5
*
Use uppercase name for PCT_ enum
Rich Salz
2016-08-29
2
-16
/
+21
*
ec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm doesn't recognize cmovb.
Andy Polyakov
2016-08-24
1
-40
/
+40
*
ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.
Andy Polyakov
2016-08-24
4
-212
/
+102
*
ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.
Andy Polyakov
2016-08-24
2
-31
/
+50
*
ec/asm/ecp_nistz256-*.pl: addition to perform stricter reduction.
Andy Polyakov
2016-08-24
4
-89
/
+158
*
ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.
Andy Polyakov
2016-08-24
2
-62
/
+84
*
Fix a memory leak in EC_GROUP_get_ecparameters()
Kazuki Yamaguchi
2016-08-22
1
-5
/
+2
*
ecp_nistz256.c: get is_one on 32-bit platforms right.
Andy Polyakov
2016-08-21
1
-15
/
+22
*
constify i2o_ECPublicKey
Dr. Stephen Henson
2016-08-19
1
-1
/
+1
*
Constify private key decode.
Dr. Stephen Henson
2016-08-17
2
-5
/
+5
*
constify X509_ALGOR_get0()
Dr. Stephen Henson
2016-08-17
1
-8
/
+8
*
Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
Dr. Stephen Henson
2016-08-16
3
-4
/
+4
*
Remove old EC based X25519 code.
Dr. Stephen Henson
2016-08-13
4
-344
/
+1
*
Add encoded points to other EC curves too.
Dr. Stephen Henson
2016-08-13
1
-0
/
+7
*
Add point ctrls to X25519
Dr. Stephen Henson
2016-08-13
1
-8
/
+33
*
add to build.info
Dr. Stephen Henson
2016-08-13
1
-0
/
+1
*
make errors
Dr. Stephen Henson
2016-08-13
1
-0
/
+6
*
X25519 public key methods
Dr. Stephen Henson
2016-08-13
1
-0
/
+348
*
spelling fixes, just comments and readme.
klemens
2016-08-06
1
-1
/
+1
*
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
3
-6
/
+7
*
Check for errors allocating the error strings.
Kurt Roeckx
2016-07-20
1
-1
/
+2
*
Don't allocate r/s in DSA_SIG and ECDSA_SIG
Dr. Stephen Henson
2016-07-20
3
-1
/
+25
*
fix memory leaks
Miroslav Franc
2016-07-16
1
-0
/
+1
*
Fix ASN.1 private encode of EC_KEY to not change the input key
Richard Levitte
2016-07-15
1
-15
/
+9
*
check return values for EVP_Digest*() APIs
Dr. Stephen Henson
2016-07-15
1
-1
/
+2
*
Fix printing private EC_KEY
Alessandro Ghedini
2016-07-01
1
-1
/
+1
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-1
/
+0
*
RT2680: Public EC key is shown as private
Rich Salz
2016-06-26
2
-24
/
+13
*
Make x25519_compute_key() return a boolean
huangqinjin
2016-06-23
1
-2
/
+2
*
Make ossl_ecdh_compute_key() return a boolean
huangqinjin
2016-06-23
1
-1
/
+1
*
Make DSA_SIG and ECDSA_SIG getters const.
Emilia Kasper
2016-06-20
1
-1
/
+1
*
Useless includes
FdaSilvaYY
2016-06-18
2
-4
/
+0
*
Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.
TJ Saunders
2016-06-13
1
-0
/
+2
*
Reorder the setter arguments to more consistently match that of other APIs,
TJ Saunders
2016-06-13
1
-1
/
+1
*
Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.
TJ Saunders
2016-06-13
1
-0
/
+9
*
RT 4242: reject invalid EC point coordinates
Emilia Kasper
2016-06-09
3
-14
/
+26
*
Free tempory data on error in ec_wNAF_mul()
Matt Caswell
2016-06-01
1
-0
/
+2
*
Parameter copy sanity checks.
Dr. Stephen Henson
2016-05-31
1
-1
/
+1
[next]