summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_sbag.c
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-06-20Update copyright yearMatt Caswell
2018-06-18remove needless and misleading malloc failure error messages of PKCS12_SAFEBA...David von Oheimb
2016-08-19Convert PKCS12* 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-11Typo: only return error if unrecognise bag type.Dr. Stephen Henson
2016-02-08fix various formatting issuesDr. Stephen Henson
2016-02-08use new function namesDr. Stephen Henson
2016-02-08Reorganise functions.Dr. Stephen Henson
2000-12-30Delete PKCS#12 redundant files.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-16Typesafety Thought Police Part 2.Ben Laurie
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie
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-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson
1999-03-29Various PKCS#12 related tidies and fixes: it might even compile now :-)Dr. Stephen Henson
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson