For https://github.com/heimdal/heimdal/issues/392
commit98f904036c7988f5b53a5880ad7b3cf0b3bb6f0f
authorQuanah Gibson-Mount <quanah@symas.com>
Fri, 22 Mar 2019 21:11:37 +0000 (22 21:11 +0000)
committerJeffrey Altman <jaltman@auristor.com>
Fri, 22 Mar 2019 21:49:46 +0000 (22 17:49 -0400)
tree64c027948f2cd915562de4a1ba337a7d4e703a51
parentc827cd48f626f403cd65d20a6abac151a448ce82
For https://github.com/heimdal/heimdal/issues/392

Modern OpenSSL no longer has the 2038 year restriction.  Update the
certs to last 500 years rather than 10 years.

Modern crypto requirements suggest a stronger key strength than 1024.
Update to use a minimum of 4096.

Fix executable bit on gen-req.sh
lib/hx509/data/gen-req.sh [changed mode: 0644->0755]
lib/hx509/data/mkcert.sh