aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/p8_pkey.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Constify private key decode.Dr. Stephen Henson1-2/+2
2016-08-16Convert PKCS8* functions to use const gettersMatt Caswell1-1/+2
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson1-1/+1
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+5
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson1-40/+24
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-02-03Check PKCS#8 pkey field is valid before cleansing.Dr. Stephen Henson1-1/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-82/+71
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson1-0/+70
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson1-2/+3
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-2/+2
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson1-1/+1
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-61/+18
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-1/+1
2000-02-05Add support for some broken PKCS#8 formats.Dr. Stephen Henson1-2/+0
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-2/+2
1999-07-21Torture weak compilers less by not automatically including x509.h whereBodo Möller1-0/+1
1999-05-30Another stack.Ben Laurie1-6/+9
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-5/+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-10/+5
1999-03-28Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson1-0/+135