summaryrefslogtreecommitdiff
path: root/src/crypto/crypto_keygen.cc
Commit message (Expand)AuthorAgeFilesLines
* src: replace unreachable code with static_assertTobias Nießen2023-01-211-9/+4
* crypto: fix weak randomness in WebCrypto keygenBen Noordhuis2022-09-231-1/+2
* src: use automatic memory mgmt in SecretKeyGenTobias Nießen2022-09-051-10/+8
* src: avoid casting std::trunc(... / ...) to size_tTobias Nießen2022-09-011-2/+1
* src: fix multiple format string bugsTobias Nießen2022-08-221-5/+3
* src: delete AllocatedBufferDarshan Sen2022-05-131-1/+0
* src: register external references in crypto bindingsJoyee Cheung2021-10-191-0/+6
* src: avoid implicit type conversions (take 2)Michaël Zasso2021-02-201-1/+2
* crypto: fix format warning in AdditionalConfigraisinten2020-11-161-5/+6
* src: remove ERR prefix in crypto status enumsDaniel Bevenius2020-11-051-1/+1
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-0/+107