index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
cms
/
cms_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ossl_cms_get1_crls_ex(): Avoid doublefree if CRL up ref fails
Tomas Mraz
2024-12-10
1
-2
/
+4
*
Revert the behavior change of CMS_get1_certs() and CMS_get1_crls()
Tomas Mraz
2024-12-10
1
-17
/
+49
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
CMS_get1_crls(): Remove redundant check for NULL crls
Tomas Mraz
2024-07-31
1
-4
/
+0
*
CMS_get1_{certs,crls}(): make sure they return NULL only on error
Dr. David von Oheimb
2024-07-17
1
-5
/
+16
*
Fix error handling in CMS_EncryptedData_encrypt
Bernd Edlinger
2024-05-06
1
-14
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_free
Olga Batyshkina
2023-08-10
1
-4
/
+1
*
CMS_ContentInfo_free(): fix mem leak on encrypted content key
Dr. David von Oheimb
2023-06-01
1
-0
/
+4
*
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 error check on BIO_set_md()
ndossche
2023-02-08
1
-1
/
+1
*
Convert ZLIB defines to OPENSSL_NO_ZLIB
Todd Short
2022-10-18
1
-1
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-7
/
+11
*
Clear incorrectly reported errors in d2i_CMS_ContentInfo
Daniel Fiala
2022-09-23
1
-1
/
+4
*
Remove duplicated #include headers
JHH20
2022-05-04
1
-1
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
CMS sign digest
Viktor Söderqvist
2022-04-02
1
-1
/
+8
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
1
-1
/
+1
*
Use the new ASN.1 libctx aware functions in CMS
Matt Caswell
2021-06-05
1
-3
/
+7
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-2
/
+2
*
Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()
Richard Levitte
2021-04-18
1
-2
/
+3
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-1
/
+1
*
Add ossl_ x509 symbols
Shane Lontis
2021-03-18
1
-1
/
+1
*
Fix external symbols for cms.
Shane Lontis
2021-02-22
1
-33
/
+33
*
Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()
Dr. David von Oheimb
2021-02-18
1
-2
/
+2
*
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
-10
/
+9
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-21
/
+16
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-3
/
+3
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-4
/
+3
*
Fix safestack issues in cms.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Add CMS AuthEnvelopedData with AES-GCM support
Jakub Zelenka
2020-09-08
1
-0
/
+24
*
Fix CMS so that it still works with non fetchable algorithms.
Shane Lontis
2020-08-22
1
-4
/
+15
*
Introduce X509_add_cert[s] simplifying various additions to cert lists
Dr. David von Oheimb
2020-08-12
1
-7
/
+2
*
Add libctx support to CMS.
Shane Lontis
2020-08-09
1
-8
/
+108
*
Coverity Fixes for issue #12531
Norman Ashley
2020-08-04
1
-2
/
+2
*
Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...
Dr. David von Oheimb
2020-07-16
1
-2
/
+2
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+4
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Implementation of Russian GOST CMS
Dmitry Belyavskiy
2020-03-03
1
-1
/
+3
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-20
/
+30
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-0
/
+1
*
Following the license change, modify the boilerplates in crypto/cms/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix spelling errors in CMS.
Josh Soref
2017-05-27
1
-1
/
+1
*
constify X509_ALGOR_get0()
Dr. Stephen Henson
2016-08-17
1
-2
/
+2
*
Constify CMS_get0_type input
FdaSilvaYY
2016-06-15
1
-1
/
+1
*
RT3053: Check for NULL before dereferencing
Phillip Hellewell
2016-06-12
1
-0
/
+4
[next]