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
*
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
*
Add Ed25519 algorithm.
Dr. Stephen Henson
2017-05-30
2
-0
/
+1335
*
Remove filename argument to x86 asm_init.
David Benjamin
2017-05-11
1
-1
/
+1
*
Cleanup - use e_os2.h rather than stdint.h
Richard Levitte
2017-05-11
1
-7
/
+1
*
Fix URL links in comment
Rich Salz
2017-05-02
1
-3
/
+7
*
Address some -Wold-style-declaration warnings
Benjamin Kaduk
2017-05-01
1
-2
/
+2
*
ASN.1: adapt our use of INTxx et al by making them explicitely embedded
Richard Levitte
2017-04-13
1
-6
/
+6
*
Act on deprecation of LONG and ZLONG, step 2
Richard Levitte
2017-04-10
1
-12
/
+12
*
Add EC_KEY_get0_engine()
Richard Levitte
2017-03-15
1
-0
/
+5
*
Increase the size of the stack buffer to prevent an overflow.
Pauli
2017-02-24
1
-1
/
+1
*
Fix typo, should be && rather than &
Richard Levitte
2017-02-22
1
-1
/
+1
*
Iterate over EC_GROUP's poly array in a safe way
Rich Salz
2017-02-22
1
-3
/
+6
*
mem leak on error path and error propagation fix
Yuchi
2017-02-14
1
-1
/
+3
*
ec/asm/ecp_nistz256-x86_64.pl: add CFI directives.
Andy Polyakov
2017-02-13
1
-0
/
+133
*
ec/asm/ecp_nistz256-x86_64.pl: fix typo-bug in Win64 SE handler.
Andy Polyakov
2017-02-13
1
-2
/
+2
*
x86_64 assembly pack: Win64 SEH face-lift.
Andy Polyakov
2017-02-06
1
-75
/
+455
*
ec/asm/ecp_nistz256-ppc64.pl: minor POWER8-specific optimization.
Andy Polyakov
2017-01-21
1
-18
/
+18
*
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
[next]