434 Commits (36b969ff44b8ffca22480c70343cf85651eb235e)

Author SHA1 Message Date
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
Brian White 38d1afc24d crypto: add getCurves() to get supported ECs 10 years ago
Shigeki Ohtsu 9b35be5810 tls: make server not use DHE in less than 1024bits 10 years ago
Trevor Norris c1de6d249e core: implement runtime flag to trace sync io 10 years ago
Fedor Indutny 550c2638c0 tls: use `SSL_set_cert_cb` for async SNI/OCSP 10 years ago
Fedor Indutny 2684c902c4 tls: zero SSL_CTX freelist for a singleUse socket 10 years ago
Fedor Indutny e6874dd0f9 crypto: track external memory for SSL structures 10 years ago
Fedor Indutny 2d241b3b82 tls: destroy SSL once it is out of use 10 years ago
Ben Noordhuis ccb199af17 src: fix deprecation warnings 10 years ago
Ben Noordhuis 7e88a9322c src: make accessors immune to context confusion 10 years ago
Fedor Indutny 3b57819b58 crypto: fix leak in SafeX509ExtPrint 10 years ago
Fedor Indutny b9686233fc stream_base: introduce StreamBase 10 years ago
Shigeki Ohtsu e63b51793b crypto: fix to check ext method for shared lib 10 years ago
Fedor Indutny 6f7a9784ea crypto: clear error on return in TLS methods 10 years ago
Fedor Indutny 3d4e96f3ce crypto: use on-stack storage in HashUpdate 10 years ago
Fedor Indutny 87e62bd4c8 crypto: implement privateEncrypt/publicDecrypt 10 years ago
Calvin Metcalf e5e598060e lib,src: make pseudoRandomBytes alias randomBytes 10 years ago
Ben Noordhuis 52f624e72a src: rename ASSERT macros in node_crypto.cc 10 years ago
Ben Noordhuis 5165d71048 build,src: remove sslv3 support 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 26dd9e15bb build,src: remove sslv2 support 10 years ago
Trevor Norris cbf76c1f2f src: pass Isolate to node::Utf8Value constructor 10 years ago
Trevor Norris d553386623 src: pass Isolate to additional locations 10 years ago
Rudi Cilibrasi c77a494e4a src: remove cpplint error using NOLINT directive 10 years ago
Ben Noordhuis 56fde66c46 src: redo unaligned access workaround 10 years ago
Fedor Indutny 687dfc9875 crypto: separate altname extensions with ", " 10 years ago