Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / apps / pkcs12.c
2024-04-09 Matt CaswellCopyright year updates
2024-03-25 Viliam LejčíkAdd NULL check before accessing PKCS7 encrypted algorithm
2023-12-13 Tomas Mrazpkcs12: Do not forcibly load the config file
2023-10-20 Neil HormanConvert jdkTrustedKeyUsage to be a pkcs12 cmd line...
2023-09-07 Matt CaswellCopyright year updates
2023-06-10 Tomas MrazCoverity 1528486: Avoid assignment of unused value...
2023-06-03 Dmitry BelyavskiyRemove pointless warning on pkcs12 import
2023-05-25 Dr. David von OheimbAPPS: replace awkward and error-prone pattern by calls...
2023-05-18 Marco Abbadinipkcs12: Fix macsaltlen parameter type
2022-09-27 PauliCoverity 1515538: resource leak
2022-09-23 Graham WoodwardAllow PKCS12 export to set arbitrary bag attributes
2022-08-01 Arne SchwabeFix wrong default algorithm in openssl pkcs12 help
2022-06-30 KanUpdate the default macsaltlen and Add the configure...
2022-05-03 Matt CaswellUpdate copyright year
2022-01-11 Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2022-01-11 Dr. David von OheimbPKCS12 app: Improve readability w.r.t. enc_flag, rename...
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-11-11 Dr. David von OheimbX509: Fix handling of AKID and SKID extensions accordin...
2021-08-31 Tomas Mrazapps/pkcs12: Do not assume null termination of ASN1_UTF...
2021-07-09 Matt CaswellDon't add the first pkcs12 certificate multiple times
2021-06-16 Pauliapps: use get_cipher_any() instead of get_cipher()...
2021-06-15 Paulipkcs12: use the app's libctx and property query when...
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-04-29 Pauliremove end of line whitespace
2021-04-29 Jon SpillettAdd library context and property query support into...
2021-04-24 Dr. David von OheimbAPPS: Improve diagnostics for string options and option...
2021-04-20 Rich SalzFetch and free cipher and md's
2021-04-14 Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-03-15 Tomas Mrazapps: Add maybe_stdin argument to load_certs and set...
2021-03-14 Tobias NießenFix option description for PKCS#12 export
2021-03-10 Tomas MrazChange default algorithms in PKCS12_create() and PKCS12...
2021-03-09 Tomas Mrazapps/pkcs12: Allow continuing on absent mac
2021-03-09 Tomas Mrazapps/pkcs12: Detect missing PKCS12KDF support on import
2021-03-09 Tomas Mrazapps/pkcs12: Properly detect MAC setup failure
2021-02-18 Matt CaswellUpdate copyright year
2021-02-11 Rich SalzFetch cipher after loading providers
2021-02-11 Rich SalzLoad rand state after loading providers
2020-12-15 Rich SalzCheck non-option arguments
2020-12-03 Dr. David von Oheimbapps/pkcs12.c: Improve user guidance, re-ordering no...
2020-12-01 Dr. David von Oheimbapps/pkcs12.c: Correct default legacy algs and make...
2020-11-19 Dr. David von Oheimbapps/pkcs12: Clean up the order in which many options...
2020-11-19 Dr. David von Oheimbapps/pkcs12: Really do not perform MAC in case -nomac
2020-11-19 Dr. David von Oheimbapps/pkcs12: Do not prompt for password in case -nomac...
2020-11-19 David von OheimbMinor cleanup of error output for various apps
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-13 Matt CaswellFix safestack issues in pkcs12.h
2020-09-13 Matt CaswellFix safestack issues in pkcs7.h
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-12 Shane LontisFix coverity issue: CID 1466479 - Resource leak in...
2020-08-27 Dr. David von Oheimbapps/pkcs12.c: Add -untrusted option
2020-08-20 Dr. David von Oheimbapps: make use of OSSL_STORE for generalized certs...
2020-08-06 Jon SpillettAdd new APIs to get PKCS12 secretBag OID and value
2020-08-06 Sahana Prasadapps/pkcs12: Change defaults from RC2 to PBES2 with...
2020-07-28 Dr. David von OheimbDeprecate -nodes in favor of -noenc in pkcs12 and req app
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-10 Rich SalzDon't compile commands if disabled
2020-03-07 Paulicmdline app: add provider commandline options.
2020-02-04 Shane LontisFix coverity issues CID 1457745...1457752, 1457853...
2020-01-02 Ibrahim M. GhazalAdd -iter option to pkcs12 command
2019-11-07 Rich SalzAdd "sections" to -help output
2019-11-03 Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-17 Jon Spillettapps/pkcs12: print multiple PKCS#12 safeBag attribute...
2019-07-02 Antoine CœurFix Typos
2019-01-30 Matt CaswellComplain if -twopass is used incorrectly
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-08-08 Johannes BauerFix building without scrypt
2017-07-26 Hubert Kariohandle scrypt PBKDF in PKCS#12 files info
2017-07-26 Hubert Karionicer formatting for MAC info
2017-07-26 Hubert Kariomore info about PKCS#12 structure MAC
2017-07-26 Hubert Kariopkcs12.c better formatting for unsupported params
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-07-06 PauliBounds check string functions in apps.
2017-07-05 Rich SalzUndo commit d420ac2
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-05-21 Rich Salz-inkey can be an identifier, not just a file
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-08-25 Dr. Stephen HensonSupport broken PKCS#12 key generation.
2016-08-22 Richard LevitteAvoid more compiler warnings for use of uninitialised...
2016-08-19 Matt CaswellConvert PKCS12* functions to use const getters
2016-08-17 Dr. Stephen HensonConstify X509_SIG.
2016-08-17 FdaSilvaYYConstify char* input parameters in apps code
2016-08-17 Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-16 Matt CaswellConvert PKCS8* functions to use const getters
2016-07-29 Dr. Stephen Hensonprint out MAC algorithm
2016-07-08 Dr. Stephen HensonSupport PKCS v2.0 print in pkcs12 utility.
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-04 Richard LevitteCheck return of PEM_write_* functions and report possib...
2016-04-15 Rich SalzMake many X509_xxx types opaque.
2016-03-31 Richard LevitteFix "no-ui" configuration
2016-03-18 Matt CaswellFix no-des
2016-03-11 Dr. Stephen HensonMake X509_SIG opaque.
next