index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
cms
/
cms_sd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix error handling in CMS_EncryptedData_encrypt
Bernd Edlinger
2024-05-06
1
-2
/
+18
*
CMS and PKCS7: fix handlling of EVP_PKEY_get_size() failure
Dr. David von Oheimb
2023-10-26
1
-4
/
+3
*
CMS_add1_signer(): add missing ERR_raise() calls
Dr. David von Oheimb
2023-10-17
1
-3
/
+10
*
Check error return from cms_sd_asn1_ctrl() correctly.
Pauli
2023-09-08
1
-3
/
+3
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Remove redundant check
atishkov
2023-07-18
1
-5
/
+0
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-35
/
+43
*
PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/
Dr. David von Oheimb
2022-09-02
1
-1
/
+1
*
CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensions
Dr. David von Oheimb
2022-07-16
1
-0
/
+41
*
cms_sd.c: fix style/formatting nits reported check-format.pl
Dr. David von Oheimb
2022-07-16
1
-19
/
+16
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
CMS sign digest
Viktor Söderqvist
2022-04-02
1
-11
/
+23
*
enable CMS sign/verify for provider-implemented PKEYs
Michael Baentsch
2022-03-03
1
-3
/
+34
*
Fix malloc failure handling of X509_ALGOR_set0()
Dr. David von Oheimb
2022-01-14
1
-7
/
+2
*
asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying code
Dr. David von Oheimb
2022-01-07
1
-3
/
+2
*
Fix the return check of OBJ_obj2txt
PW Hu
2021-11-22
1
-2
/
+2
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-4
/
+5
*
CMS_get0_SignerInfos(): Prevent spurious error on cms_get0_signed() failure
Dr. David von Oheimb
2021-05-19
1
-1
/
+5
*
CMS ESS: Move four internal aux function to where they belong in crypto/cms
Dr. David von Oheimb
2021-04-28
1
-1
/
+50
*
ESS: Export three core functions, clean up TS and CMS CAdES-BES usage
Dr. David von Oheimb
2021-04-28
1
-2
/
+2
*
Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()
Richard Levitte
2021-04-18
1
-6
/
+11
*
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
-36
/
+0
*
Fix usages of const EVP_MD.
Shane Lontis
2021-03-22
1
-1
/
+1
*
Rename CMS_si_check_attributes to ossl_cms_si_check_attributes
Shane Lontis
2021-03-18
1
-2
/
+2
*
misc: other init function param additions
Pauli
2021-03-11
1
-3
/
+4
*
Fix external symbols for cms.
Shane Lontis
2021-02-22
1
-43
/
+47
*
Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()
Dr. David von Oheimb
2021-02-18
1
-3
/
+3
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.
Shane Lontis
2021-01-18
1
-11
/
+17
*
Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_EC
Richard Levitte
2020-12-16
1
-4
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-38
/
+31
*
Move CMS signing code out of the algorithms and into CMS
Matt Caswell
2020-10-15
1
-0
/
+9
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-12
/
+8
*
Fix CID 1466709 : Negative value passed to a function that cant be negative i...
Shane Lontis
2020-09-23
1
-1
/
+1
*
Fix safestack issues in cms.h
Matt Caswell
2020-09-13
1
-3
/
+0
*
Fix safestack issues in asn1.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix CMS so that it still works with non fetchable algorithms.
Shane Lontis
2020-08-22
1
-4
/
+17
*
Introduce X509_add_cert[s] simplifying various additions to cert lists
Dr. David von Oheimb
2020-08-12
1
-6
/
+3
*
Add libctx support to CMS.
Shane Lontis
2020-08-09
1
-43
/
+94
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
coverity 1462578 Resource leak
Pauli
2020-04-30
1
-1
/
+3
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+6
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-4
/
+4
*
Add the ability to perform signatures in a provider
Matt Caswell
2019-09-09
1
-0
/
+24
*
CAdES : lowercase name for now internal methods.
FdaSilvaYY
2019-07-31
1
-2
/
+5
*
Add the content type attribute to additional CMS signerinfo.
Shane Lontis
2019-06-03
1
-5
/
+31
[next]