#301: Generalize pubkey checksum display and check
pubkey:checksum format is displayed and can be passed to all commands. The checksum is validated.
Splits check_public_key()
function into three functions:
is_pubkey_and_check()
check_pubkey_formet()
validate_checksum()
gen_checksum()
Create display_pubkey_with_checksum()
function
Creates and update related tests.
Close #301 (closed), #320 (closed).
Edited by Moul
Merge request reports
Activity
Filter activity
changed milestone to %0.8.x
changed milestone to %0.8.0
added Authentication Feature Security labels
changed title from #301 (closed): Display the pubkey checksum everywhere to #301 (closed): Generalize pubkey’s checksum display
- Resolved by matograine
- Resolved by matograine
- Resolved by Moul
added 8 commits
- a43955f2 - [mod] #301 (closed) : create a function gen_checksum
- 4c513422 - [enh] #301 (closed) display the checksum in the tx command
- 8db3eb7c - [enh] #301 (closed) : make `history` command use <pubkey:checksum> format
- 99c0f23c - [enh] #301 (closed) make `balance` use <pubkey:checksum> format
- d38b80e8 - [enh] #301 (closed) : make `wot` and `id` commands use <pubkey:checksum> format
- 7c751558 - [enh] #301 (closed) : make `cert` command display <pubkey:checksum> format
- 389d92ed - [enh] #301 (closed) : make `membership` command display <pubkey:checksum> format
- b5c4c6c8 - [enh] #301 (closed) : make `authfile` command display <pubkey:checksum> format
Toggle commit list- Resolved by Moul
- Resolved by Moul
- Resolved by Moul
added 9 commits
- 318bed81 - [mod] #301 (closed) : create a function gen_checksum
- bf98cab1 - [mod] #301 (closed) : create function pubkey_with_checksum()
- 32d6d670 - [enh] #301 (closed) display the checksum in the tx command
- 396e62b8 - [enh] #301 (closed) : make `history` command use <pubkey:checksum> format
- 6863873e - [enh] #301 (closed) make `balance` use <pubkey:checksum> format
- fa0f74d0 - [enh] #301 (closed) : make `wot` and `id` commands use <pubkey:checksum> format
- 11553419 - [enh] #301 (closed) : make `cert` command display <pubkey:checksum> format
- 54d32123 - [enh] #301 (closed) : make `membership` command display <pubkey:checksum> format
- 3b4005ca - [enh] #301 (closed) : make `authfile` command display <pubkey:checksum> format
Toggle commit listadded 9 commits
- 4495c883 - [mod] #301 (closed) : create a function gen_checksum
- 7a5e4e38 - [mod] #301 (closed) : create function pubkey_with_checksum()
- fac7b2b2 - [enh] #301 (closed) display the checksum in the tx command
- 4a5b11e7 - [enh] #301 (closed) : make `history` command use <pubkey:checksum> format
- 21b21873 - [enh] #301 (closed) make `balance` use <pubkey:checksum> format
- f93d429c - [enh] #301 (closed) : make `wot` and `id` commands use <pubkey:checksum> format
- 163d5134 - [enh] #301 (closed) : make `cert` command display <pubkey:checksum> format
- 1e45b19f - [enh] #301 (closed) : make `membership` command display <pubkey:checksum> format
- 9528d83c - [enh] #301 (closed) : make `authfile` command display <pubkey:checksum> format
Toggle commit list@moul, just to be sure, can I merge ?
Please register or sign in to reply