Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the extendedKeyUsage flags serverAuth and clientAuth. Newer Windows | reyk | 2010-06-26 | 1 | -0/+3 |
| | | | | | | | | version require these flags to accept the X.509 certificates from the gateway or client; I just add both flags to make it work in both cases and verified it with win7, for example when authenticating against iked. go ahead beck@ | ||||
* | Add the cRLSign bit by default, so that certs generated using this file | cloder | 2007-03-28 | 1 | -1/+1 |
| | | | | | | will be able to sign CRLs. OK reyk, hshoexer, millert | ||||
* | FQDN subjectAltName in certs, used in isakmpd(8) examples. beck@ ok. | ho | 2001-12-11 | 1 | -0/+7 |
| | |||||
* | Add an x509v3.cnf in /etc/ssl so that creating certificate authorities | beck | 2001-04-17 | 1 | -0/+19 |
form isakmpd works. From Tim Newsham <newsham@lava.net> ok provos@ |