search for: slushpupi

Displaying 2 results from an estimated 2 matches for "slushpupi".

Did you mean: slushpupie
2013 Dec 17
7
[Bug 2186] New: ssh-agent crashes when removing PKCS#11 library keys if non-PKCS#11 keys are present
...nt Product: Portable OpenSSH Version: 6.3p1 Hardware: All OS: Mac OS X Status: NEW Severity: minor Priority: P5 Component: ssh-agent Assignee: unassigned-bugs at mindrot.org Reporter: jay at slushpupie.com Created attachment 2391 --> https://bugzilla.mindrot.org/attachment.cgi?id=2391&action=edit openssh-6.3p1-agent.patch When removing a PKCS#11 key from the agent, the agent crashes if file-based keys are present in the agent. I discovered this was because strcmp() is called on the p...
2013 Dec 17
7
[Bug 2187] New: ssh-add unnecessarily prompts for PKCS#11 pin when removing key
...key Product: Portable OpenSSH Version: 6.3p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh-add Assignee: unassigned-bugs at mindrot.org Reporter: jay at slushpupie.com Created attachment 2392 --> https://bugzilla.mindrot.org/attachment.cgi?id=2392&action=edit openssh-6.3p1-ssh-add.patch Although PROTOCOL.agent specifies that when performing SSH_AGENTC_REMOVE_SMARTCARD_KEY the pin is used to determine which smartcards to remove, in implementation t...