summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/enc.c
AgeCommit message (Expand)Author
2017-01-20rearrange pledge promises into the canonical order; easier to eyeballTheo de Raadt
2016-04-07hexidecimal->hexadecimal; from mmccJason McIntyre
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-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2015-01-01Convert the openssl(1) enc command to the new option parsing and usage.Joel Sing
2014-10-22Use arc4random_buf() instead of RAND(_pseudo)?_bytes().Joel Sing
2014-09-01Enable -Wshadow in openssl(1) and fix a few shadow warnings.Doug Hogan
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing