summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/ca.c
AgeCommit message (Expand)Author
2018-02-07Indent labels with a single space so that diff prototypes are more useful.Joel Sing
2017-05-08simplify startdate/enddate validationBob Beck
2017-05-04Fix the ca command so that certs it generates have RFC5280 conformant time.Bob Beck
2017-01-20rearrange pledge promises into the canonical order; easier to eyeballTheo de Raadt
2016-08-31We don't need any VMS access tricks.Theo de Raadt
2016-08-30buf[][] with strange use all over the place is ridiculous, especiallyTheo de Raadt
2015-12-24more e-mail -> emailmmcc
2015-10-17Exit if a pledge call fails in non-interactive mode.Doug Hogan
2015-10-17add "tty" for several subcommands of opensslSebastien Marie
2015-10-10Initial support for pledges in openssl(1) commands.Doug Hogan
2015-09-21add a couple of missing NULL checksBrent Cook
2015-09-21remove vestigial bits of sha-0 and md2 from openssl(1)Brent Cook
2015-09-12Nuke SSLEAY_CONF -- a backwards compatibility environment variable thatLawrence Teo
2015-09-11fix unchecked mallocs - coverity 130454 and 130455Bob Beck
2015-09-11Remove engine command and parameters from openssl(1).Brent Cook
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-09-10Remove unused defines. No binary change.Lawrence Teo
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2015-07-22Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integerJoel Sing
2015-07-19Free memory when finished.Doug Hogan
2015-07-19Remove effectively unused variable.Doug Hogan
2015-02-08Delete commented out code from openssl(1) apps.Doug Hogan
2015-02-07Modify BSIZE to BUFLEN to avoid redefinition on HP-UX.Brent Cook
2014-09-01Enable -Wshadow in openssl(1) and fix a few shadow warnings.Doug Hogan
2014-08-28openssl_setup() calls SSL_load_error_strings(), which happens to callJoel Sing
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing