A simple Qt based browser with no bullshit that supports PKCS#11 tokens (such as the SuisseID).
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
OpenSSL-Engine auf Basis der actlibrary zur Benutzung von
|
|
|
|
Smartcard-basierten Schlüsseln von OpenSSL aus.
|
|
|
|
|
|
|
|
Erstellt libengine_act.so
|
|
|
|
|
|
|
|
Beim Kompilieren braucht es den Pfad zu einer passenden libact.a, z.B.:
|
|
|
|
./bootstrap.sh && \
|
|
|
|
LDFLAGS="-L/home/marc/svn/swisssurfer/actlibrary/OpenSUSE-11-x86_64/Release" \
|
|
|
|
./configure && \
|
|
|
|
make
|
|
|
|
src/test_engine
|
|
|
|
|
|
|
|
Bei Erfolg kommt keien Fehlermeldung:
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
> src/test_engine
|
|
|
|
Found 4 certificates.
|
|
|
|
Certificate 0:
|
|
|
|
Name: /C=CH/O=SwissSign AG/CN=SwissSign Platinum CA - G2
|
|
|
|
No key.
|
|
|
|
Certificate 1:
|
|
|
|
Name: /CN=Marc Waeckerlin/emailAddress=marc@waeckerlin.org
|
|
|
|
Key access ID: slot-0-id-7e807c700d5880aa3d7e6db92ae9fcc4bf9afd2d
|
|
|
|
Certificate 2:
|
|
|
|
Name: /CN=Marc Waeckerlin/emailAddress=marc@waeckerlin.org
|
|
|
|
Key access ID: slot-0-id-46afda4155d8c4b7a038340a479584ab5385549e
|
|
|
|
Certificate 3:
|
|
|
|
Name: /C=CH/O=SwissSign AG/CN=Swiss Post Platinum CA 2008 - G2
|
|
|
|
No key.
|
|
|
|
Token PIN:
|
|
|
|
Signature-Len: 256
|
|
|
|
------------------------------------------------------------------------------
|