summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_attr.c
AgeCommit message (Expand)Author
2020-10-15Update copyright yearMatt Caswell
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte
2016-08-22crypto/pkcs12: default to UTF-8.Andy Polyakov
2016-08-19Convert PKCS12* functions to use const gettersMatt Caswell
2016-08-16Convert PKCS8* functions to use const gettersMatt Caswell
2016-05-17Copyright consolidation 09/10Rich Salz
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson
2016-02-08Use new namesDr. Stephen Henson
2016-02-08pkcs12 accessorsDr. Stephen Henson
2016-02-08Make PKCS12 structures opaqueDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
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-16Make X509_ATTRIBUTE opaque.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2009-06-17Rename asc2uni and uni2asc functions to avoid clashes.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson
2001-01-14Change PKCS#12 key derivation routines to cope withDr. Stephen Henson
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie
1999-05-30Another stack.Ben Laurie
1999-05-01Another stack.Ben Laurie
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1999-03-29Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson