aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/a_print.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
There are header files in crypto/ that are used by a number of crypto/ submodules. Move those to crypto/include/internal and adapt the affected source code and Makefiles. The header files that got moved are: crypto/cryptolib.h crypto/md32_common.h Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-61/+63
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-08-15RT3023: Redundant logical expressionsHans Wennborg1-1/+0
Remove some redundant logical expressions Reviewed-by: Emilia Kasper <emilia@silkandcyanide.net>
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-4/+3
knock-on work than expected - they've been extracted into a patch series that can be completed elsewhere, or in a different branch, before merging back to HEAD.
2008-11-01More size_tification.Ben Laurie1-2/+3
2008-11-01size_tification.Ben Laurie1-1/+1
2005-03-30Constification.Ben Laurie1-1/+1
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-70/+0
to main trunk. Lets see if the makes it to openssl-cvs :-)
1999-12-08Add i2d_ASN1_PRINTABLESTRING() function, and do 'make update'Dr. Stephen Henson1-0/+3
1999-10-23Don't return stuff from void functions.Ben Laurie1-5/+5
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-0/+29
tolerated in certificates.
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1-0/+8
Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-4/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
Submitted by: Reviewed by: PR:
1999-04-19Change functions to ANSI C.Ulf Möller1-42/+20
1999-04-17Allow asn1parse to print out VISIBLESTRING and some code needed for certificateDr. Stephen Henson1-0/+22
policies extension.
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+161