Wireshark-commits: [Wireshark-commits] master f3c869d: Qt: implement addition of a new pkcs11 token
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f3c869d3eb3ce53e77afb0ea95a9e25ddc7e0e31
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
f3c869d by Peter Wu (peter@xxxxxxxxxxxxx):
Qt: implement addition of a new pkcs11 token in the RSA Keys dialog
Load the list of key URIs, strip known keys, ask for a PIN, add valid
results to the list. Apply this list on pressing OK in the preferences
dialog or revert the changes on pressing Cancel.
Change-Id: Id48cd9b876b4d272eb6dbdadf8a0859190cc0ce8
Reviewed-on: https://code.wireshark.org/review/31796
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from ec8f506 Qt: add initial RSA Keys preference frame
add f3c869d Qt: implement addition of a new pkcs11 token in the RSA Keys dialog
Summary of changes:
ui/qt/preferences_dialog.cpp | 2 +
ui/qt/rsa_keys_frame.cpp | 105 +++++++++++++++++++++++++++++++++++++++++++
ui/qt/rsa_keys_frame.h | 6 +++
3 files changed, 113 insertions(+)