Wireshark-commits: [Wireshark-commits] master 8c7ca0e: secrets: add functions to query and validate
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8c7ca0e884e07c0d2d73503a81c802bc469a82c3
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
8c7ca0e by Peter Wu (peter@xxxxxxxxxxxxx):
secrets: add functions to query and validate pkcs11 tokens/key files
Provide a way to retrieve key URIs ("pkcs11:" and in the future maybe
"system:") and validate the PIN/password for such keys. Additionally
permit validation of a RSA key file.
This will be used for the RSA Keys GUI dialog.
Change-Id: I4177a11cb9f4758d7564daae509e20a4a42623fa
Reviewed-on: https://code.wireshark.org/review/31794
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from f66cb9f Qt: move method to apply/undo UAT changes to UatModel
add 8c7ca0e secrets: add functions to query and validate pkcs11 tokens/key files
Summary of changes:
debian/libwireshark0.symbols | 2 +
epan/secrets.c | 148 +++++++++++++++++++++++++++++++++++++++++--
epan/secrets.h | 29 +++++++++
3 files changed, 174 insertions(+), 5 deletions(-)