aboutsummaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-0/+1
* PKCS12 app: Improve readability w.r.t. enc_flag, renamed to enc_nameDr. David von Oheimb2022-01-111-6/+5
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-3/+3
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-6/+3
* X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb2021-11-111-1/+1
* apps/pkcs12: Do not assume null termination of ASN1_UTF8STRINGTomas Mraz2021-08-311-1/+2
* Don't add the first pkcs12 certificate multiple timesMatt Caswell2021-07-091-4/+7
* apps: use get_cipher_any() instead of get_cipher() for commands that support ...Pauli2021-06-161-1/+1
* pkcs12: use the app's libctx and property query when searching for algorithmsPauli2021-06-151-1/+2
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* remove end of line whitespacePauli2021-04-301-2/+2
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-301-13/+37
* APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb2021-04-241-3/+1
* Fetch and free cipher and md'sRich Salz2021-04-201-4/+5
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz2021-03-151-3/+3
* Fix option description for PKCS#12 exportTobias Nießen2021-03-141-1/+1
* Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz2021-03-101-9/+11
* apps/pkcs12: Allow continuing on absent macTomas Mraz2021-03-091-0/+9
* apps/pkcs12: Detect missing PKCS12KDF support on importTomas Mraz2021-03-091-0/+10
* apps/pkcs12: Properly detect MAC setup failureTomas Mraz2021-03-091-1/+5
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Fetch cipher after loading providersRich Salz2021-02-121-9/+16
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* 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-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