Ahmed Al Hajj
Ahmed Al Hajj
In the third phase of testing two different AES implementations, I encountered an AssertionError. The error specifically occurs on line 888 of the analyze.py file. Here is the relevant traceback:...
### What is the areas you experience the issue in? Go-COSE Library ### What is not working as expected? Currently, users can mistakenly place the `alg` header parameter in the...
I've added some improvements to pycose: - Updated the README file. - Added a check for the `content-type` parameter — RFC 9052 says it can't have leading or trailing spaces...
## Issue Description Hey, I have tried to run the files generated by `Makefile.test`, namely `t_cose_examples` and `t_cose_test`. While all tests in `t_cose_test` have passed, none of the tests in...
Implemented validation for textual content type values to ensure they follow the `/` format as required by RFC 9052, Section 3.2. Currently, setting a content type is allowed when signing...