aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_utl.c
Commit message (Collapse)AuthorAgeFilesLines
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
|
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
|
* More ASN1 reformat/tidy.Dr. Stephen Henson2004-04-251-52/+77
|
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+1
| | | | | | | | functions and macros. This change has associated tags: LEVITTE_before_const and LEVITTE_after_const. Those will be removed when this change has been properly reviewed.
* Preliminary streaming ASN1 encode support.Dr. Stephen Henson2002-10-031-1/+2
|
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-1/+1
| | | | | | | | change the way ASN1 modules are exported. Still needs a bit of work for example the hack which a dummy function prototype to avoid compilers warning about multiple ;s.
* Include string.h so mem* functions get properly declared.Richard Levitte2001-02-201-0/+1
|
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-0/+252
to main trunk. Lets see if the makes it to openssl-cvs :-)