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
*
Fix incomplete error check on ASN1_item_i2d()
ndossche
2023-02-28
1
-1
/
+1
*
Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider context
Ingo Franzki
2023-02-24
2
-2
/
+33
*
CMS_add0_cert: if cert already present, do not throw error but ignore it
Dr. David von Oheimb
2023-02-24
1
-16
/
+16
*
CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()
Dr. David von Oheimb
2023-02-24
1
-5
/
+6
*
first cut at sigalg loading
Michael Baentsch
2023-02-24
1
-7
/
+16
*
Fixes #20278: Fixed double free bug in crypto/http/http_client.c
Jeeban Sethi
2023-02-23
1
-3
/
+8
*
Fix potential NULL pointer dereference in function evp_pkey_asn1_ctrl
zhailiangliang
2023-02-22
1
-2
/
+8
*
Ensure calling BIO_recvmmsg() with a dgram pair reports errors
Matt Caswell
2023-02-22
1
-2
/
+4
*
Don't raise an error on retryable read in a BIO_s_dgram_pair()
Matt Caswell
2023-02-22
1
-4
/
+2
*
Only call OPENSSL_init_crypto on fetch if using the default libctx
Matt Caswell
2023-02-22
1
-4
/
+5
*
Fix incorrect error branch in ossl_bn_rsa_fips186_4_derive_prime()
ndossche
2023-02-20
1
-1
/
+1
*
Use of sparse_array.c only in the shared libssl
Richard Levitte
2023-02-14
1
-3
/
+1
*
OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled cert
Dr. David von Oheimb
2023-02-13
1
-5
/
+33
*
rsa: add msvc intrinsic for non x64 platforms
Hubert Kario
2023-02-11
1
-1
/
+23
*
Fix the return values of the aarch64 unroll8_eor_aes_gcm_*_*_kernel functions
Tom Cosgrove
2023-02-08
1
-11
/
+20
*
CMP cert_response(): add missing rejection status on client rejecting new cert
Dr. David von Oheimb
2023-02-08
1
-0
/
+1
*
OSSL_CMP_SRV_process_request(): fix recipNonce on error in subsequent request...
Dr. David von Oheimb
2023-02-08
1
-7
/
+13
*
cmp_ctx.c: fix wrong comments on OSSL_CMP_CTX_set1_{recipient,issuer}
Dr. David von Oheimb
2023-02-08
1
-2
/
+2
*
CMP check_transactionID_or_nonce(): fix reason code on unmatched recipNonce
Dr. David von Oheimb
2023-02-08
1
-1
/
+1
*
ossl_cmp_msg_check_update(): fix two wrong error return values (-1 instead of 0)
Dr. David von Oheimb
2023-02-08
1
-6
/
+6
*
Fix BIO_set_indent() check
Niels Dossche
2023-02-08
1
-1
/
+1
*
Fix incomplete BIO_dup_state() error check
ndossche
2023-02-08
1
-1
/
+1
*
Fix incomplete check on CMS_SharedInfo_encode
ndossche
2023-02-08
1
-1
/
+1
*
Fix error check on default_check() helper function
ndossche
2023-02-08
1
-1
/
+1
*
Apply aes-gcm unroll8+eor3 optimization patch to Neoverse V2
Xiaokang Qian
2023-02-08
2
-1
/
+3
*
S390x: Support ME and CRT offloading
Juergen Christ
2023-02-08
6
-4
/
+276
*
Fix incomplete error check on BIO_set_md()
ndossche
2023-02-08
1
-1
/
+1
*
CMS_decrypt_set1_*(): fix NULL deref on unsuitable content type
Dr. David von Oheimb
2023-02-08
1
-7
/
+11
*
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
*
Rationalize FIPS sources
Tomas Mraz
2023-02-08
2
-6
/
+9
*
Add more punycode tests and remove ossl_a2ucompare()
slontis
2023-02-08
1
-19
/
+0
*
Fix incomplete error check on BIO_set_accept_name()
ndossche
2023-02-08
1
-1
/
+1
*
Restrict the Arm 'LDR REG, =VALUE' pseudo instruction on Neon, to appease clang
Tom Cosgrove
2023-02-08
1
-0
/
+10
*
Support signedAndEnveloped content in PKCS7_decrypt()
Tomas Mraz
2023-02-07
1
-1
/
+2
*
pk7_doit.c: Check return of BIO_set_md() calls
Tomas Mraz
2023-02-07
1
-2
/
+10
*
Fix GENERAL_NAME_cmp for x400Address (master)
Hugo Landau
2023-02-07
1
-1
/
+1
*
Do not create DSA keys without parameters by decoder
Tomas Mraz
2023-02-07
1
-0
/
+24
*
Fix NULL deference when validating FFC public key.
slontis
2023-02-07
1
-0
/
+9
*
Do not dereference PKCS7 object data if not set
Tomas Mraz
2023-02-07
1
-4
/
+12
*
Fix a UAF resulting from a bug in BIO_new_NDEF
Matt Caswell
2023-02-07
1
-8
/
+32
*
Avoid dangling ptrs in header and data params for PEM_read_bio_ex
Matt Caswell
2023-02-07
1
-0
/
+2
*
Fix Timing Oracle in RSA decryption
Dmitry Belyavskiy
2023-02-07
5
-91
/
+715
*
Fix type confusion in nc_match_single()
Viktor Dukhovni
2023-02-07
1
-14
/
+31
*
Fix SM4-XTS build failure on Mac mini M1
Xu Yizhou
2023-02-06
2
-8
/
+19
*
SM4 AESE optimization for ARMv8
Xu Yizhou
2023-02-02
3
-1
/
+2005
*
Fix incomplete check on EVP_CIPHER_param_to_asn1()
ndossche
2023-02-02
1
-1
/
+1
*
Fix a potential memory leak in crypto/provider_child.c
Ruili Fang
2023-01-31
1
-1
/
+3
*
Do not include sparse_array.o in libssl with no-shared
Tomas Mraz
2023-01-31
1
-1
/
+3
*
Avoid duplicating symbols in legacy.a with some build options
Tomas Mraz
2023-01-31
15
-20
/
+16
*
Fix incomplete check on X509V3_add1_i2d()
ndossche
2023-01-31
1
-2
/
+2
[next]