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
/
pkcs7
Age
Commit message (
Expand
)
Author
2015-02-10
Expand IMPLEMENT_ASN1_NDEF_FUNCTION and IMPLEMENT_ASN1_PRINT_FUNCTION
Joel Sing
2015-02-10
Manually expand ASN1_ITEM_rptr macros that should have been expanded with
Joel Sing
2015-02-10
Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visible
Joel Sing
2015-02-09
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
Joel Sing
2015-02-07
Don't support very old versions of Netscape (is there any other kind?).
Doug Hogan
2015-02-07
Delete a lot of #if 0 code in libressl.
Doug Hogan
2014-11-09
GOST crypto algorithms (well, most of them), ported from the removed GOST
Miod Vallat
2014-10-28
Check the result of sk_*_push() operations for failure.
Miod Vallat
2014-10-22
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
Joel Sing
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
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-07-10
KNF
Miod Vallat
2014-07-10
Fix a double free in a can't-fail error path in PKCS7_decrypt(), by removing
Miod Vallat
2014-07-10
Stop including standard headers via cryptlib.h - pull in the headers that
Joel Sing
2014-07-10
Remove #if 0 code which dumps your data to stdout.
Miod Vallat
2014-07-08
More KNF.
Joel Sing
2014-07-02
pk7_doit.c r1.20 introduced a NULL check that ensures that the signature
Joel Sing
2014-07-02
Remove more unused cruft.
Joel Sing
2014-07-02
KNF.
Joel Sing
2014-06-29
Remove yet another unused file... a backup copy (minus copyright and
Joel Sing
2014-06-29
KNF.
Joel Sing
2014-06-29
Remove another unused source file - I got suspicious when I found a
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-06-07
Remove various test stubs. The good ones have been moved by jsing
Theo de Raadt
2014-05-29
Everything sane has stdio, and FILE *. we don't need ifdefs for this.
Bob Beck
2014-05-25
calloc instead of malloc/memset. from Benjamin Baier
Ted Unangst
2014-05-24
Almost nothing actually needs to include <openssl/e_os2.h>, however by
Joel Sing
2014-05-22
if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully
Miod Vallat
2014-05-17
no no md2
Ted Unangst
2014-05-06
Make sure PKCS7_get_octet_string() return values are checked for NULL.
Miod Vallat
2014-04-27
Use C99 initializers for the various FOO_METHOD structs. More readable, and
Miod Vallat
2014-04-26
Replace all use of ERR_add_error_data with ERR_asprintf_error_data.
Bob Beck
2014-04-18
XXXXXXXXXXXXXXXX -> XXX
Ted Unangst
2014-04-18
fix another potential double free
Jonathan Gray
2014-04-18
-netware
Ted Unangst
2014-04-17
Use of OPENSSL_SYS_xxx defines in public header files considered harmful.
Miod Vallat
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
2014-04-13
Cope with the removal of openssl/symhacks.h
Theo de Raadt
2012-10-13
resolve conflicts
Damien Miller
2011-11-03
openssl-1.0.0e: resolve conflicts
Damien Miller
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2010-10-01
import OpenSSL-1.0.0a
Damien Miller
2009-04-06
resolve conflicts
Damien Miller
2009-01-09
resolve conflicts
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
[next]