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
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
26
-188
/
+459
*
make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSA
David von Oheimb
2019-07-31
2
-4
/
+12
*
Remove tab characters from C source files.
Pauli
2019-07-16
1
-2
/
+2
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-278
/
+1
*
Convert asn1_dsa.c to use the WPACKET API instead
Matt Caswell
2019-07-11
1
-16
/
+28
*
Add simple ASN.1 utils for DSA signature DER.
David Makepeace
2019-07-11
1
-6
/
+57
*
Replace long dash characters with normal ascii minus
Bernd Edlinger
2019-07-09
1
-1
/
+1
*
Fix Typos
Antoine Cœur
2019-07-02
5
-6
/
+6
*
Support SM2 certificate signing
Paul Yang
2019-06-28
1
-1
/
+2
*
EC only uses approved curves in FIPS mode.
Shane Lontis
2019-06-25
2
-18
/
+100
*
Remove OPENSSL_memcmp.
Pauli
2019-06-21
1
-5
/
+4
*
Move ec_asm_src file information to build.info files
Richard Levitte
2019-06-17
1
-1
/
+46
*
Fix various mistakes in ec_GFp_nistp_recode_scalar_bits comment.
David Benjamin
2019-06-01
1
-12
/
+12
*
EVP_Digest*: enable SHA3 pre-hashing for ECDSA
Patrick Steuer
2019-05-22
1
-1
/
+5
*
Added X963KDF API
Shane Lontis
2019-05-16
1
-49
/
+15
*
Fix calling convention bug in ecp_nistz256_ord_sqr_mont
David Benjamin
2019-04-14
4
-4
/
+4
*
Don't use coordinate blinding when scalar is group order
Bernd Edlinger
2019-04-14
1
-2
/
+2
*
ec key validation checks updated
Shane Lontis
2019-04-11
1
-12
/
+77
*
doc fixups
Shane Lontis
2019-04-11
2
-4
/
+4
*
Separate the lookup test
Nicola Tuveri
2019-04-11
2
-2
/
+3
*
added code to validate EC named curve parameters
Shane Lontis
2019-04-11
5
-26
/
+175
*
Fixed linux_x86_icc compiler errors in EC code related to __uint128_t/__int128_t
Shane Lontis
2019-04-11
2
-3
/
+6
*
EC keygen updates + changed ecdsa_sign to use BN_secure_new
Shane Lontis
2019-04-09
2
-16
/
+47
*
fixed public range check in ec_GF2m_simple_oct2point
Shane Lontis
2019-03-30
1
-4
/
+5
*
Make the array zeroing explicit using memset.
Pauli
2019-03-29
1
-1
/
+3
*
Added NULL check to BN_clear() & BN_CTX_end()
Shane Lontis
2019-03-19
6
-14
/
+7
*
Clear the point S before freeing in ec_scalar_mul_ladder
Bernd Edlinger
2019-03-18
1
-1
/
+1
*
Clear the secret point in ecdh_simple_compute_key
Bernd Edlinger
2019-03-18
1
-1
/
+1
*
fix truncation of integers on 32bit AIX
Shane Lontis
2019-03-11
4
-429
/
+1437
*
Avoid an underflow in ecp_nistp521.c
Matt Caswell
2019-03-07
1
-3
/
+8
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
2
-12
/
+12
*
Fix the default digest algorthm of SM2
Paul Yang
2019-02-27
1
-1
/
+6
*
Rearrange the inclusion of curve448/curve448_lcl.h
Richard Levitte
2019-02-25
2
-1
/
+1
*
Fix some CFI issues in x86_64 assembly
David Benjamin
2019-02-17
1
-0
/
+34
*
SCA hardening for mod. field inversion in EC_GROUP
Billy Brumley
2019-02-17
10
-4
/
+137
*
ARM64 assembly pack: make it Windows-friendly.
Andy Polyakov
2019-02-16
1
-3
/
+3
*
ARM assembly pack: make it Windows-friendly.
Andy Polyakov
2019-02-16
1
-1
/
+3
*
Add EC_GROUP_get0_field
David Asraf
2019-02-15
1
-0
/
+5
*
AArch64 assembly pack: authenticate return addresses.
Andy Polyakov
2019-02-12
1
-1
/
+27
*
Remove unnecessary trailing whitespace
Sam Roberts
2019-02-05
1
-7
/
+7
*
Build: Remove BEGINRAW / ENDRAW / OVERRIDE
Richard Levitte
2019-01-31
1
-5
/
+0
*
Fix compilation with `-DREF_PRINT`
Anna Henningsen
2019-01-13
1
-1
/
+1
*
Disallow Ed448 signature malleability
Matt Caswell
2018-12-11
1
-2
/
+28
*
curve25519.c: improve formula alignment
Dr. Matthias St. Pierre
2018-12-06
1
-523
/
+513
*
curve25519.c: reformat code to follow coding guidelines
Dr. Matthias St. Pierre
2018-12-06
1
-2228
/
+2344
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
57
-57
/
+57
*
Refactor the computation of API version limits
Richard Levitte
2018-12-06
3
-5
/
+5
*
Switch future deprecation version from 1.2.0 to 3.0
Richard Levitte
2018-12-06
2
-4
/
+4
*
Disallow Ed25519 signature maleability
Matt Caswell
2018-12-03
1
-10
/
+43
*
Stop marking default digest for EC keys as mandatory
David Woodhouse
2018-11-10
1
-1
/
+1
[next]