summaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
AgeCommit message (Expand)Author
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-10Don't compile commands if disabledRich Salz
2020-03-07cmdline app: add provider commandline options.Pauli
2020-02-04Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis
2020-01-02Add -iter option to pkcs12 commandIbrahim M. Ghazal
2019-11-08Add "sections" to -help outputRich Salz
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-17apps/pkcs12: print multiple PKCS#12 safeBag attribute values if presentJon Spillett
2019-07-02Fix TyposAntoine Cœur
2019-01-30Complain if -twopass is used incorrectlyMatt Caswell
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-08-08Fix building without scryptJohannes Bauer
2017-07-26handle scrypt PBKDF in PKCS#12 files infoHubert Kario
2017-07-26nicer formatting for MAC infoHubert Kario
2017-07-26more info about PKCS#12 structure MACHubert Kario
2017-07-26pkcs12.c better formatting for unsupported paramsHubert Kario
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-06Bounds check string functions in apps.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-05-21-inkey can be an identifier, not just a fileRich Salz
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-08-25Support broken PKCS#12 key generation.Dr. Stephen Henson
2016-08-22Avoid more compiler warnings for use of uninitialised variablesRichard Levitte
2016-08-19Convert PKCS12* functions to use const gettersMatt Caswell
2016-08-17Constify X509_SIG.Dr. Stephen Henson
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-08-16Convert PKCS8* functions to use const gettersMatt Caswell
2016-07-29print out MAC algorithmDr. Stephen Henson
2016-07-08Support PKCS v2.0 print in pkcs12 utility.Dr. Stephen Henson
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-04Check return of PEM_write_* functions and report possible errorsRichard Levitte
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-03-31Fix "no-ui" configurationRichard Levitte
2016-03-18Fix no-desMatt Caswell
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-20argv was set but unusedKurt Roeckx
2016-02-08fix various formatting issuesDr. Stephen Henson
2016-02-08Use new namesDr. Stephen Henson
2016-02-08Use accessors in pkcs12 app.Dr. Stephen Henson