Menu

#1 Functions to sign and verify data.

open
nobody
None
5
2003-05-02
2003-05-02
Tõnis K
No

Functions to sign and verify data.
using openssl evp.c funtions
EVP_Sign*
EVP_Verify*

[specs taken from PHP doc's]

sign - computes a signature for the specified data by
using SHA1 for hashing followed by encryption using the
private key. Note that the data itself is not encrypted.

verify - verifies that the signature is correct for the
specified data using the public key. This must be the
public key corresponding to the private key used for
signing.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.