forked from openssh/openssh-portable
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
PKCS#11 URI from Fedora
* Print PKCS#11 URIs from ssh-keygen * Accept PKCS#11 URIs in -i argument to ssh * Allow PKCS#11 URI specification in ssh_config * Fallback to p11-kit-proxy * PKCS#11 URI support for ssh-add and ssh-agent * internal representation is URI * Allow to specify pin-value in URI to avoid interactive prompts Currently recognized and used parts of PKCS#11 URI: * path (optional) * token * id * manufacturer * (library-manufacturer) * query (optional) * module-path * pin-value Unit test for PKCS#11 URIs * test PKCS#11 URI parser, generator * test percent_encodeer and decoder Regression tests for PKCS#11 URI support * soft-pkcs11.so from people.su.se/~lha/soft-pkcs11 * Return correct CKR for unknown attributes * Adjust and build it with regress tests (allowing agent-pkcs11 test) * Test PKCS#11 URIs support with soft-pkcs11 * Direct usage from commandline (URI, provider and combination) * Usage from configuration files * Usage in ssh-agent (add, sign, remove) * Make sure it is built with correct paths
- Loading branch information
Showing
17 changed files
with
1,970 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.