index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
openssl
/
enc.c
Age
Commit message (
Expand
)
Author
2019-07-25
remove superfluous comment
Brent Cook
2019-07-25
zero tmpkeyiv buffer after use when encrypting
Brent Cook
2019-07-14
Mark the initialized struct options arrays as both static and const.
Philip Guenther
2019-04-01
Sort.
Joel Sing
2019-04-01
Make the openssl(1) enc -iter flag actually work.
Joel Sing
2019-02-09
Fix weird wrap showing cipher list in interactive mode
Kinichiro Inoguchi
2019-02-09
Summarize the 4 same name functions and move it to apps.c
Kinichiro Inoguchi
2019-01-18
Add -iter and -pbkdf2 to the usage synopsis.
Christian Weisgerber
2019-01-18
Change the default digest type to sha256, and add support for
Bob Beck
2018-02-07
Indent labels with a single space so that diff prototypes are more useful.
Joel Sing
2018-02-07
Remove guards around *_free() calls since these functions handle NULL.
Joel Sing
2017-01-20
rearrange pledge promises into the canonical order; easier to eyeball
Theo de Raadt
2016-04-07
hexidecimal->hexadecimal; from mmcc
Jason McIntyre
2015-10-17
Exit if a pledge call fails in non-interactive mode.
Doug Hogan
2015-10-17
add "tty" for several subcommands of openssl
Sebastien Marie
2015-10-10
Initial support for pledges in openssl(1) commands.
Doug Hogan
2015-09-11
Remove engine command and parameters from openssl(1).
Brent Cook
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-08-22
Remove all duplicate prototypes for *_main functions (these are already
Joel Sing
2015-01-01
Convert the openssl(1) enc command to the new option parsing and usage.
Joel Sing
2014-10-22
Use arc4random_buf() instead of RAND(_pseudo)?_bytes().
Joel Sing
2014-09-01
Enable -Wshadow in openssl(1) and fix a few shadow warnings.
Doug Hogan
2014-08-26
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
Joel Sing