CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2010/06/26 12:42:02
Modified files: lib/libssl : x509v3.cnf Log message: Add the extendedKeyUsage flags serverAuth and clientAuth. Newer Windows 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@