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