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
...
*
Remove redundant assignment in felem_mul_ref in p521
Rohan McLure
2022-11-30
1
-1
/
+0
*
Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...
Nicola Tuveri
2022-11-29
1
-1
/
+3
*
Fix accumulated index comments in felem_inv for p521
Rohan McLure
2022-11-28
1
-2
/
+2
*
Cleanup : directly include of `internal/nelem.h` when required.
FdaSilvaYY
2022-11-23
1
-0
/
+1
*
dsa/ec: update pairwise tests to account for 140-3 IG 10.3.A additiocal comme...
Pauli
2022-11-01
1
-1
/
+57
*
nit: fix some pointer comparisons
FdaSilvaYY
2022-10-12
1
-11
/
+11
*
crypto: Fix various typos, repeated words, align some spelling to LDP.
FdaSilvaYY
2022-10-12
3
-6
/
+6
*
eckey_priv_encode(): Call ASN1_STRING_free() only on an ASN1_STRING
Tomas Mraz
2022-10-11
1
-9
/
+9
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
25
-185
/
+127
*
ERR: replace remnant ECerr() and EVPerr() calls in crypto/
Dr. David von Oheimb
2022-09-30
2
-4
/
+4
*
Add HPKE DHKEM provider support for EC, X25519 and X448.
slontis
2022-09-23
3
-0
/
+103
*
s390x: fix ecx derive
Juergen Christ
2022-09-09
1
-10
/
+6
*
Fix EC_KEY_set_private_key() priv_key regression
Roberto Hueso Gomez
2022-08-04
1
-0
/
+10
*
libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()
Dr. David von Oheimb
2022-07-19
1
-4
/
+3
*
Fix EC ASM flag passing
Juergen Christ
2022-07-14
1
-0
/
+8
*
Fix a memory leak in EC_GROUP_new_from_ecparameters
Bernd Edlinger
2022-06-25
1
-2
/
+2
*
The flag "decoded-from-explicit" must be imp/exportable
Tomas Mraz
2022-06-23
2
-6
/
+23
*
Add sensitive memory clean in priv encode
Kan
2022-06-16
1
-15
/
+7
*
Fix possible null pointer dereference of evp_pkey_get_legacy()
Zhou Qingyang
2022-06-02
1
-0
/
+40
*
Fix undefined behaviour in EC_GROUP_new_from_ecparameters
Bernd Edlinger
2022-05-24
1
-0
/
+10
*
Fix a memory leak in ec_key_simple_oct2priv
Bernd Edlinger
2022-05-24
1
-2
/
+1
*
Rename x86-32 assembly files from .s to .S.
Sebastian Andrzej Siewior
2022-05-24
1
-2
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
9
-9
/
+9
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
2
-6
/
+6
*
Add error code for unsupported explicit parameters
Tomas Mraz
2022-04-14
2
-1
/
+4
*
Import only named params into FIPS module
Tomas Mraz
2022-04-14
1
-7
/
+18
*
Fix Coverity 1498612 & 1503221: integer overflow
Pauli
2022-04-03
1
-1
/
+7
*
Fix Coverity 1498612: integer overflow
Pauli
2022-03-25
1
-0
/
+1
*
Fix coverity 1498607: uninitialised value
Pauli
2022-03-20
1
-0
/
+1
*
Apply the correct Apache v2 license
Tomas Mraz
2022-02-14
1
-2
/
+2
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
4
-4
/
+4
*
Fix copyrights
Todd Short
2022-02-03
3
-6
/
+6
*
Simpler square-root computation for Ed25519
James Muir
2022-01-20
1
-9
/
+4
*
Fix malloc failure handling of X509_ALGOR_set0()
Dr. David von Oheimb
2022-01-14
1
-12
/
+13
*
Cleansing all the temporary data for s390x
Dmitry Belyavskiy
2022-01-13
1
-2
/
+2
*
Fix: some patches related to error exiting
Peiwei Hu
2022-01-07
1
-2
/
+2
*
Fix typos
Dimitris Apostolou
2022-01-05
1
-1
/
+1
*
EC_POINT_hex2point: forget to free pt
Peiwei Hu
2021-12-16
1
-1
/
+1
*
Don't create an ECX key with short keys
Matt Caswell
2021-11-16
1
-7
/
+18
*
Fix incorrect return check of BN_bn2binpad
PW Hu
2021-11-07
1
-1
/
+1
*
fix some code with obvious wrong coding style
x2018
2021-10-28
6
-7
/
+7
*
add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),
x2018
2021-10-27
1
-1
/
+2
*
aarch64: support BTI and pointer authentication in assembly
Russ Butler
2021-10-01
1
-26
/
+38
*
Fix the parameter type of gf_serialize
Bernd Edlinger
2021-09-17
2
-2
/
+2
*
[ec] Do not default to OPENSSL_EC_NAMED_CURVE for curves without OID
Nicola Tuveri
2021-08-30
2
-1
/
+38
*
Fix EC_GROUP_new_from_ecparameters to check the base length
Matt Caswell
2021-08-24
1
-1
/
+2
*
Update copyright year
Matt Caswell
2021-07-29
1
-1
/
+1
*
Update our EVP_PKEY_METHODs to get low level keys via public APIs
Matt Caswell
2021-07-22
2
-15
/
+35
*
Split bignum code out of the sparcv9cap.c
Tomas Mraz
2021-07-15
1
-1
/
+4
*
CRYPTO: Remove the check for built-in methods in the export_to function
Richard Levitte
2021-07-07
1
-7
/
+0
[prev]
[next]