index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMP client: fix error response on -csr without private key, also in docs
Dr. David von Oheimb
2023-05-12
3
-4
/
+9
*
ecp_nistp256.c: Fix exponent in comment
Jonas Lindstrøm
2023-05-11
1
-1
/
+1
*
Fixed TLS1.3 handshake issue for legacy engine API.
Yuan, Shuai
2023-05-11
1
-0
/
+4
*
Fix a typo found by codespell in a variable name
Dimitri Papadopoulos
2023-05-11
1
-5
/
+5
*
Fix memory leak in engine_cleanup_add_first()
Kovalev Vasiliy
2023-05-09
1
-2
/
+3
*
aes-gcm-armv8_64 asm support bigdian
JerryDevis
2023-05-09
1
-206
/
+581
*
Prevent a fuzzing timeout in the conf fuzzer
Matt Caswell
2023-05-08
1
-0
/
+17
*
Add libctx to x931 keygen.
slontis
2023-05-05
1
-4
/
+3
*
Add negative integer check when using ASN1_BIT_STRING
mlitre
2023-05-04
1
-0
/
+6
*
rand: trust user supplied entropy when configured without a random source
Pauli
2023-05-02
1
-0
/
+6
*
param->ctrl translation: Fix evp_pkey_ctx_setget_params_to_ctrl()
Richard Levitte
2023-05-01
1
-0
/
+1
*
param->ctrl translation: Fix fix_ec_paramgen_curve_nid()
Richard Levitte
2023-05-01
1
-1
/
+14
*
x509: sort stacks before finds
Pauli
2023-05-01
7
-0
/
+24
*
provider_core: sort provider stack on find
Pauli
2023-05-01
1
-4
/
+1
*
pbe: sort stack before using find
Pauli
2023-05-01
1
-0
/
+2
*
asn1: sort stacks before using find
Pauli
2023-05-01
2
-2
/
+10
*
Avoid generating RSA keys with p < q
rkarmaka98
2023-04-28
1
-0
/
+9
*
fix md5 bug on aarch64 big-endian plantform.
Liu-ErMeng
2023-04-28
2
-15
/
+35
*
http proxy handling: Use ossl_safe_getenv() instead of getenv()
Mukesh Bharsakle
2023-04-28
1
-5
/
+4
*
x509: sort stacks prior to searching
Pauli
2023-04-28
1
-0
/
+6
*
stack: fix searching when the stack isn't sorted.
Pauli
2023-04-28
1
-13
/
+28
*
fix aes-xts bug on aarch64 big-endian env.
Liu-ErMeng
2023-04-28
1
-12
/
+12
*
params: add helper functions to allocate & copy params
Pauli
2023-04-26
1
-0
/
+107
*
Fix calling pthread_key_delete on uninitialized data
Petr Mikhalicin
2023-04-24
1
-2
/
+17
*
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
Irak Rigia
2023-04-21
1
-1
/
+1
*
Fix checking return code of EVP_PKEY_get_int_param at check_curve
Petr Mikhalicin
2023-04-21
1
-1
/
+1
*
aesv8-armx.pl: Avoid buffer overrread in AES-XTS decryption
Tomas Mraz
2023-04-20
1
-1
/
+3
*
crmf_lib.c: clean up coments on OSSL_CRMF_CERTTEMPLATE*()
Dr. David von Oheimb
2023-04-18
1
-6
/
+2
*
OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and doc
Dr. David von Oheimb
2023-04-18
1
-1
/
+1
*
crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210
Dr. David von Oheimb
2023-04-18
4
-26
/
+48
*
bn_local: remove unused `PTR_SIZE_INT` definition
Alois Klink
2023-04-16
1
-18
/
+0
*
bn_nist: remove unused type-punning union `u`
Alois Klink
2023-04-16
1
-21
/
+12
*
bn_nist: replace pointer bit-fiddling with ternary
Alois Klink
2023-04-16
1
-45
/
+19
*
Fix a HPKE API to put libctx, propq as last (optional parameters).
slontis
2023-04-14
1
-6
/
+4
*
Fix the LCM computation in the RSA multiprime key check
Tomas Mraz
2023-04-13
1
-6
/
+10
*
Fix UEFI support on win32
Aidan Khoury
2023-04-13
3
-4
/
+4
*
Fixes #19580 ECX keygen
Yuan, Shuai
2023-04-12
1
-1
/
+1
*
Alternative fix for CVE-2022-4304
Bernd Edlinger
2023-04-04
5
-69
/
+101
*
Revert "Fix Timing Oracle in RSA decryption"
Bernd Edlinger
2023-04-04
5
-664
/
+22
*
Erase temporary buffer in EVP_PKEY_get_bn_param()
Anatolii Lishchynskyi
2023-04-04
1
-1
/
+8
*
Don't call OPENSSL_init_crypto from inside a RUN_ONCE
Matt Caswell
2023-04-04
1
-3
/
+2
*
FFC cleanups
slontis
2023-04-03
5
-76
/
+50
*
Avoid calling into provider with the same iv_len or key_len
Tomas Mraz
2023-04-03
1
-0
/
+8
*
Fix compilation error when using clang-cl 16 or higher
Anthony Roberts
2023-04-03
1
-1
/
+1
*
Make DSA_sign() test for negative p,q,g values.
slontis
2023-03-31
2
-2
/
+5
*
Incorrect null pointer check
afshinpir
2023-03-31
1
-1
/
+1
*
Fix mem leak in ECDSA_sign().
slontis
2023-03-31
2
-3
/
+3
*
Coverity 1524597: null pointer dereference
Pauli
2023-03-30
1
-7
/
+11
*
Use correct function to wait for condvar
Hugo Landau
2023-03-30
2
-8
/
+7
*
Revise build.info
Hugo Landau
2023-03-30
1
-2
/
+9
[next]