530 Commits (d5db4d25dc675e52f0ee7159321ef3bbea594a4d)

Author SHA1 Message Date
Tobias Nießen eaa0542eff crypto: remove unused C++ parameter in sign/verify 8 years ago
Evan Lucas d06eb530a1 crypto: add randomFill and randomFillSync 8 years ago
Daniel Bevenius e1d14873fe Revert "src: exclude node_root_certs when use-def-ca-store" 8 years ago
Tobias Nießen 88351a22ed
crypto: handle exceptions in hmac/hash.digest 8 years ago
Tobias Nießen 0e710aada4
crypto: add sign/verify support for RSASSA-PSS 8 years ago
Tom Atkinson a6f94942b0 crypto: fix memory leak if certificate is revoked 8 years ago
Ben Noordhuis 86d74a248b tls: fix SecurePair external memory reporting 8 years ago
Daniel Bevenius be98f26917 src: exclude node_root_certs when use-def-ca-store 8 years ago
Ben Noordhuis f35e80d9af src: use persistent strings from node::Environment 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Daniel Bevenius 9352528779 src: remove outdated FIXME in node_crypto.cc 8 years ago
Benjamin Fleischer 4897ae2114
benchmark,build,doc,lib,src,test: correct typos 8 years ago
Shigeki Ohtsu 02c98f480c tls: fix macro to check NPN feature 8 years ago
James M Snell d523eb9c40 tls: use emitWarning() for dhparam < 2048 bits 8 years ago
cjihrig 0593528241 src: remove unused variable in node_crypto 8 years ago
David Benjamin e34ee1d2c9 crypto: remove unused access of tlsext_hostname 8 years ago
Sam Roberts 59afa275ad crypto: support OPENSSL_CONF again 8 years ago
Kirill Fomichev e90f38270c
crypto: throw error in CipherBase::SetAutoPadding 8 years ago
Shigeki Ohtsu 89217d1450 crypto: add cert check issued by StartCom/WoSign 8 years ago
Travis Meisenheimer 5ea98fb17d crypto: return the retval of HMAC_Update 8 years ago
Adam Majer 33012e9866 crypto: ability to select cert store at runtime 8 years ago
Adam Majer 3aa17e4e51 crypto: Use system CAs instead of using bundled ones 8 years ago
Adam Majer 3ada5ae641 crypto: do not use pointers to std::vector 8 years ago
Adam Langley a57e2f2138 crypto: freelist_max_len is gone in OpenSSL 1.1.0 8 years ago
Kirill Fomichev 1ef401ce92 crypto: use check macros in CipherBase::SetAuthTag 8 years ago
Sam Roberts d9ac34cb79 crypto: use CHECK_NE instead of ABORT or abort 8 years ago
Sam Roberts 0b44384561 tls: allow obvious key/passphrase combinations 8 years ago
Alex Newman 40eba1270a src: fix string format mistake for 32 bit node 8 years ago
Sam Roberts fd644f51f8 crypto: allow adding extra certs to well-known CAs 8 years ago
Ben Noordhuis 9f779d351f src: fix memory leak introduced in 34febfbf4 8 years ago
Evan Lucas 21826ef21a src: use ABORT() macro instead of abort() 8 years ago
Adam Langley 305f75a17a crypto: use SSL_get_servername. 8 years ago
Adam Langley 34febfbf4d crypto: fix handling of root_cert_store. 8 years ago
Adam Majer 9259bf3306 crypto: Use reference count to manage cert_store 8 years ago
Rod Vagg bb173f931a crypto: fix openssl.cnf FIPS handling & testing 8 years ago
Fedor Indutny db411cf116 node: --openssl-config cli argument 8 years ago
Ben Noordhuis 6ef6d42cce crypto: fix faulty logic in iv size check 8 years ago
Adam Langley 499d058789 crypto: use SSL_get_SSL_CTX. 8 years ago
Anna Henningsen ea94086ad2
src: provide allocation + nullptr check shortcuts 8 years ago
Anna Henningsen 48ed65440c
src: pass desired return type to allocators 8 years ago
Anna Henningsen eb927fac38
src: add Malloc() size param + overflow detection 8 years ago
Rich Trott d2eb7ce010 src: Malloc/Calloc size 0 returns non-null pointer 8 years ago
not-an-aardvark 079acccb56 crypto: add crypto.timingSafeEqual() 8 years ago
Rich Trott ed640ae4cb crypto: make malloc failure check cross-platform 8 years ago
Michael Dawson a00ccb0fb9 src: normalize malloc, realloc 8 years ago
James M Snell 0764bc4711 Revert "crypto: add crypto.timingSafeEqual" 9 years ago
not-an-aardvark 0fc5e0dcd9 crypto: add crypto.timingSafeEqual 9 years ago
Haojian Wu 43ef58005e src: remove unused using decls 9 years ago
Ben Noordhuis 48c52d765d src: remove unnecessary HandleScopes 9 years ago
Ben Noordhuis 26a918f4f5 src: remove deprecated HMAC_Init, use HMAC_Init_ex 9 years ago