index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
cms
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Richard Levitte
2024-04-09
2
-2
/
+2
*
Add appropriate NULL checks in EVP_CIPHER api
Neil Horman
2024-01-25
1
-0
/
+8
*
Allow duplicate CMS attributes
Tomas Mraz
2024-01-03
1
-10
/
+12
*
Fix memleak in rsa_cms_decrypt
slontis
2023-12-29
1
-1
/
+3
*
Fix a possible memleak in CMS_sign_receipt
Bernd Edlinger
2023-11-22
1
-1
/
+2
*
free oaep label-octet-string on error
James Muir
2023-10-30
1
-5
/
+8
*
CMS and PKCS7: fix handlling of EVP_PKEY_get_size() failure
Dr. David von Oheimb
2023-10-26
1
-4
/
+3
*
cms_enc.c: Include crypto/asn1.h for struct asn1_object_st
Tomas Mraz
2023-10-19
1
-0
/
+1
*
cms encrypt, better OBJ_nid2obj() return check
James Muir
2023-10-18
1
-1
/
+1
*
CMS_add1_signer(): add missing ERR_raise() calls
Dr. David von Oheimb
2023-10-17
2
-4
/
+13
*
Check error return from cms_sd_asn1_ctrl() correctly.
Pauli
2023-09-08
1
-3
/
+3
*
Copyright year updates
Matt Caswell
2023-09-07
8
-8
/
+8
*
Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_free
Olga Batyshkina
2023-08-10
3
-6
/
+21
*
Remove redundant check
atishkov
2023-07-18
1
-5
/
+0
*
CMS_ContentInfo_free(): fix mem leak on encrypted content key
Dr. David von Oheimb
2023-06-01
2
-2
/
+8
*
Compute RSA-PSS algorithm params in libcrypto for legacy
Tomas Mraz
2023-06-01
1
-0
/
+11
*
CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper function
Dr. David von Oheimb
2023-05-30
1
-16
/
+3
*
Fix size_t/int mismatch in cms_ec.c and rsa_sig.c
Tomas Mraz
2023-03-14
2
-5
/
+9
*
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
*
Fix incomplete check on CMS_SharedInfo_encode
ndossche
2023-02-08
1
-1
/
+1
*
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
*
Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OID
Matt Caswell
2022-12-22
2
-0
/
+6
*
rsa: Add option to disable implicit rejection
Hubert Kario
2022-12-12
1
-0
/
+7
*
Obtain PSS salt length from provider
Clemens Lang
2022-12-08
1
-8
/
+16
*
CMS_decrypt_set1_*(): remove misleading error queue entry when recipient mism...
Dr. David von Oheimb
2022-11-25
1
-15
/
+17
*
CMS_decrypt_set1_password(): prevent mem leak on any previously set decryptio...
Dr. David von Oheimb
2022-11-25
1
-4
/
+8
*
CMS_decrypt*(): fix misconceptions and mem leak
Dr. David von Oheimb
2022-11-25
2
-12
/
+14
*
Convert ZLIB defines to OPENSSL_NO_ZLIB
Todd Short
2022-10-18
3
-3
/
+3
*
crypto: Fix various typos, repeated words, align some spelling to LDP.
FdaSilvaYY
2022-10-12
1
-1
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
9
-154
/
+171
*
Clear incorrectly reported errors in d2i_CMS_ContentInfo
Daniel Fiala
2022-09-23
1
-1
/
+4
*
PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/
Dr. David von Oheimb
2022-09-02
2
-4
/
+5
*
Check that IV length is not less than zero
Dmitry Belyavskiy
2022-08-01
2
-0
/
+9
*
Handle SMIME_crlf_copy return code
Alon Bar-Lev
2022-07-28
1
-2
/
+5
*
REGRESSION: CMS_final: do not ignore CMS_dataFinal result
Alon Bar-Lev
2022-07-28
1
-1
/
+4
*
libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()
Dr. David von Oheimb
2022-07-19
2
-4
/
+4
*
CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensions
Dr. David von Oheimb
2022-07-16
4
-2
/
+43
*
cms_sd.c: fix style/formatting nits reported check-format.pl
Dr. David von Oheimb
2022-07-16
1
-19
/
+16
*
CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()
Dr. David von Oheimb
2022-06-28
2
-1
/
+37
*
Fix the checks of BIO_get_cipher_status
Peiwei Hu
2022-06-02
1
-1
/
+1
*
Fix the checks of EVP_PKEY_CTX_set/get_* functions
Peiwei Hu
2022-06-02
2
-2
/
+2
*
Fix the erroneous checks of EVP_PKEY_CTX_set_group_name
Peiwei Hu
2022-06-02
1
-1
/
+1
*
Remove duplicated #include headers
JHH20
2022-05-04
1
-1
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
10
-10
/
+10
*
Clear incorrectly reported errors in cms_io.
Daniel Fiala
2022-04-21
1
-2
/
+8
*
CMS sign digest
Viktor Söderqvist
2022-04-02
5
-14
/
+65
*
enable CMS sign/verify for provider-implemented PKEYs
Michael Baentsch
2022-03-03
3
-27
/
+34
*
Fix malloc failure handling of X509_ALGOR_set0()
Dr. David von Oheimb
2022-01-14
6
-36
/
+36
[next]