aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_skey.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-16Embed X509_REQ_INFODr. Stephen Henson1-1/+1
2015-09-16Embed X509_CINFDr. Stephen Henson1-1/+1
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-0/+1
2015-08-31make X509_REQ opaqueDr. Stephen Henson1-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-3/+3
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-5/+5
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-71/+76
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-1/+2
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2005-05-11Fix more error codes.Bodo Möller1-4/+4
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-1/+1
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-1/+1
2001-02-02Various function for commmon operations.Dr. Stephen Henson1-4/+1
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson1-6/+4
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-14/+7
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1-2/+3
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-6/+0
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-11/+6
1999-04-16Fix some warnings. Contributed by Anonymous.Ben Laurie1-1/+1
1999-03-14Using int for the digest length in EVP_DigestFinal() broke some compilers.Dr. Stephen Henson1-1/+1
1999-03-06Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson1-1/+1
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1-7/+2
1999-02-10More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1-0/+171