summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_cpols.c
AgeCommit message (Expand)Author
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-03-12Fix missing return checks in v3_cpols.cMatt Caswell
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2009-04-15Updates from 1.0.0-stable.Dr. Stephen Henson
2009-03-14PR: 1864Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-08-12Support for policy mappings extension.Dr. Stephen Henson
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2005-08-05fix potential memory leak + improved error checkingNils Larsch
2005-05-11Fix more error codes.Bodo Möller
2004-03-31New function X509_POLICY_NODE_print()Dr. Stephen Henson
2003-05-28PR: 627Dr. Stephen Henson
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-17Typesafety Thought Police part 5.Ben Laurie
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson
1999-05-08Allows PKCS#12 password to be placed on command line and add allow configDr. Stephen Henson
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-21Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-19Finish off support for Certificate Policies extension.Dr. Stephen Henson
1999-04-18Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson