summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/rsautl.c
AgeCommit message (Expand)Author
2023-07-23sprinkle some void between () in function definitionsTheo Buehler
2023-05-05Reinstate X9.31 padding mode support in rsautlTheo Buehler
2023-04-09Remove X9.31 support from openssl(1)Theo Buehler
2023-03-06Rename struct ${app}_config to plain cfgTheo Buehler
2023-03-05openssl: make all config structs staticTheo Buehler
2022-11-11Remove the legacy interactive mode from openssl(1).joshua
2019-07-14Mark the initialized struct options arrays as both static and const.Philip Guenther
2019-02-04Document missing command line options for the rsautl command.Theo Buehler
2019-02-03zap spaces before tabsTheo Buehler
2019-02-03Convert openssl(1) rsautl to the newer style of option handling.Joel Sing
2019-01-29Remove SSLv23 padding mode from rsautl's usage (left behind in a removalTheo Buehler
2018-02-07Indent labels with a single space so that diff prototypes are more useful.Joel Sing
2017-08-28Remove SSLv23 padding mode.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
2015-07-19Free passin on error.Doug Hogan
2015-01-03Check the return values of several reallocarray() calls. While here,Lawrence Teo
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