| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark the initialized struct options arrays as both static and const. | guenther | 2019-07-14 | 1 | -2/+2 |
* | Fix BN_is_prime_* calls in openssl(1), the API returns -1 on error. | tb | 2019-01-20 | 1 | -4/+8 |
* | Indent labels with a single space so that diff prototypes are more useful. | jsing | 2018-02-07 | 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 |
* | Fix the openssl(1) prime command: When checking a decimal number for | lteo | 2015-09-12 | 1 | -3/+2 |
* | Remove all duplicate prototypes for *_main functions (these are already | jsing | 2015-08-22 | 1 | -3/+1 |
* | Enable building with -DOPENSSL_NO_DEPRECATED. | doug | 2015-02-11 | 1 | -1/+2 |
* | Implement more thorough error checks: | lteo | 2015-01-13 | 1 | -12/+38 |
* | Provide a mechanism for option parsing to return the number of arguments | jsing | 2014-12-28 | 1 | -2/+2 |
* | prefer C99 array initialization syntax. | bcook | 2014-10-13 | 1 | -2/+2 |
* | Convert openssl(1) prime to the new options/usage handling. | jsing | 2014-08-27 | 1 | -60/+81 |
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | jsing | 2014-08-26 | 1 | -0/+147 |