summaryrefslogtreecommitdiff
path: root/src/crypto/crypto_keys.h
Commit message (Expand)AuthorAgeFilesLines
* src: add KeyObjectHandle::HasInstanceJames M Snell2023-02-031-0/+1
* src: remove KeyObjectData::symmetric_key_len_Tobias Nießen2022-08-241-1/+0
* src: refactor to avoid using a moved objectTobias Nießen2022-08-201-10/+6
* crypto: add KeyObject.prototype.equals methodFilip Skokan2022-02-261-0/+1
* src: register external references in crypto bindingsJoyee Cheung2021-10-191-0/+7
* crypto: fix `generateKeyPair` with encoding 'jwk'himself652021-07-261-1/+2
* src: remove more extra semis from member fnsShelley Vohr2021-05-201-2/+2
* src: remove KeyObjectData::CreateSecret overloadTobias Nießen2021-04-051-3/+0
* src,test: support dynamically linking OpenSSL 3.0Daniel Bevenius2021-03-161-1/+1
* crypto: add internal error codesDarshan Sen2021-03-131-8/+8
* crypto: add separate error for INVALID_KEY_TYPEDarshan Sen2021-03-051-16/+23
* src: add mutex to ManagedEVPPKey classDaniel Bevenius2021-02-101-0/+2
* crypto: experimental (Ed/X)25519/(Ed/X)448 supportJames M Snell2021-01-181-0/+1
* crypto: pass empty passphrases to OpenSSL properlyTobias Nießen2020-11-041-1/+4
* src: remove ERR prefix in WebCryptoKeyExportStatusDaniel Bevenius2020-10-281-6/+6
* src: replace more toLocalCheckeds in crypto_*James M Snell2020-10-131-1/+1
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-0/+401