Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huitema/mbedtls-verify
https://github.com/huitema/mbedtls-verify
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/huitema/mbedtls-verify
- Owner: huitema
- Created: 2024-05-18T23:05:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T04:59:05.000Z (6 months ago)
- Last Synced: 2024-05-19T05:29:28.066Z (6 months ago)
- Language: C
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mbedtls-verify
Trying to reproduce a bug found when using MbedTLS,
when testing sign/verify with PKCS1.
Similar code using ECDSA works fine, but in the case of RSA/PKCS1,
we get an error "the signature of the hash has been computed,
but does not match".On Linux/MacOS:
Clone the repo, run cmake, then make, then try `mbedtls_verify`.
The cmake finder
assumes that MbedTLS has been installed, so looks in
`/usr/bin/`, `/usr/local/bin/`.On Windows:
Clone the repo, then open the VS solution at
`./visualc/mbedtls-verify/mbedtls-verify.sln`The visual studio project assume that MbedTLS has been
cloned in the same folder as `mbedtls-verify`.