aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_bitst.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-29Join the x509 and x509v3 directoriesRichard Levitte1-93/+0
2018-12-06Following the license change, modify the boilerplates in crypto/x509v3/Richard Levitte1-1/+1
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-0/+1
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-1/+1
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-2/+2
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-3/+3
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-68/+69
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-2/+2
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson1-1/+6
2004-03-28Make {i2v,v2i}_ASN1_BIT_STRING global.Dr. Stephen Henson1-8/+2
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson1-0/+1
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-8/+2
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1-10/+13
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1-2/+2
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-7/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-9/+5
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1-6/+2
1999-02-19Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson1-1/+1
1999-02-10More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1-3/+3
1999-02-06Rename v3_bitstr.c to v3_bitst.c to fit in 8+3. Rebuild MINFO to reflectDr. Stephen Henson1-0/+159