| Commit message (Expand) | Author | Age | Files | Lines |
* | src: refactor DH groups to delete crypto_groups.h | Tobias Nießen | 2022-07-25 | 1 | -2/+1 |
* | src: rename crypto_ecdh.(h|cc) to crypto_ec.(h|cc) | Tobias Nießen | 2021-01-25 | 1 | -1/+1 |
* | crypto: introduce X509Certificate API | James M Snell | 2021-01-09 | 1 | -0/+1 |
* | src: combine TLSWrap/SSLWrap | James M Snell | 2020-10-15 | 1 | -1/+1 |
* | crypto: refactoring internals, add WebCrypto | James M Snell | 2020-10-07 | 1 | -836/+26 |
* | crypto: move node_crypto files to src/crypto | James M Snell | 2020-10-07 | 1 | -1/+1 |
* | crypto: fix KeyObject garbage collection | Anna Henningsen | 2020-10-03 | 1 | -1/+3 |
* | crypto: set env values in KeyObject Deserialize method | ThakurKarthik | 2020-10-03 | 1 | -2/+1 |
* | src: fix minor comment typo in KeyObjectData | Daniel Bevenius | 2020-07-06 | 1 | -1/+1 |
* | crypto: allow KeyObjects in postMessage | Tobias Nießen | 2020-06-22 | 1 | -11/+56 |
* | src: store key data in separate class | Tobias Nießen | 2020-06-22 | 1 | -16/+24 |
* | src: add NativeKeyObject base class | Tobias Nießen | 2020-06-22 | 1 | -0/+9 |
* | src: rename internal key handles to KeyObjectHandle | Tobias Nießen | 2020-06-22 | 1 | -5/+7 |
* | src: extract AllocatedBuffer from env.h | James M Snell | 2020-05-30 | 1 | -0/+1 |
* | src: add node_crypto_common and refactor | James M Snell | 2020-03-02 | 1 | -0/+13 |
* | src: move BaseObject subclass dtors/ctors out of node_crypto.h | Anna Henningsen | 2020-02-24 | 1 | -80/+18 |
* | tls: expose SSL_export_keying_material | simon | 2020-02-23 | 1 | -0/+2 |
* | crypto: fix ieee-p1363 for createVerify | Tobias Nießen | 2020-02-22 | 1 | -2/+1 |
* | src: don't use deprecated OpenSSL APIs | Rosen Penev | 2019-12-07 | 1 | -0/+4 |
* | crypto: automatically manage memory for ECDSA_SIG | Tobias Nießen | 2019-11-30 | 1 | -0/+1 |
* | src: inline SetSNICallback | Anna Henningsen | 2019-11-30 | 1 | -1/+0 |
* | src: use BaseObjectPtr to store SNI context | Anna Henningsen | 2019-11-30 | 1 | -1/+1 |
* | tls: add memory tracking support to SSLWrap | Anna Henningsen | 2019-11-30 | 1 | -0/+2 |
* | crypto: add support for IEEE-P1363 DSA signatures | Tobias Nießen | 2019-11-20 | 1 | -5/+15 |
* | crypto: add Hash.prototype.copy() method | Ben Noordhuis | 2019-10-16 | 1 | -1/+1 |
* | tls: add option for private keys for OpenSSL engines | Anton Gerasimov | 2019-09-27 | 1 | -0/+4 |
* | tls: add option to override signature algorithms | Anton Gerasimov | 2019-09-23 | 1 | -0/+2 |
* | crypto: add oaepLabel option | Tobias Nießen | 2019-09-13 | 1 | -0/+2 |
* | crypto: don't expose openssl internals | Shelley Vohr | 2019-08-29 | 1 | -1/+1 |
* | crypto: extend RSA-OAEP support with oaepHash | Tobias Nießen | 2019-08-07 | 1 | -0/+1 |
* | crypto: add outputLength option to crypto.createHash | Tobias Nießen | 2019-07-25 | 1 | -4/+7 |
* | crypto: fix crash when calling digest after piping | Tobias Nießen | 2019-06-18 | 1 | -1/+8 |
* | src: remove TLS code for unsupported OpenSSLs | Sam Roberts | 2019-06-10 | 1 | -28/+7 |
* | tls: expose keylog event on TLSSocket | Alba Mendez | 2019-05-15 | 1 | -0/+1 |
* | src: prefer v8::Global over node::Persistent | Anna Henningsen | 2019-04-30 | 1 | -2/+2 |
* | crypto: add support for RSA-PSS keys | Tobias Nießen | 2019-04-08 | 1 | -2/+2 |
* | src: remove internal includes from node_crypto.h | Sam Roberts | 2019-04-01 | 1 | -20/+3 |
* | crypto: don't crash on unknown asymmetricKeyType | Filip Skokan | 2019-04-01 | 1 | -1/+1 |
* | tls: support TLSv1.3 | Sam Roberts | 2019-03-20 | 1 | -0/+5 |
* | src: use EVPKeyPointer in more places | Ben Noordhuis | 2019-03-18 | 1 | -9/+5 |
* | tls: return correct version from getCipher() | Sam Roberts | 2019-03-18 | 1 | -1/+1 |
* | src: inline macro DISALLOW_COPY_AND_ASSIGN | gengjiawen | 2019-03-17 | 1 | -2/+3 |
* | Revert "crypto: add KeyObject.asymmetricKeySize" | Tobias Nießen | 2019-03-15 | 1 | -4/+0 |
* | crypto: add KeyObject.asymmetricKeySize | Patrick Gansterer | 2019-03-07 | 1 | -0/+4 |
* | src: allow not materializing ArrayBuffers from C++ | Anna Henningsen | 2019-03-01 | 1 | -4/+3 |
* | src: remove unimplemented method in class SSLWrap | gengjiawen | 2019-02-27 | 1 | -2/+0 |
* | src: allocate Buffer memory using ArrayBuffer allocator | Anna Henningsen | 2019-02-25 | 1 | -8/+7 |
* | crypto: fix unencrypted DER PKCS8 parsing | Tobias Nießen | 2019-02-23 | 1 | -0/+1 |
* | src: pass along errors from KeyObject instantiation | Anna Henningsen | 2019-01-29 | 1 | -3/+3 |
* | src: in-source comments and minor TLS cleanups | Sam Roberts | 2019-01-29 | 1 | -3/+3 |