summaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
AgeCommit message (Expand)Author
2024-06-04Copyright year updatesTomas Mraz
2024-05-14apps/pkcs12: Not writing the private key file until the import password is ve...naaysayer
2024-03-25Add NULL check before accessing PKCS7 encrypted algorithmViliam Lejčík
2022-10-11Update copyright yearMatt Caswell
2022-08-01Fix wrong default algorithm in openssl pkcs12 helpArne Schwabe
2021-08-31apps/pkcs12: Do not assume null termination of ASN1_UTF8STRINGTomas Mraz
2021-07-09Don't add the first pkcs12 certificate multiple timesMatt Caswell
2021-06-16apps: use get_cipher_any() instead of get_cipher() for commands that support ...Pauli
2021-06-15pkcs12: use the app's libctx and property query when searching for algorithmsPauli
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-30remove end of line whitespacePauli
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-24APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-03-15apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz
2021-03-14Fix option description for PKCS#12 exportTobias Nießen
2021-03-10Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz
2021-03-09apps/pkcs12: Allow continuing on absent macTomas Mraz
2021-03-09apps/pkcs12: Detect missing PKCS12KDF support on importTomas Mraz
2021-03-09apps/pkcs12: Properly detect MAC setup failureTomas Mraz
2021-02-18Update copyright yearMatt Caswell
2021-02-12Fetch cipher after loading providersRich Salz
2021-02-12Load rand state after loading providersRich Salz
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