summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/prime.c
AgeCommit message (Expand)Author
2023-07-23sprinkle some void between () in function definitionsTheo Buehler
2023-03-06Rename struct ${app}_config to plain cfgTheo Buehler
2023-03-05openssl: make all config structs staticTheo Buehler
2022-12-26spelling fix; from paul tagliamonteJason McIntyre
2022-11-11Remove the legacy interactive mode from openssl(1).joshua
2019-07-14Mark the initialized struct options arrays as both static and const.Philip Guenther
2019-01-20Fix BN_is_prime_* calls in openssl(1), the API returns -1 on error.Theo Buehler
2018-02-07Indent labels with a single space so that diff prototypes are more useful.Joel Sing
2015-10-17Exit if a pledge call fails in non-interactive mode.Doug Hogan
2015-10-10Initial support for pledges in openssl(1) commands.Doug Hogan
2015-09-12Fix the openssl(1) prime command: When checking a decimal number forLawrence Teo
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2015-02-11Enable building with -DOPENSSL_NO_DEPRECATED.Doug Hogan
2015-01-13Implement more thorough error checks:Lawrence Teo
2014-12-28Provide a mechanism for option parsing to return the number of argumentsJoel Sing
2014-10-13prefer C99 array initialization syntax.Brent Cook
2014-08-27Convert openssl(1) prime to the new options/usage handling.Joel Sing
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing