summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/pkey.c
AgeCommit message (Expand)Author
2024-08-29Remove check and pubcheck from openssl pkey and pkeyparamTheo Buehler
2023-07-23sprinkle some void between () in function definitionsTheo Buehler
2023-03-06Rename struct ${app}_config to plain cfgTheo Buehler
2022-11-11Remove the legacy interactive mode from openssl(1).joshua
2022-01-14Enable openssl pkey -{,pub}check and pkeyparam -checkTheo Buehler
2022-01-10Implement openssl pkey -{,pub}check and pkeyparam -checkTheo Buehler
2019-07-14Mark the initialized struct options arrays as both static and const.Philip Guenther
2019-02-09Fix weird wrap showing cipher list in interactive modeKinichiro Inoguchi
2019-02-09Summarize the 4 same name functions and move it to apps.cKinichiro Inoguchi
2019-02-05Add islower check to show_ciphers in pkey.c and rsa.c.Kinichiro Inoguchi
2019-02-05Convert openssl(1) pkey to the newer style of option handling.Kinichiro 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
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_add_all_algorithms() is called from openssl_startup() - it does notJoel 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