[opensc-devel] Trusted path detection

2011-10-11 Thread Anders Rundgren
http://msdn.microsoft.com/en-us/library/windows/desktop/bb394820%28v=vs.85%29.aspx Apparently you can do this in Windows as well if you use sockets for communication. Anders ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org http:

Re: [opensc-devel] Trusted PIN support in OpenSC

2011-10-11 Thread Anders Rundgren
If the keystore process uses sockets (SKS uses Web Services over sockets), you could achieve trusted path detection in Linux without any significant programming at all: http://welz.org.za/notes/on-peer-cred.html This scheme is for example used by PostgreSQL for their "ident" authentication scheme