aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_prn.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell1-2/+2
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson1-1/+1
2016-07-25Enforce and explicit some const castingFdaSilvaYY1-1/+1
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-2/+2
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/+5
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-03-23make X509_EXTENSION opaqueDr. Stephen Henson1-15/+15
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-143/+168
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz1-1/+1
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie1-1/+1
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-1/+2
2003-09-27Change the indentation from 12 to indent+4.Richard Levitte1-1/+1
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte1-1/+1
2003-03-31Don't feil when indent is 0.Richard Levitte1-1/+1
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-2/+2
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2001-02-06Fix potential buffer overrun for EBCDIC.Ulf Möller1-6/+20
2000-12-20Fixes to OCSP print code.Dr. Stephen Henson1-1/+1
2000-12-14New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson1-0/+33
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson1-4/+9
2000-10-06More code for X509_print_ex() support.Dr. Stephen Henson1-3/+33
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-1/+1
2000-02-01EBCDIC support.Ulf Möller1-0/+16
1999-08-08A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.Ralf S. Engelschall1-0/+2
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1-7/+7
1999-04-27Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson1-3/+6
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-20Fix lots of warnings.Ulf Möller1-1/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-15/+3
1999-03-27Add initial support for Thawte strong extranet certificate extensions andDr. Stephen Henson1-8/+16
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1-4/+3
1999-02-10More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1-1/+1
1999-01-24Initial addition of new X509 V3 files, tidy of old files.Dr. Stephen Henson1-0/+134