index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
cms
/
cms_enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix external symbols for cms.
Shane Lontis
2021-02-22
1
-12
/
+13
*
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
-3
/
+4
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-18
/
+14
*
Add CMS AuthEnvelopedData with AES-GCM support
Jakub Zelenka
2020-09-08
1
-6
/
+26
*
Fix CMS so that it still works with non fetchable algorithms.
Shane Lontis
2020-08-22
1
-6
/
+12
*
Add libctx support to CMS.
Shane Lontis
2020-08-09
1
-16
/
+22
*
Update copyright year
Richard Levitte
2020-07-16
1
-1
/
+1
*
Fix CID 1454806: NEGATIVE_RETURNS (cms_enc.c)
Shane Lontis
2020-07-08
1
-1
/
+6
*
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
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/cms/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-49
/
+5
*
Only set CMS parameter when encrypting
Dr. Stephen Henson
2016-05-06
1
-15
/
+16
*
typo
Dr. Stephen Henson
2016-05-05
1
-1
/
+1
*
Always try to set ASN.1 parameters for CMS.
Dr. Stephen Henson
2016-05-05
1
-11
/
+14
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-4
/
+4
*
Enable -Wmissing-variable-declarations and
Ben Laurie
2015-09-11
1
-2
/
+0
*
Fix memory leak if setup fails.
Dr. Stephen Henson
2015-08-12
1
-1
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-1
/
+1
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-8
/
+3
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-208
/
+174
*
Fix warning.
Ben Laurie
2012-05-10
1
-1
/
+1
*
Reported by: Solar Designer of Openwall
Dr. Stephen Henson
2012-05-10
1
-2
/
+2
*
Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key and
Dr. Stephen Henson
2012-03-12
1
-14
/
+46
*
Remove unnecessary header.
Dr. Stephen Henson
2008-03-29
1
-1
/
+0
*
Preliminary support for enveloped data content type creation.
Dr. Stephen Henson
2008-03-17
1
-9
/
+14
*
Fix a variety of warnings generated by some elevated compiler-fascism,
Geoff Thorpe
2008-03-16
1
-2
/
+2
*
Add support for random key generation: this will be needed by enveloped data.
Dr. Stephen Henson
2008-03-16
1
-9
/
+33
*
Initial support for enveloped data decrypt. Extent runex.pl to cover these
Dr. Stephen Henson
2008-03-15
1
-9
/
+4
*
Check for cipher BIO errors and set key length after parameter decode.
Dr. Stephen Henson
2008-03-15
1
-12
/
+12
*
Initial support for Encrypted Data type generation.
Dr. Stephen Henson
2008-03-14
1
-2
/
+15
*
Reorganise encrypted content info code to avoid duplication and be more
Dr. Stephen Henson
2008-03-14
1
-83
/
+112
*
Encrypted Data type processing. Add options to cms utility and run section 7
Dr. Stephen Henson
2008-03-14
1
-11
/
+12
*
New utility functions for encryptedData content type which will also be used
Dr. Stephen Henson
2008-03-14
1
-0
/
+196