459 Commits (cd720f816a86afa47afe4369e41a9c6c607a6f70)

Author SHA1 Message Date
Fedor Indutny 106c6cfe98 crypto: fix memory leak in LoadPKCS12 9 years ago
Fedor Indutny 23196fe9c1 crypto: add `pfx` certs as CA certs too 9 years ago
Brian White 2c357a7e3b tls: add getProtocol() to TLS sockets 9 years ago
Ben Noordhuis 924cc6c633 src: upgrade to new v8::Private api 9 years ago
Adam Langley c3d5b2b118 crypto: use SSL_CTX_clear_extra_chain_certs. 9 years ago
Chris911 e20abb715e src: remove no longer relevant comments 9 years ago
Adam Langley b8ae0f7b0c crypto: fix build when OCSP-stapling not provided 9 years ago
Adam Langley f8d24c54a8 crypto: use a const SSL_CIPHER 9 years ago
Ben Noordhuis 761cf2bf6a src: don't check failure with ERR_peek_error() 9 years ago
Fedor Indutny ebd9addcd1 crypto: clear error stack in ECDH::Initialize 9 years ago
Fedor Indutny 4f87574764 tls_wrap: clear errors on return 9 years ago
Fedor Indutny a2c1799a5b crypto: load PFX chain the same way as regular one 9 years ago
Ben Noordhuis 82e0974afa tls: support reading multiple cas from one input 9 years ago
Michael Ruddy 322b36c0a1 crypto: simplify using pre-existing keys with ECDH 9 years ago
Stefan Budeanu 56a2b9a246 crypto: disable crypto.createCipher in FIPS mode 9 years ago
Stefan Budeanu 4adaaa4897 crypto: DSA parameter validation in FIPS mode 9 years ago
Fedor Indutny 483a41c0ad tls: copy client CAs and cert store on CertCb 9 years ago
Stefan Budeanu b7089f67b9 crypto: Improve error checking and reporting 9 years ago
Shigeki Ohtsu 7eee37257f tls,crypto: move NPN protcol data to hidden value 9 years ago
Shigeki Ohtsu 802a2e79e1 tls, crypto: add ALPN Support 10 years ago
Shigeki Ohtsu 0140e1b5e3 tls: output warning of setDHParam to console.trace 10 years ago
Shigeki Ohtsu 6d92ebac11 tls: add TLSSocket.getEphemeralKeyInfo() 10 years ago
Fedor Indutny 9bd26e7ffa crypto: enable FIPS only when configured with it 9 years ago
Trevor Norris 3f476ada1e async_wrap: ensure all objects have internal field 9 years ago
Johann 6df47d6151 crypto: add more keylen sanity checks in pbkdf2 9 years ago
Evan Lucas 870229e665 src: Add ABORT macro 9 years ago
Ben Noordhuis 7ee58bebff crypto: replace rwlocks with simple mutexes 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Сковорода Никита Андреевич 87df7d3be3 crypto: Use OPENSSL_cleanse to shred the data. 9 years ago
Karl Skomski 34985a1cbd crypto: fix mem {de}allocation in ExportChallenge 10 years ago
P.S.V.R 00bffa6c75 crypto: check for OpenSSL errors when signing 10 years ago
Karl Skomski a40ae513bb crypto: fix memory leak in PBKDF2Request 10 years ago
Karl Skomski 12ab8cfb9c crypto: fix memory leak in ECDH::SetPrivateKey 10 years ago
Karl Skomski 4b61cb0a3a crypto: fix memory leak in PublicKeyCipher::Cipher 10 years ago
Karl Skomski dbecb21270 crypto: fix memory leak in SafeX509ExtPrint 10 years ago
Karl Skomski 98d7aee602 crypto: fix memory leak in SetDHParam 10 years ago
Ben Noordhuis 88419479cc src: rename Buffer::Use() to Buffer::New() 10 years ago
Ben Noordhuis 9a3929dcbf src: introduce internal Buffer::Copy() function 10 years ago
Ben Noordhuis 64577463df src: plug memory leaks 10 years ago
Chad Johnston 847459c29b crypto: show exponent in decimal and hex 10 years ago
Fedor Indutny c399d176b2 tls: introduce internal `onticketkeycallback` 10 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 10 years ago
Trevor Norris 944f68046c crypto: remove kMaxLength on randomBytes() 10 years ago
Trevor Norris 8664084166 buffer: make additional changes to native API 10 years ago
Trevor Norris 36f78f4c1c buffer: switch API to return MaybeLocal<T> 10 years ago
Fedor Indutny eb35968de7 crypto: fix legacy SNICallback 10 years ago
Shigeki Ohtsu 9e890fe8b4 crypto: fix VerifyCallback in case of verify error 10 years ago
Trevor Norris e56758a5e0 async-wrap: add provider id and object info cb 10 years ago
Shigeki Ohtsu 3beb880716 crypto: add cert check to CNNIC Whitelist 10 years ago
Fedor Indutny 0f68377f69 crypto: support FIPS mode of OpenSSL 10 years ago