aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/asn1_par.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-03-24free NULL cleanupRich Salz1-8/+4
2015-03-23Remove {i2d,d2i}_ASN1_BOOLEANDr. Stephen Henson1-6/+2
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-4/+4
2015-03-09Fix wrong numbers being passed as string lengthsDmitry-Me1-1/+1
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz1-4/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-354/+314
2015-01-22Fix strange formatting by indentMatt Caswell1-8/+16
2014-12-10RT3543: Remove #ifdef LINTRich Salz1-3/+0
2009-10-01PR: 2056Dr. Stephen Henson1-1/+1
2009-01-28Print out UTF8 and NumericString types in ASN1 parsing utility.Dr. Stephen Henson1-0/+2
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-14/+12
2008-11-01size_tification.Ben Laurie1-12/+14
2007-10-13Bunch of constifications.Andy Polyakov1-1/+1
2006-03-15fix problems found by coverity: remove useless codeNils Larsch1-10/+3
2006-01-03In ASN1_parse() show tag value for ASN1 tags > 30.Dr. Stephen Henson1-1/+4
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch1-1/+1
2005-04-05some const fixes and cleanupNils Larsch1-4/+5
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-5/+5
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-3/+3
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-6/+1
2002-07-04AES cipher suites are now official (RFC3268)Bodo Möller1-6/+26
2000-08-04Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson1-2/+2
2000-07-27Add the possibility to get hexdumps of unprintable data when usingRichard Levitte1-5/+43
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-4/+4
1999-10-05Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson1-1/+1
1999-09-07New function to convert ASN1 tag values to strings. Also fix typo in asn1.hDr. Stephen Henson1-48/+22
1999-07-24Don't include x509.h when we just need asn1.hBodo Möller1-1/+1
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-6/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-3/+3
1999-04-19Change functions to ANSI C.Ulf Möller1-18/+5
1999-04-17Allow asn1parse to print out VISIBLESTRING and some code needed for certificateDr. Stephen Henson1-2/+3
1999-04-17Massive constification.Ben Laurie1-3/+4
1999-02-09Support for ASN1 ENUMERATED type. This copies and duplicates the ASN1_INTEGERDr. Stephen Henson1-0/+34
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-1/+2
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-2/+8
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+387