summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_skey.c
AgeCommit message (Expand)Author
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-08-23Constify some input parameters.FdaSilvaYY
2016-05-17Copyright consolidation 07/10Rich Salz
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-03-22Make X509_PUBKEY opaqueDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-09-16Embed X509_REQ_INFODr. Stephen Henson
2015-09-16Embed X509_CINFDr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-08-31make X509_REQ opaqueDr. Stephen Henson
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-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2001-02-02Various function for commmon operations.Dr. Stephen Henson
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson
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-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-19Change functions to ANSI C.Ulf Möller
1999-04-16Fix some warnings. Contributed by Anonymous.Ben Laurie
1999-03-14Using int for the digest length in EVP_DigestFinal() broke some compilers.Dr. Stephen Henson
1999-03-06Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson
1999-02-10More extension code. Incomplete support for subject and issuer altDr. Stephen Henson