summaryrefslogtreecommitdiff
path: root/tests/ed25519.pub2.pem
Commit message (Collapse)AuthorAgeFilesLines
* Add support for DigestSign* and DigestVerify*Casey Deccio2020-11-201-0/+3
Add support for DigestSign* and DigestVerify* OpenSSL functions, for use with ED25519, etc. Allow PKey to support non-digest algorithms, such as ED25519, but keep default behaviors. Include tests for both digest and non-digest algorithms.