summaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
AgeCommit message (Expand)Author
2020-12-15Check non-option argumentsRich Salz
2020-12-03apps/pkcs12.c: Improve user guidance, re-ordering no-export vs. export optionsDr. David von Oheimb
2020-12-01apps/pkcs12.c: Correct default legacy algs and make related doc consistentDr. David von Oheimb
2020-11-19apps/pkcs12: Clean up the order in which many options are presentedDr. David von Oheimb
2020-11-19apps/pkcs12: Really do not perform MAC in case -nomacDr. David von Oheimb
2020-11-19apps/pkcs12: Do not prompt for password in case -nomac and -noenc/-nodesDr. David von Oheimb
2020-11-19Minor cleanup of error output for various appsDavid von Oheimb
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-12Fix coverity issue: CID 1466479 - Resource leak in apps/pkcs12.cShane Lontis
2020-08-27apps/pkcs12.c: Add -untrusted optionDr. David von Oheimb
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett
2020-08-06apps/pkcs12: Change defaults from RC2 to PBES2 with PBKDF2Sahana Prasad
2020-07-28Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb
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