commit | cf2c0a90701ce42f47df71281ae9cdf212c28e0e | [log] [tgz] |
---|---|---|
author | arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com> | Tue Apr 21 14:33:20 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue Apr 21 14:33:20 2020 -0700 |
tree | f0df598437a8a4d255201d149a356bfcc5ac7add | |
parent | 9dcc5166df0c2e5535b2bf1f469ac29db36c9db5 [diff] |
fix: support es256 raw format signature (#490) es256 signature in id_token has raw format, however, cryptography library verification/signing only works for asn1 encoded format. Therefore in verification/signing process, we need to convert between the ans1 encoded format and the raw format.