summaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check non-option argumentsRich Salz2020-12-151-2/+4
* apps/pkcs12.c: Improve user guidance, re-ordering no-export vs. export optionsDr. David von Oheimb2020-12-031-77/+106
* apps/pkcs12.c: Correct default legacy algs and make related doc consistentDr. David von Oheimb2020-12-011-16/+22
* apps/pkcs12: Clean up the order in which many options are presentedDr. David von Oheimb2020-11-191-24/+26
* apps/pkcs12: Really do not perform MAC in case -nomacDr. David von Oheimb2020-11-191-0/+1
* apps/pkcs12: Do not prompt for password in case -nomac and -noenc/-nodesDr. David von Oheimb2020-11-191-1/+1
* Minor cleanup of error output for various appsDavid von Oheimb2020-11-191-1/+3
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-2/+1
* Fix safestack issues in pkcs12.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in pkcs7.hMatt Caswell2020-09-131-1/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Fix coverity issue: CID 1466479 - Resource leak in apps/pkcs12.cShane Lontis2020-09-121-3/+5
* apps/pkcs12.c: Add -untrusted optionDr. David von Oheimb2020-08-271-49/+114
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-201-4/+17
* Add new APIs to get PKCS12 secretBag OID and valueJon Spillett2020-08-061-0/+14
* apps/pkcs12: Change defaults from RC2 to PBES2 with PBKDF2Sahana Prasad2020-08-061-11/+35
* Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb2020-07-281-2/+4
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Don't compile commands if disabledRich Salz2020-04-101-28/+23
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis2020-02-041-3/+4
* Add -iter option to pkcs12 commandIbrahim M. Ghazal2020-01-021-4/+10
* Add "sections" to -help outputRich Salz2019-11-071-34/+44
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-031-4/+14
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* apps/pkcs12: print multiple PKCS#12 safeBag attribute values if presentJon Spillett2019-09-171-26/+38
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Complain if -twopass is used incorrectlyMatt Caswell2019-01-301-0/+7
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-081-6/+6
* Fix building without scryptJohannes Bauer2017-08-081-0/+2
* handle scrypt PBKDF in PKCS#12 files infoHubert Kario2017-07-261-0/+16
* nicer formatting for MAC infoHubert Kario2017-07-261-2/+2
* more info about PKCS#12 structure MACHubert Kario2017-07-261-2/+10
* pkcs12.c better formatting for unsupported paramsHubert Kario2017-07-261-3/+3
* Standardize apps use of -rand, etc.Rich Salz2017-07-171-16/+8
* Bounds check string functions in apps.Pauli2017-07-061-3/+5
* Undo commit d420ac2Rich Salz2017-07-051-1/+1
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-031-3/+3
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-14/+19
* -inkey can be an identifier, not just a fileRich Salz2017-05-211-1/+1
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Support broken PKCS#12 key generation.Dr. Stephen Henson2016-08-251-4/+23
* Avoid more compiler warnings for use of uninitialised variablesRichard Levitte2016-08-221-1/+1
* Convert PKCS12* functions to use const gettersMatt Caswell2016-08-191-19/+21