541 Commits (90dee89d8ee4e6aaa78e163997bb14ad3719a79a)

Author SHA1 Message Date
Daniel Bevenius 49e91e2649 crypto: remove root_cert_store from node_crypto.h 8 years ago
Daniel Bevenius 4f4184c10b
crypto: remove unnecessary template class 8 years ago
Daniel Bevenius 29d89c9855
src: split CryptoPemCallback into two functions 8 years ago
Trevor Norris fe2df3b842
async_wrap,src: add GetAsyncId() method 8 years ago
Trevor Norris f1ed19d98f
async_wrap: use more specific providers 8 years ago
Trevor Norris d9f3ec8e09
crypto: use named FunctionTemplate 8 years ago
Daniel Bevenius d0c968ea57 src: make root_cert_vector function scoped 8 years ago
Daniel Bevenius ebcd8c6bb8 src: rename CryptoPemCallback -> PasswordCallback 8 years ago
Anna Henningsen d56a7e640f
src: do proper StringBytes error handling 8 years ago
Anna Henningsen 6c2daf0ce9
crypto: throw proper errors if out enc is UTF-16 8 years ago
Michaël Zasso 719247ff95
src: remove debugger dead code 8 years ago
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