X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=2ecfecad359d8fb329c0265eda8a864046f832bf;hp=c6438602514cab7a96193f310d442033b9a81848;hb=91a190a770c417549dddd64ce762140184aabf0c;hpb=bf018d5721b3909fdf7e15dc8f7db16bf31e6626 diff --git a/src/options.h b/src/options.h index c6438602..2ecfecad 100644 --- a/src/options.h +++ b/src/options.h @@ -154,11 +154,16 @@ struct options necessary to display a page properly. */ char *bind_address; /* What local IP address to bind to. */ #ifdef HAVE_SSL + char *sslcadir; /* CA directory (hash files) */ + char *sslcafile; /* CA File to use */ char *sslcertfile; /* external client cert to use. */ char *sslcertkey; /* the keyfile for this certificate (if not internal) included in the certfile. */ + int sslcerttype; /* 0 = PEM / 1=ASN1 (DER) */ + int sslcheckcert; /* 0 do not check / 1 check server cert */ char *sslegdsock; /* optional socket of the egd daemon */ + int sslprotocol; /* 0 = auto / 1 = v2 / 2 = v3 / 3 = TLSv1 */ #endif /* HAVE_SSL */ int cookies;