-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add NSS low-level bindings for dealing with primary password
This adds two low-level bindings to NSS for dealing with the primary password: * `PK11_NeedLogin`: for checking wheather a primary password is set * `PK11_CheckUserPassword`: for authorization with primary password Additionally the following two low-level NSS bindings are added to deal with key persistence: * `PK11_NeedUserInit` * `PK11_SetSymKeyNickname`
- Loading branch information
Showing
2 changed files
with
7 additions
and
0 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