aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_skey.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* Constify some input parameters.FdaSilvaYY2016-08-231-2/+3
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-2/+2
* Make X509_PUBKEY opaqueDr. Stephen Henson2016-03-221-6/+9
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Embed X509_REQ_INFODr. Stephen Henson2015-09-161-1/+1
* Embed X509_CINFDr. Stephen Henson2015-09-161-1/+1
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-0/+1
* make X509_REQ opaqueDr. Stephen Henson2015-08-311-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-3/+3
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-5/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-71/+76
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-1/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Fix more error codes.Bodo Möller2005-05-111-4/+4
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-1/+1
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-1/+1
* Various function for commmon operations.Dr. Stephen Henson2001-02-021-4/+1
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-131-6/+4
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-14/+7
* Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1999-06-211-2/+3
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-6/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-11/+6
* Fix some warnings. Contributed by Anonymous.Ben Laurie1999-04-161-1/+1
* Using int for the digest length in EVP_DigestFinal() broke some compilers.Dr. Stephen Henson1999-03-141-1/+1
* Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson1999-03-061-1/+1
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-7/+2
* More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1999-02-101-0/+171