aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_prn.c
Commit message (Collapse)AuthorAgeFilesLines
* RT1815: More const'ness improvementsJustin Blanchard2014-08-181-2/+2
| | | | | | | | Add a dozen more const declarations where appropriate. These are from Justin; while adding his patch, I noticed ASN1_BIT_STRING_check could be fixed, too. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
* ans1/tasn_prn.c: avoid bool in variable names.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 :-)