summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/pkcs12.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Plug a bunch of leaks in the PKCS 12 codetb2024-12-261-8/+24
* openssl pkcs12: remove support for LMK and CSP attributestb2024-08-221-25/+1
* Expand only ever user of PBEPARAM_free() outside of libcryptotb2024-02-281-2/+3
* openssl pkcs12: rewrite without reaching into X509_ALGORtb2023-11-191-7/+10
* Rename struct ${app}_config to plain cfgtb2023-03-061-102/+102
* Remove the legacy interactive mode from openssl(1).joshua2022-11-111-6/+4
* remove an extraneous empty linetb2022-09-141-2/+1
* Adjust for opaque structs in pkcs12.htb2022-09-111-25/+38
* Add workarounds for some symbols that are hidden under !LIBRESSL_INTERNALtb2022-08-031-1/+7
* Fix comparison in openssl(1) pkcs12inoguchi2022-04-281-3/+3
* Compare pointer value with NULL in openssl(1) pkcs12inoguchi2022-04-281-31/+31
* Change internal functions to static in openssl(1) pkcs12inoguchi2022-03-281-24/+30
* Remove unused function cert_load in openssl(1) pkcs12inoguchi2022-03-281-19/+1
* Various minor adjustments to make openssl(1) compile with opaquetb2021-10-311-2/+5
* Prepare pcks12 for opaque structs in libcryptotb2021-10-231-69/+70
* Code clean up openssl(1) pkcs12inoguchi2019-07-261-61/+86
* Remove unnecessary NULL checks before free in openssl(1) pkcs12inoguchi2019-07-261-14/+7
* Convert openssl(1) pkcs12 to the newer style of option handlinginoguchi2019-07-241-214/+409
* Moving variables into struct in openssl(1) pkcs12inoguchi2019-07-231-125/+136
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-071-4/+4
* rearrange pledge promises into the canonical order; easier to eyeballderaadt2017-01-201-2/+2
* Stop using M_PKCS12_* compatibility macros here as well.jsing2016-12-301-3/+3
* Exit if a pledge call fails in non-interactive mode.doug2015-10-171-2/+4
* add "tty" for several subcommands of opensslsemarie2015-10-171-2/+2
* Initial support for pledges in openssl(1) commands.doug2015-10-101-1/+6
* Remove engine command and parameters from openssl(1).bcook2015-09-111-23/+4
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-221-3/+1
* openssl_setup() calls SSL_load_error_strings(), which happens to calljsing2014-08-281-4/+1
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+913