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
2016-11-06
don't dereference a if NULL
Brent Cook
2016-11-06
simplify error handling in c2i_ASN1_OBJECT
Brent Cook
2016-11-04
make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden
Bob Beck
2016-05-20
Fix a short-read bug in the previous version of asn1_d2i_read_bio
Brent Cook
2016-05-04
internal only negative types should not be handled here.
Ted Unangst
2016-05-04
be careful about consuming excessive memory by reading in chunks.
Ted Unangst
2016-05-04
revert the big change from yesterday to prepare for smaller commits.
Ted Unangst
2016-05-03
patch from openssl for multiple issues:
Ted Unangst
2016-03-17
explicit_bzero for asn1 objects on free. Too often these contain sensitive in...
Bob Beck
2016-03-11
X509_free(3) is NULL-safe, so remove NULL checks before its calls.
Michael McConville
2016-03-06
explict_bzero for some asn1 free's - ok miod@
Bob Beck
2015-12-23
remove NULL-checks before free()
Michael McConville
2015-12-23
assign pointer NULL rather than 0
Michael McConville
2015-12-23
assign pointer to NULL rather than 0
Michael McConville
2015-12-22
initialize a pointer to NULL rather than 0
Michael McConville
2015-12-12
move initialization of buf up to quell warnings and make it obvious the err c...
Bob Beck
2015-12-12
prevent possibly use of uninitialized variable
Bob Beck
2015-12-12
make the counter a size_t as well, which quells a warning on visual studio 2015
Bob Beck
2015-12-04
Fix for OpenSSL CVE-2015-3195
Bob Beck
2015-10-22
Another change that is needed to restore the previous behaviour of
Joel Sing
2015-10-22
Restore previous behaviour and allow
Joel Sing
2015-10-19
Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the
Bob Beck
2015-10-16
Remove pointless externs - the structs are declared in the same files a
Joel Sing
2015-10-16
Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const
Joel Sing
2015-10-16
Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.
Joel Sing
2015-10-13
Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL.
Joel Sing
2015-10-08
Rip the guts out of another gibbering horror of a time comparison function, and
Bob Beck
2015-10-08
revert previous accidental commit
Bob Beck
2015-10-08
Spelling in comment
Bob Beck
2015-10-06
prefer limits.h over sys/limits.h
Brent Cook
2015-10-05
Make sure dot is not set after tz - fixes incorrect handling, which allows
Joel Sing
2015-10-04
Apply some style(9), tweak a few things for readability and add some
Joel Sing
2015-10-02
Flense the greasy black guts of unreadble string parsing code out of three areas
Bob Beck
2015-09-30
Place all of the ASN1 M_ macros under #ifndef LIBRESSL_INTERNAL.
Joel Sing
2015-09-30
Expand M_i2d_ASN1_OCTET_STRING macros - no change in generated assembly,
Joel Sing
2015-09-30
s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/
Joel Sing
2015-09-30
Replace M_ASN1_ENUMERATED_(free|new) with ASN1_ENUMERATED_(free|new).
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_UTCTIME_(new|free) with ASN1_UTCTIME_(new|free).
Joel Sing
2015-09-30
Replace M_ASN1_GENERALIZEDTIME_(new|free) with
Joel Sing
2015-09-30
Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is
Joel Sing
2015-09-30
Remove unnecessary type assignments - M_ASN1_INTEGER_new() already sets
Joel Sing
2015-09-29
Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls to
Joel Sing
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-09-10
Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.
Joel Sing
2015-07-29
Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated
Joel Sing
2015-07-29
Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9)
Joel Sing
2015-07-27
Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should be
Joel Sing
2015-07-25
Place the ASN.1 template macros (and remaining implement macros) under
Joel Sing
2015-07-25
Manually expand ASN.1 template macros - only change in generated assembly
Joel Sing
[next]