summaryrefslogtreecommitdiff
path: root/src/crypto/crypto_dsa.cc
Commit message (Expand)AuthorAgeFilesLines
* src: replace impossible THROW with CHECKTobias Nießen2023-03-221-5/+1
* crypto: return correct bit length in KeyObject's asymmetricKeyDetailsFilip Skokan2023-01-071-2/+2
* crypto: use EVP_PKEY_CTX_set_dsa_paramgen_q_bits when availableDavid Benjamin2022-09-291-7/+13
* src: register external references in crypto bindingsJoyee Cheung2021-10-191-0/+5
* src: refactor to use THROW_* argument based snprintfFilip Skokan2021-04-241-3/+1
* src,test: support dynamically linking OpenSSL 3.0Daniel Bevenius2021-03-161-1/+1
* src: avoid implicit type conversions (take 2)Michaël Zasso2021-02-201-8/+12
* src: add mutex to ManagedEVPPKey classDaniel Bevenius2021-02-101-3/+4
* crypto: remove webcrypto "DSA" JWK Key Type operationsFilip Skokan2021-02-051-103/+0
* crypto: fix "Invalid JWK" error messagesFilip Skokan2020-11-241-3/+3
* src: remove ERR prefix in WebCryptoKeyExportStatusDaniel Bevenius2020-10-281-3/+3
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-0/+272