Actions:
|
2011-11-01 19:01 AEST by Arthur Barrett - The :sspi: client protocol should support smartcard (FIPS 140 PIV) and the use of it should be
documented.
Basically FIPS 140 PIV is the use of an RSA key on a smartcard that is accessed by a vendor specific API.
Note: the smartcard may require a PIN each time the RSA key is accessed, so this authentication
technique probably relies on the use of CVSAgent to cache the credentials.
Note: This is discussed briefly in the 2.5.02.2048 release notes - that added native schannel for
windows SSPI (bug 5747 later added this for sserver on 2.5.05).
Aug 4, 2005:
* Support Schannel SSPI (disabled by default). Given a Win2003 CA, and valid server & user certificates,
this allow login by certificate/ssl encryption over SSPI.
So assuming the server had a usable certificate and the client was capable of pulling the certificate off
the smartcard, then SSPI could work with FIPS 140 PIV. |