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
/
asn1
Age
Commit message (
Expand
)
Author
2014-04-27
Use C99 initializers for the various FOO_METHOD structs. More readable, and
Miod Vallat
2014-04-27
static const char * = "" -> static const char[] = "", to produce shorter code.
Miod Vallat
2014-04-27
Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is to
Miod Vallat
2014-04-26
Replace all use of ERR_add_error_data with ERR_asprintf_error_data.
Bob Beck
2014-04-23
Unifdef -UPEDANTIC. ok beck@ tedu@
Miod Vallat
2014-04-23
Remove duplicate pointer assignment in ASN1_primitive_free(); Dirk Engling
Miod Vallat
2014-04-23
Casting from a const unsigned char ** to a const unsigned char ** seems...
Joel Sing
2014-04-23
Make sure ret->name is NULL'ed before return when freeing.
Bob Beck
2014-04-23
Rather than sprinkling magical numbers everywhere, we can use sizeof()
Bob Beck
2014-04-22
null a pointer to prevent double free. from Dirk Engling
Ted Unangst
2014-04-22
fix memory leaks. from Dirk Engling
Ted Unangst
2014-04-21
improve realloc/calloc/malloc patterns; ok guenther
Theo de Raadt
2014-04-21
Delete #if 0'd time related functions which are totally expired.
Theo de Raadt
2014-04-21
fix accidentally deleted deref.
Bob Beck
2014-04-20
ASN1_STRING cleanup - realloc has handled NULL since I had a mullet
Bob Beck
2014-04-20
replace a bunch of pointer-arithmatic-strcpy-converted-blindly-to-strlcpy
Bob Beck
2014-04-19
another attempt at fixing stale x509 data. since we don't know where the
Ted Unangst
2014-04-19
can't actually do this. cause unknown.
Ted Unangst
2014-04-19
More KNF.
Joel Sing
2014-04-19
More KNF.
Joel Sing
2014-04-19
More KNF.
Joel Sing
2014-04-19
We'll interpret a (void) cast on snprintf() to mean it's been verified that
Philip Guenther
2014-04-19
More KNF.
Joel Sing
2014-04-19
More KNF.
Joel Sing
2014-04-19
More KNF.
Joel Sing
2014-04-19
More KNF.
Joel Sing
2014-04-19
use intrinsic strlcpy and strlcat everywhere so we only have one set of
Bob Beck
2014-04-18
OPENSSL_gmtime() is really just gmtime_r(); ok guenther
Theo de Raadt
2014-04-18
tone down some XXXXX to not appear in grep
Ted Unangst
2014-04-18
Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as there
Miod Vallat
2014-04-18
guenther would prefer more separation
Ted Unangst
2014-04-18
Some dude named Tavis Ormandy reported a bug which has gone unfixed.
Ted Unangst
2014-04-18
blank lines between decls and code
Ted Unangst
2014-04-18
More KNF.
Joel Sing
2014-04-18
More KNF.
Joel Sing
2014-04-18
More KNF.
Joel Sing
2014-04-18
More KNF.
Joel Sing
2014-04-18
add braces missed when fixing leaks
Jonathan Gray
2014-04-18
More KNF.
Joel Sing
2014-04-18
lob a few more knf grenades in here to soften things up.
Ted Unangst
2014-04-18
putting most of the braces in the right column is the very least we can do.
Ted Unangst
2014-04-17
kill REF_PRINT/REF_CHECK debugging framework noone would use
Theo de Raadt
2014-04-17
sprintf: bad.
Miod Vallat
2014-04-17
fix some more leaks, mostly suggestions from miod
Jonathan Gray
2014-04-17
fix some of the leaks
Jonathan Gray
2014-04-17
Initial KNF.
Joel Sing
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-16
fix a few bugs observed on http://www.viva64.com/en/b/0250/
Ted Unangst
2014-04-15
we don't use these files for building
Ted Unangst
2014-04-15
The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow for
Miod Vallat
[next]