aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_cpols.c
Commit message (Expand)AuthorAgeFilesLines
* Don't leak memory from notice_section function on error pathMatt Caswell2016-06-011-0/+1
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Free an ASN1_OBJECT in an error pathMatt Caswell2016-04-281-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-0/+4
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-0/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-15/+17
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-5/+5
* Code style: space after 'if'Viktor Dukhovni2015-04-161-4/+4
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-2/+2
* Fix missing return checks in v3_cpols.cMatt Caswell2015-03-121-4/+12
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-5/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-321/+343
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-04-151-0/+1
* PR: 1864Dr. Stephen Henson2009-03-141-1/+8
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Support for policy mappings extension.Dr. Stephen Henson2008-08-121-1/+1
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* fix potential memory leak + improved error checkingNils Larsch2005-08-051-0/+9
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* New function X509_POLICY_NODE_print()Dr. Stephen Henson2004-03-311-1/+19
* PR: 627Dr. Stephen Henson2003-05-281-12/+12
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-5/+5
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-1/+1
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-131-7/+4
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-276/+41
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-5/+5
* Typesafety Thought Police part 5.Ben Laurie2000-05-171-13/+18
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-2/+2
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-7/+7
* Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1999-06-211-2/+2
* Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1999-06-201-21/+25
* Allows PKCS#12 password to be placed on command line and add allow configDr. Stephen Henson1999-05-081-9/+14
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-11/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-4/+4
* Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson1999-04-211-12/+7
* Change functions to ANSI C.Ulf Möller1999-04-191-75/+32
* Finish off support for Certificate Policies extension.Dr. Stephen Henson1999-04-191-1/+162
* Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson1999-04-181-0/+544