Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert the openssl(1) enc command to the new option parsing and usage. | jsing | 2015-01-01 | 1 | -250/+382 |
| | | | | With input from doug@ | ||||
* | Use arc4random_buf() instead of RAND(_pseudo)?_bytes(). | jsing | 2014-10-22 | 1 | -4/+4 |
| | | | | ok bcook@ | ||||
* | Enable -Wshadow in openssl(1) and fix a few shadow warnings. | doug | 2014-09-01 | 1 | -4/+4 |
| | | | | ok jsing@ | ||||
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | jsing | 2014-08-26 | 1 | -0/+649 |
a system/superuser binary. At the same time, move the source code from its current lib/libssl/src/apps location to a more appropriate home under usr.bin/openssl. ok deraadt@ miod@ |