anyone knows how you can get on javascript which certificate do you select from the pop-up of window.crypto.signText("xxxxx","ask")? On Firefox, just in case :) I'm using https://developer.mozilla.org/en-US/docs/JavaScript_crypto but i can't believe you have a method to select a certificate of firefox store and you can't know from code which certificate was selected. Regards.
Asked
Active
Viewed 636 times
0
-
These functions have just been removed from Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1030963 so you should not be using them. – evilpie Aug 15 '14 at 11:59
-
But then what should be doing if you want to register the public key of a user on a system? this is something i need to do – oliver Aug 16 '14 at 14:47