index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
cms
/
cms_env.c
Age
Commit message (
Expand
)
Author
2022-11-26
Make internal header file names consistent
Theo Buehler
2021-09-08
Fix leak in cms_RecipientInfo_kekri_decrypt()
Theo Buehler
2019-10-04
Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.
Theo Buehler
2019-08-11
Include string.h for explicit_bzero().
Joel Sing
2019-08-11
Expand M_ASN1_new_of and M_ASN1_free_of macros.
Joel Sing
2019-08-11
Use freezero() rather than OPENSSL_clear_free().
Joel Sing
2019-08-11
Use explicit_bzero() instead of OPENSSL_cleanse().
Joel Sing
2019-08-11
Use malloc(3) and free(3), rather than OPENSSL_{malloc,free}().
Joel Sing
2019-08-11
Convert CMSerr() to CMSerror().
Joel Sing
2019-08-10
More style(9), whitespace and readability fixes.
Joel Sing
2019-08-10
First pass at style(9).
Joel Sing
2019-08-10
Fix includes for non-installed headers.
Joel Sing
2019-08-10
Add $OpenBSD$ tags.
Joel Sing
2019-08-10
Restore the original per-file licenses for CMS.
Joel Sing
2019-08-10
Work towards supporting Cryptographic Message Syntax (CMS) in libcrypto.
Joel Sing
2016-09-04
Remove cms.
Joel Sing
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2014-10-18
None of these need to include <openssl/rand.h>
Joel Sing
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-24
KNF.
Joel Sing
2014-05-22
if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully
Miod Vallat
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2008-09-06
import of OpenSSL 0.9.8h
Damien Miller