summaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesMatt Caswell
2024-03-25Add NULL check before accessing PKCS7 encrypted algorithmViliam Lejčík
2023-12-13pkcs12: Do not forcibly load the config fileTomas Mraz
2023-10-20Convert jdkTrustedKeyUsage to be a pkcs12 cmd line optionNeil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-06-10Coverity 1528486: Avoid assignment of unused value of bagsTomas Mraz
2023-06-03Remove pointless warning on pkcs12 importDmitry Belyavskiy
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb
2023-05-18pkcs12: Fix macsaltlen parameter typeMarco Abbadini
2022-09-27Coverity 1515538: resource leakPauli
2022-09-23Allow PKCS12 export to set arbitrary bag attributesGraham Woodward
2022-08-01Fix wrong default algorithm in openssl pkcs12 helpArne Schwabe
2022-06-30Update the default macsaltlen and Add the configure for macsaltlenKan
2022-05-03Update copyright yearMatt Caswell
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2022-01-11PKCS12 app: Improve readability w.r.t. enc_flag, renamed to enc_nameDr. David von Oheimb
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-11-11X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb
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