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
2019-10-04
Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.
Theo Buehler
2019-03-13
Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from the
Theo Buehler
2017-05-02
use freezero() instead of memset/explicit_bzero + free. Substantially
Theo de Raadt
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2016-12-30
Expand ASN1_ITEM_rptr macros - no change in generated assembly.
Joel Sing
2016-12-27
Expand DECLARE_ASN1_{NDEF,PRINT}_FUNCTION macros - no change in
Joel Sing
2016-12-27
Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been
Joel Sing
2016-12-27
Expand DECLARE_ASN1_ITEM - no change to preprocessor output.
Joel Sing
2016-11-05
More X509_STORE_CTX_set_*() return value checks.
Miod Vallat
2016-09-04
Expand DECLARE_ASN1_.*FUNCTIONS macros.
Joel Sing
2015-09-30
Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).
Joel Sing
2015-09-30
Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is
Joel Sing
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-07-29
Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated
Joel Sing
2015-07-25
Expand ASN.1 template macros - no change in generated assembly.
Joel Sing
2015-07-19
Verify ASN1 objects types before attempting to access them as a particular
Miod Vallat
2015-07-18
Check the return value of ASN1_STRING_set(), for it may fail to allocate
Miod Vallat
2015-07-15
Remove dead code. Coverity CID 21688
Miod Vallat
2015-03-19
Fix several crash causing defects from OpenSSL.
Ted Unangst
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
[next]