summaryrefslogtreecommitdiff
path: root/src/crypto/crypto_rsa.cc
Commit message (Expand)AuthorAgeFilesLines
* crypto: return correct bit length in KeyObject's asymmetricKeyDetailsFilip Skokan2023-01-071-1/+1
* src: deduplicate setting RSA OAEP labelTobias Nießen2022-10-051-12/+1
* crypto: add digest name to INVALID_DIGEST errorsTobias Nießen2022-09-021-1/+1
* crypto: improve RSA-PSS digest error messagesTobias Nießen2022-08-221-3/+3
* src: fix memory leaks and refactor `ByteSource`Tobias Nießen2022-06-121-13/+8
* src: delete AllocatedBufferDarshan Sen2022-05-131-3/+2
* src,crypto: remove uses of AllocatedBuffer from crypto_rsa.ccDarshan Sen2022-05-041-9/+15
* src: register external references in crypto bindingsJoyee Cheung2021-10-191-0/+6
* crypto: fix RSA-PSS default saltLengthTobias Nießen2021-09-091-2/+7
* crypto: fix default MGF1 hash for OpenSSL 3Tobias Nießen2021-09-091-2/+11
* crypto: add RSA-PSS params to asymmetricKeyDetailsTobias Nießen2021-08-291-4/+78
* crypto: fix label cast in EVP_PKEY_CTX_set0_rsa_oaep_labelShelley Vohr2021-06-061-1/+4
* src: refactor to use THROW_* argument based snprintfFilip Skokan2021-04-241-9/+6
* crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm nameFilip Skokan2021-04-041-1/+1
* src,test: support dynamically linking OpenSSL 3.0Daniel Bevenius2021-03-161-4/+4
* src: avoid implicit type conversions (take 2)Michaël Zasso2021-02-201-4/+6
* src: add mutex to ManagedEVPPKey classDaniel Bevenius2021-02-101-10/+13
* crypto: fix WebCrypto import of RSA-PSS keysTobias Nießen2021-01-131-2/+16
* crypto: fix "Invalid JWK" error messagesFilip Skokan2020-11-241-7/+6
* src: remove ERR prefix in crypto status enumsDaniel Bevenius2020-11-051-8/+8
* src: remove ERR prefix in WebCryptoKeyExportStatusDaniel Bevenius2020-10-281-4/+4
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-0/+550