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_pwri.c
Age
Commit message (
Expand
)
Author
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-01-19
Check return value from EVP_CIPHER_CTX_new in cms_pwri.c
Kinichiro Inoguchi
2019-08-12
Inline the equivalent of ASN1_TYPE_unpack_sequence().
Joel Sing
2019-08-11
Expand M_ASN1_new_of and M_ASN1_free_of macros.
Joel Sing
2019-08-11
Use arc4random_buf() instead of RAND_bytes().
Joel Sing
2019-08-11
Include string.h for memcmp()/memcpy().
Joel Sing
2019-08-11
Use freezero() rather than OPENSSL_clear_free().
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-11
Expand ASN.1 macros.
Joel Sing
2019-08-11
Unlike OpenSSL we do not have our own special ssize_t.
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
2015-05-15
Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.
Jonathan Gray
2014-10-22
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
Joel Sing
2014-07-11
Avoid invoking EVP_CIPHER_CTX_cleanup() on uninitialized memory; from
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-24
Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t).
Joel Sing
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2012-10-13
import OpenSSL-1.0.1c
Damien Miller