summaryrefslogtreecommitdiff
path: root/apps/pkcs12.c
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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-081-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-071-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-161-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
* Constify X509_SIG.Dr. Stephen Henson2016-08-171-7/+7
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-2/+2
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-3/+3
* Convert PKCS8* functions to use const gettersMatt Caswell2016-08-161-2/+2
* print out MAC algorithmDr. Stephen Henson2016-07-291-3/+7
* Support PKCS v2.0 print in pkcs12 utility.Dr. Stephen Henson2016-07-081-9/+63
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+5
* Check return of PEM_write_* functions and report possible errorsRichard Levitte2016-05-041-4/+5
* Make many X509_xxx types opaque.Rich Salz2016-04-151-8/+15
* Fix "no-ui" configurationRichard Levitte2016-03-311-14/+39
* Fix no-desMatt Caswell2016-03-181-1/+3
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-111-1/+3
* Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2016-03-071-2/+2