wbond/csrbuilder

Support for other hash algorithms especially sha384

Opened this issue · 0 comments

The .hash_algo attribute only accepts a very limited number of hash algorithm names. It should accept a wider range - possibly anything the underlying crypto will support. In particular sha384 should be supported as it is required by CNSA. (sha384 works if you bypass the the check in the setter method)