aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/asn_pack.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-4/+4
2015-05-01free null cleanup finaleRich Salz1-4/+2
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-100/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-92/+100
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson1-2/+10
2009-07-27Update from 1.0.0-stable.Dr. Stephen Henson1-4/+4
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-2/+2
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-11-01size_tification.Ben Laurie1-2/+2
2008-06-04More type-checking.Ben Laurie1-4/+4
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller1-5/+5
2005-03-31Consistency.Ben Laurie1-3/+2
2005-03-31Simplicate and add lightness.Ben Laurie1-4/+2
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-7/+10
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-3/+3
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson1-2/+2
2000-12-30ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement ofDr. Stephen Henson1-0/+4
2000-12-28ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson1-1/+43
2000-06-21Fixes for Win32 build.Dr. Stephen Henson1-1/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-3/+3
1999-06-06More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson1-2/+2
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-17/+6
1999-04-16Fix some warnings. Contributed by Anonymous.Ben Laurie1-1/+3
1999-03-28Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson1-0/+154