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
Age
Commit message (
Expand
)
Author
2014-10-18
None of these need to include <openssl/rand.h>
Joel Sing
2014-07-25
BIO_free() returns immediately when the sole input is NULL.
Doug Hogan
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
2014-07-11
Avoid invoking EVP_CIPHER_CTX_cleanup() on uninitialized memory; from
Miod Vallat
2014-07-11
Fix version number processing in cms_sd_set_version(); OpenSSL PR #3249 via
Miod Vallat
2014-07-11
Make CMS_decrypt_set1_pkey() return an error if no recipient type matches,
Miod Vallat
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-07-10
Explicitly include <openssl/opensslconf.h> in every file that references
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-05-22
if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully
Miod Vallat
2014-04-26
Replace all use of ERR_add_error_data with ERR_asprintf_error_data.
Bob Beck
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-15
we don't use these files for building
Ted Unangst
2014-04-14
remove auto-generated dependencies from the old unused build system, so
Theo de Raadt
2012-10-13
resolve conflicts
Damien Miller
2012-10-13
import OpenSSL-1.0.1c
Damien Miller
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2009-04-06
resolve conflicts
Damien Miller
2009-01-09
resolve conflicts
Damien Miller
2009-01-05
update to openssl-0.9.8i; tested by several, especially krw@
Damien Miller
2008-09-06
import of OpenSSL 0.9.8h
Damien Miller
[prev]