index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pkcs7
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use sk_X509_ATTRIBUTE_deep_copy() to copy attribute stacks in pk7_doit.c
Niels Dossche
4 days
1
-20
/
+2
*
Add support for p7->d.sign->contents with the V_ASN1_SEQUENCE type
olszomal
2024-10-21
1
-4
/
+55
*
Fix potential memory leak in PKCS7_signatureVerify()
Niels Dossche
2024-10-07
1
-3
/
+3
*
Copyright year updates
Tomas Mraz
2024-09-05
4
-4
/
+4
*
When calling ASN1_item_i2d () check both returned length and allocated pointer
XZ-X
2024-08-20
2
-2
/
+6
*
{CMS,PKCS7}_verify(): use 'certs' parameter ('-certfile' option) also for cha...
Dr. David von Oheimb
2024-07-17
3
-20
/
+27
*
Fix possible double-free in pkcs7 add_attribute function
Bernd Edlinger
2024-07-08
1
-25
/
+18
*
Copyright year updates
Richard Levitte
2024-04-09
2
-2
/
+2
*
PKCS7: Remove one of the duplicate checks
Jiasheng Jiang
2024-03-11
1
-2
/
+1
*
Add NULL checks where ContentInfo data can be NULL
Matt Caswell
2024-01-25
1
-2
/
+5
*
Fix possible memleak in PKCS7_add0_attrib_signing_time
Bernd Edlinger
2023-11-22
1
-3
/
+9
*
Fix a possible memleak in PKCS7_add_attrib_smimecap
Bernd Edlinger
2023-11-22
1
-2
/
+6
*
CMS and PKCS7: fix handlling of EVP_PKEY_get_size() failure
Dr. David von Oheimb
2023-10-26
1
-4
/
+3
*
Copyright year updates
Matt Caswell
2023-09-07
3
-3
/
+3
*
CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper function
Dr. David von Oheimb
2023-05-30
1
-15
/
+4
*
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
*
Do not dereference PKCS7 object data if not set
Tomas Mraz
2023-02-07
1
-4
/
+12
*
Fix incomplete check on EVP_CIPHER_param_to_asn1()
ndossche
2023-02-02
1
-1
/
+1
*
Fix incomplete checks for EVP_CIPHER_asn1_to_param
Niels Dossche
2023-01-25
1
-1
/
+1
*
smime/pkcs7: disable the Bleichenbacher workaround
Hubert Kario
2022-12-12
1
-0
/
+7
*
pkcs7: Remove unused includes
Cameron Cawley
2022-11-09
1
-5
/
+0
*
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
5
-40
/
+30
*
X509_STORE_CTX_set_default(): improve error handling, also in its use
David von Oheimb
2022-09-16
1
-1
/
+2
*
PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/
Dr. David von Oheimb
2022-09-02
1
-6
/
+7
*
PKCS7_dataVerify(): fix missing use of CRLs in PKCS#7 message
Dr. David von Oheimb
2022-09-01
1
-11
/
+17
*
x509_att.c: improve error checking and reporting and coding style
Dr. David von Oheimb
2022-08-24
1
-5
/
+5
*
Handle SMIME_crlf_copy return code
Alon Bar-Lev
2022-07-28
1
-1
/
+2
*
Revert unnecessary PKCS7_verify() performance optimization
Nikolas
2022-06-02
1
-25
/
+4
*
Fix the checks of BIO_get_cipher_status
Peiwei Hu
2022-06-02
1
-2
/
+2
*
Fix the incorrect checks of EVP_CIPHER_CTX_set_key_length
Peiwei Hu
2022-05-27
1
-1
/
+1
*
Fix check of dtls1_process_record
Peiwei Hu
2022-05-26
1
-2
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Fix malloc failure handling of X509_ALGOR_set0()
Dr. David von Oheimb
2022-01-14
1
-12
/
+14
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
Teach more of the ASN.1 code about libctx/propq
Matt Caswell
2021-06-05
2
-3
/
+19
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
2
-15
/
+15
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-1
/
+1
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary input
Dr. David von Oheimb
2021-05-19
1
-1
/
+1
*
Add library context and property query support into the PKCS12 API
Jon Spillett
2021-04-30
2
-0
/
+33
*
Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()
Richard Levitte
2021-04-18
2
-13
/
+23
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-1
/
+1
*
Deprecate the EVP_PKEY controls for CMS and PKCS#7
Tomas Mraz
2021-04-06
1
-60
/
+0
*
Add ossl_ x509 symbols
Shane Lontis
2021-03-18
1
-2
/
+2
*
TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS func
Dr. David von Oheimb
2021-03-18
1
-4
/
+4
*
misc: other init function param additions
Pauli
2021-03-11
1
-1
/
+2
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Fix external symbols for pkcs7.
Shane Lontis
2021-02-22
6
-42
/
+42
[next]