Skip to content
Snippets Groups Projects
Commit 12244cbc authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 688a3911
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,8 @@ io> cli desc last ...@@ -153,7 +153,8 @@ io> cli desc last
"sha256_32_ZXF7E5X2VWUXNMY2ERBBEVG2KEKCB6KYMVBYFDQ5EQTTQBOMEUUA====" "sha256_32_ZXF7E5X2VWUXNMY2ERBBEVG2KEKCB6KYMVBYFDQ5EQTTQBOMEUUA===="
] ]
, ,
"signature": "RMNDXPYJUASFBSYJ4XQDLLXG64SOEH32CTNMZE3VRXSRJXXHTZO74MRO3MBHRUJKSYMWRCFH22RB3PAGVU4PARQK223II2BFGDUBCMHRD5R4BOAOH2MK7LO446HRKVQHQX3ZT542DSTVSB6ZRA7ASSZLNXPS6WR3VKOED5OEGB7YG45X3LFTZPJUUBG7YRGT7NEXECCOPUNSETU2B2V45KGRSE3MNAU2E3WT62F36AH7YJR2IIVFECPBDJHMMQ7LW6EPQ5PHG4UXPRQJZ4GC37KHB4F44VQIOIMSMRFHQNILRM3DYW3KYQQUH2Y64TKCQAK6NSWCRGWAJO5RP32USYU7AJCDLKS6U6IW5GGKSPJLN55Y2ON2WKAVZVTEOUDMRPPZFVBTDQX63IIETRI53QZPKA======"} "signature": "RMNDXPYJUASFBSYJ4XQDLLXG64SOEH32CTNMZE3VRXSRJXXHTZO74MRO3MBHRUJKSYMWRCFH22RB3PAGVU4PARQK223II2BFGDUBCMHRD5R4BOAOH2MK7LO446HRKVQHQX3ZT542DSTVSB6ZRA7ASSZLNXPS6WR3VKOED5OEGB7YG45X3LFTZPJUUBG7YRGT7NEXECCOPUNSETU2B2V45KGRSE3MNAU2E3WT62F36AH7YJR2IIVFECPBDJHMMQ7LW6EPQ5PHG4UXPRQJZ4GC37KHB4F44VQIOIMSMRFHQNILRM3DYW3KYQQUH2Y64TKCQAK6NSWCRGWAJO5RP32USYU7AJCDLKS6U6IW5GGKSPJLN55Y2ON2WKAVZVTEOUDMRPPZFVBTDQX63IIETRI53QZPKA======"
}
``` ```
The signed blob differs only at the end. The The signed blob differs only at the end. The
...@@ -164,7 +165,7 @@ procedure for generating the signature should be followed exactly: ...@@ -164,7 +165,7 @@ procedure for generating the signature should be followed exactly:
1. take the SHA256 hash 1. take the SHA256 hash
1. call `rsa.SignPKCS1v15` on the hash result: this gives the raw signature 1. call `rsa.SignPKCS1v15` on the hash result: this gives the raw signature
1. encode the signature using base32 1. encode the signature using base32
2. add ",\n\"signature\": \"", the encoded signature, and "\"}" to the 2. add ",\n\"signature\": \", the encoded signature, and "\n} to the
end of the truncated original blob end of the truncated original blob
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment