summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/pkcs12.c
AgeCommit message (Expand)Author
2023-03-06Rename struct ${app}_config to plain cfgTheo Buehler
2022-11-11Remove the legacy interactive mode from openssl(1).joshua
2022-09-14remove an extraneous empty lineTheo Buehler
2022-09-11Adjust for opaque structs in pkcs12.hTheo Buehler
2022-08-03Add workarounds for some symbols that are hidden under !LIBRESSL_INTERNALTheo Buehler
2022-04-28Fix comparison in openssl(1) pkcs12Kinichiro Inoguchi
2022-04-28Compare pointer value with NULL in openssl(1) pkcs12Kinichiro Inoguchi
2022-03-28Change internal functions to static in openssl(1) pkcs12Kinichiro Inoguchi
2022-03-28Remove unused function cert_load in openssl(1) pkcs12Kinichiro Inoguchi
2021-10-31Various minor adjustments to make openssl(1) compile with opaqueTheo Buehler
2021-10-23Prepare pcks12 for opaque structs in libcryptoTheo Buehler
2019-07-26Code clean up openssl(1) pkcs12Kinichiro Inoguchi
2019-07-26Remove unnecessary NULL checks before free in openssl(1) pkcs12Kinichiro Inoguchi
2019-07-24Convert openssl(1) pkcs12 to the newer style of option handlingKinichiro Inoguchi
2019-07-23Moving variables into struct in openssl(1) pkcs12Kinichiro Inoguchi
2018-02-07Indent labels with a single space so that diff prototypes are more useful.Joel Sing
2017-01-20rearrange pledge promises into the canonical order; easier to eyeballTheo de Raadt
2016-12-30Stop using M_PKCS12_* compatibility macros here as well.Joel Sing
2015-10-17Exit if a pledge call fails in non-interactive mode.Doug Hogan
2015-10-17add "tty" for several subcommands of opensslSebastien Marie
2015-10-10Initial support for pledges in openssl(1) commands.Doug Hogan
2015-09-11Remove engine command and parameters from openssl(1).Brent Cook
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2014-08-28openssl_setup() calls SSL_load_error_strings(), which happens to callJoel Sing
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing