summaryrefslogtreecommitdiff
path: root/crypto/asn1/tasn_prn.c
Commit message (Collapse)AuthorAgeFilesLines
* ASN.1 print fix.Dr. Stephen Henson2015-03-121-0/+1
| | | | | | | | When printing out an ASN.1 structure if the type is an item template don't fall thru and attempt to interpret as a primitive type. Reviewed-by: Andy Polyakov <appro@openssl.org> (cherry picked from commit 5dc1247a7494f50c88ce7492518bbe0ce6f124fa)
* Fix asn1_item_print_ctxMatt Caswell2015-03-121-0/+2
| | | | | | | | The call to asn1_do_adb can return NULL on error, so we should check the return value before attempting to use it. Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit 34a7ed0c39aa3ab67eea1e106577525eaf0d7a00)
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-495/+450
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* ans1/tasn_prn.c: avoid bool in variable names [from HEAD].Andy Polyakov2012-03-291-6/+6
| | | | PR: 2776
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
|
* More type-checking.Ben Laurie2008-06-041-2/+5
|
* Support custom primitive type printing routines and add one to LONG type.Dr. Stephen Henson2008-02-081-0/+4
|
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-1/+1
| | | | casts.
* Print out zero length string properly.Dr. Stephen Henson2006-04-141-1/+2
|
* Fix for Win32.Dr. Stephen Henson2005-09-161-3/+3
|
* Update to ASN1 printing code.Dr. Stephen Henson2005-09-031-3/+31
|
* Update ASN1 printing code and add a -print option to 'pkcs7' utility forDr. Stephen Henson2005-09-011-0/+3
| | | | initial testing.
* Initial support for ASN1 print code.Dr. Stephen Henson2005-09-011-20/+0
| | | | | WARNING WARNING WARNING, experimental code, handle with care, use at your own risk, may contain nuts.
* New version of ASN1 print code, still not compiled in though.Dr. Stephen Henson2005-08-201-62/+160
|
* Update ASN1 printing code. Highly experimental, not working properly (neitherDr. Stephen Henson2005-07-261-98/+410
| | | | did the old code) and not compiled in yet...
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
|
* Vade retro C++ comments!Richard Levitte2001-07-311-1/+3
| | | | (Latin for "comments", anyone?)
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-0/+196
to main trunk. Lets see if the makes it to openssl-cvs :-)