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
*
ec/curve25519.c: avoid 2^51 radix on SPARC.
Andy Polyakov
2018-01-07
1
-0
/
+1
*
ec/ecp_nistz256.c: switch to faster addition chain in scalar inversion.
Andy Polyakov
2018-01-07
1
-14
/
+85
*
ec/asm/ecp_nistz256-armv8.pl: add optimized inversion.
Andy Polyakov
2018-01-07
2
-6
/
+306
*
ec/asm/ecp_nistz256-x86_64.pl: add .cfi and SEH handlers to new functions.
Andy Polyakov
2018-01-07
1
-25
/
+138
*
ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
Andy Polyakov
2018-01-07
6
-45
/
+1201
*
Fix minor 'the the' typos
Daniel Bevenius
2018-01-02
1
-1
/
+1
*
ec/curve25519.c: "double" ecdhx25519 performance on 64-bit platforms.
Andy Polyakov
2017-12-28
1
-6
/
+482
*
ec/ecp_nistp*.c: sanitize for undefined/implmentation-specific behaviour.
Andy Polyakov
2017-12-27
3
-20
/
+19
*
Fix a typo in comment
Bernd Edlinger
2017-12-18
1
-1
/
+1
*
Address some code-analysis issues.
FdaSilvaYY
2017-12-08
1
-6
/
+4
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
5
-16
/
+16
*
Support public key and param check in EVP interface
Paul Yang
2017-11-20
2
-1
/
+33
*
Resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
1
-114
/
+114
*
Many spelling fixes/typo's corrected.
Josh Soref
2017-11-12
7
-11
/
+11
*
Address a timing side channel whereby it is possible to determine some
Pauli
2017-11-01
1
-6
/
+20
*
Remove parentheses of return.
KaoruToda
2017-10-18
4
-19
/
+19
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-1
/
+1
*
nistp521: add a comment to the P+P exceptional case in point_add.
Adam Langley
2017-10-02
1
-3
/
+19
*
Fix the return type of felem_is_zero_int which should be int.
Bernd Edlinger
2017-10-02
3
-6
/
+3
*
Fix function name in ECerr call
Rich Salz
2017-09-14
2
-1
/
+2
*
Support key check in EVP interface
Paul Yang
2017-09-13
1
-1
/
+18
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-29
3
-3
/
+3
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
6
-7
/
+9
*
Clear secret stack values after use in the ED25519-functions
Bernd Edlinger
2017-08-25
1
-2
/
+2
*
Clear secret stack values after use in curve25519.c
Bernd Edlinger
2017-08-25
1
-0
/
+6
*
Updates following feedback on OPENSSL_assert() removal
Matt Caswell
2017-08-21
2
-4
/
+0
*
Remove OPENSSL_assert() from crypto/ec
Matt Caswell
2017-08-21
2
-2
/
+4
*
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
2
-2
/
+2
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-1
/
+1
*
Use OPENSSL_secure_clear_free for secure mem BIOs and X25519 private keys
Bernd Edlinger
2017-07-29
1
-1
/
+1
*
Fix const correctness of EC_KEY_METHOD_get_*
Johannes Bauer
2017-07-23
1
-5
/
+5
*
Cleanup some copyright stuff
Rich Salz
2017-07-01
1
-0
/
+7
*
Merge Intel copyright notice into standard
Rich Salz
2017-06-30
3
-86
/
+27
*
Change to check last return value of BN_CTX_get
Paul Yang
2017-06-26
4
-27
/
+39
*
Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.
Dr. Stephen Henson
2017-06-21
1
-9
/
+10
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
16
-156
/
+16
*
Fix crash in ecdh_simple_compute_key.
Bernd Edlinger
2017-06-14
1
-0
/
+4
*
Fix a memleak in ec_copy_parameters.
Bernd Edlinger
2017-06-13
1
-2
/
+6
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-226
/
+280
*
ec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.
Andy Polyakov
2017-06-05
1
-13
/
+9
*
Left shift of a negative number is undefined behaviour
Matt Caswell
2017-06-02
1
-115
/
+115
*
Clear sensitive data in ED25519_sign
Dr. Stephen Henson
2017-05-30
1
-1
/
+7
*
Add custom sig_info_set for ED25519
Dr. Stephen Henson
2017-05-30
1
-1
/
+10
*
make errors
Dr. Stephen Henson
2017-05-30
1
-0
/
+1
*
Add custom ASN.1 sign and verify
Dr. Stephen Henson
2017-05-30
1
-1
/
+35
*
make errors
Dr. Stephen Henson
2017-05-30
1
-1
/
+3
*
ED25519 public key method.
Dr. Stephen Henson
2017-05-30
1
-8
/
+69
*
Add ED25519 ASN.1 method
Dr. Stephen Henson
2017-05-30
1
-10
/
+54
*
Make Ed25519 consistent with X25519
Dr. Stephen Henson
2017-05-30
2
-21
/
+9
[next]