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
*
Copyright year updates
Tomas Mraz
2024-09-05
14
-14
/
+14
*
FIPS: Add EDDSA public key validation.
slontis
2024-08-23
2
-0
/
+37
*
crypto: factorize to hex chars conversion code.
FdaSilvaYY
2024-08-07
1
-15
/
+9
*
that open brace { should be on the previous line
Dimitri Papadopoulos
2024-07-22
3
-8
/
+10
*
Remove trailing whitespace
Dimitri Papadopoulos
2024-07-22
1
-3
/
+3
*
Optimization of ossl_ec_key_public_check()
Tomas Mraz
2024-07-16
1
-0
/
+6
*
Check EC_GROUP_get0_order result before dereference
JohnnySavages
2024-07-01
1
-2
/
+10
*
Allow group methods to customize initialization for speed
Watson Ladd
2024-06-05
3
-7
/
+158
*
fips: zeroization of public security parameters (PSPs)
Dimitri John Ledkov
2024-05-13
1
-0
/
+4
*
Rename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce_fixed_top()
Tomas Mraz
2024-05-02
1
-2
/
+2
*
Add ossl_bn_priv_rand_range_fixed_top() and use it for EC/DSA
Tomas Mraz
2024-05-02
1
-2
/
+2
*
Unable to run asm code on OpenBSD (amd64)
Theo Buehler
2024-04-17
1
-1
/
+3
*
Copyright year updates
Richard Levitte
2024-04-09
3
-3
/
+3
*
Remove handling of NULL sig param in ossl_ecdsa_deterministic_sign
Bernd Edlinger
2024-04-02
1
-1
/
+6
*
Fix handling of NULL sig parameter in ECDSA_sign and similar
Bernd Edlinger
2024-04-02
1
-0
/
+5
*
OpenSSL License is applied for some source files, change to Apache 2
Shakti Shah
2024-02-19
1
-1
/
+1
*
Rearrange terms in gf_mul to prevent segfault
Angel Baez
2024-02-09
1
-3
/
+3
*
Fix SM2 test failures on Apple Silicon
Xu Yizhou
2024-02-06
1
-5
/
+5
*
Fix a few incorrect paths in some build.info files
Richard Levitte
2024-02-02
1
-1
/
+1
*
Check whether the pubkey exists in ossl_ecx_key_dup
lan1120
2024-01-16
1
-2
/
+5
*
Fix declspec align syntax
Kai Pastor
2023-12-19
1
-38
/
+38
*
Fix comment syntax
Kai Pastor
2023-12-19
1
-158
/
+158
*
Correct comment in crypto/ec/curve448/ed448.h
Christian Schmidt
2023-11-01
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-28
2
-2
/
+2
*
"foo * bar" should be "foo *bar"
Dimitri Papadopoulos
2023-09-11
2
-4
/
+4
*
Remove repeated words
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
22
-22
/
+22
*
Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exe
Tom Cosgrove
2023-09-04
2
-19
/
+1
*
Remove a redundant point mul from ossl_ec_key_public_check()
Matt Caswell
2023-09-01
1
-5
/
+0
*
powerpc: ecc: Fix stack allocation secp384r1 asm
Rohan McLure
2023-09-01
1
-49
/
+0
*
ecc: Remove extraneous parentheses in secp384r1
Rohan McLure
2023-09-01
1
-6
/
+6
*
ecp_sm2p256-armv8.pl: Copy the argument handling from ecp_nistz256-armv8.pl
Tomas Mraz
2023-08-31
1
-3
/
+6
*
Optimize SM2 on aarch64
Xu Yizhou
2023-08-24
6
-3
/
+18032
*
ec: powerpc64le: Add asm implementation of felem_{square,mul}
Rohan McLure
2023-08-04
3
-2
/
+368
*
ec: 56-bit Limb Solinas' Strategy for secp384r1
Rohan McLure
2023-08-04
5
-2
/
+2027
*
ec: Use static linkage on nistp521 felem_{square,mul} wrappers
Rohan McLure
2023-08-04
1
-5
/
+5
*
Changes to resolve symbol conflict due to gf_mul
Pankul94
2023-07-14
5
-107
/
+107
*
fix memory allocation and reference counting issues
Pauli
2023-07-05
1
-4
/
+5
*
ecx: update to structure based atomics
Pauli
2023-07-01
2
-18
/
+11
*
ec: update to structure based atomics
Pauli
2023-07-01
8
-51
/
+25
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
1
-2
/
+2
*
configure: introduce no-ecx to remove ECX related feature
Yi Li
2023-06-14
1
-16
/
+37
*
ecp_nistp256.c: Fix exponent in comment
Jonas Lindstrøm
2023-05-11
1
-1
/
+1
*
Fixes #19580 ECX keygen
Yuan, Shuai
2023-04-12
1
-1
/
+1
*
Fix mem leak in ECDSA_sign().
slontis
2023-03-31
1
-2
/
+2
*
Fix potential infinite loops in ECDSA signing.
slontis
2023-02-28
2
-3
/
+21
*
ec: Use .machine "any" explicitly in ecp_nistp521-ppc64
Robin Lee
2023-02-28
1
-0
/
+1
*
New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...
Oliver Mihatsch
2023-02-08
1
-0
/
+36
*
Support all five EdDSA instances from RFC 8032
James Muir
2023-01-13
4
-59
/
+100
*
Implement deterministic ECDSA sign (RFC6979)
slontis
2022-11-30
1
-12
/
+61
[next]