python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Verify Signature with a base64 public key NID_secp384r1 with openSSL
I am trying to verify a signature with openssl 1.1.1k, but I have trouble importing the DER-encoded SPKI formatted public key that I generated with SubtleCrypto Web Crypto API.
Decoded public key with...
Csuszmusz
Votes: 0
Answers: 1
Verifying signature created using OpenSSL with BearSSL
I am trying to verify a ECDSA signature created with OpenSSL on an embedded device using BearSSL.
First I created a private key using OpenSSL and extracted the public key:
$ openssl ecparam -name secp...

Num Lock
Votes: 0
Answers: 1
Creating ECDSA keys with OpenSSL 3 (migration problem)
I need to create ECDSA keys and used old OpenSSL code until now, which dosn't compile any more under OpenSSL3, there are now lots of deprecation errors. I invested now several days with search & t...
TheRealAlex
Votes: 0
Answers: 1
Python ECDSA failing to verify signature
I am trying to verify a Bitcoin signature using ECDSA in python but finding it very hard, many attempts failed already.
The params:
address: 33ELcBdg6W7parjGxNYUz5uHVHwPqopNjE
message: hzpPiNlB
sign...

2StepsFromHell
Votes: 0
Answers: 1