Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rearrange pledge promises into the canonical order; easier to eyeball | deraadt | 2017-01-20 | 1 | -2/+2 |
* | Exit if a pledge call fails in non-interactive mode. | doug | 2015-10-17 | 1 | -2/+4 |
* | Initial support for pledges in openssl(1) commands. | doug | 2015-10-10 | 1 | -1/+6 |
* | Remove engine command and parameters from openssl(1). | bcook | 2015-09-11 | 1 | -16/+2 |
* | Remove all duplicate prototypes for *_main functions (these are already | jsing | 2015-08-22 | 1 | -3/+1 |
* | Provide a mechanism for option parsing to return the number of arguments | jsing | 2014-12-28 | 1 | -2/+2 |
* | Use arc4random_buf() instead of RAND(_pseudo)?_bytes(). | jsing | 2014-10-22 | 1 | -5/+2 |
* | prefer C99 array initialization syntax. | bcook | 2014-10-13 | 1 | -2/+2 |
* | Reset the config struct before calling options_parse(), otherwise config | jsing | 2014-08-27 | 1 | -1/+3 |
* | Implement table-driven option parsing that allows an application to | jsing | 2014-08-27 | 1 | -74/+75 |
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | jsing | 2014-08-26 | 1 | -0/+194 |