19 Commits (8d70294c31da06ff04279e47739c57a1b57cd5aa)

Author SHA1 Message Date
Ryan Dahl 519dc2c114 tls: split bio errors from ssl errors 14 years ago
Ryan Dahl 807fca6803 TLS: Set ssl.receivedShutdown after each read 14 years ago
Ryan Dahl 2ff593ad23 TLS: better error reporting at binding layer 14 years ago
Ryan Dahl e3d1808ef0 Rename node::SecureStream to node::crypto::Connection 14 years ago
Ryan Dahl 70baeba8a9 Add receivedShutdown() binding 14 years ago
Ryan Dahl 127f17a0ea Remove should_verify from C++ - to handle in JS land 14 years ago
Ryan Dahl 28a86c3e56 Remove unnecessary call to X509_STORE_free 14 years ago
Ryan Dahl 504a80dc6d Rename VerifyPeerError to VerifyError 14 years ago
Ryan Dahl 355936dcde Implement SecureContext destructor 14 years ago
Ryan Dahl ea540c94f8 Better verify info 14 years ago
Ryan Dahl 4b947310b2 Move root certs out of JavaScript 14 years ago
Paul Querna 1ce4684a27 Centralize error handling in SecureStream 14 years ago
Ryan Dahl 9911629de0 Fix style in node_crypto.cc 14 years ago
Ryan Dahl 163485c8aa Rename some SecureStream methods 14 years ago
Peter Griess 792c7caf40 Coverity fixes: src/node_crypto 15 years ago
Rhys Jones afce4c3ae8 Added default CAs, updated openssl verify behaviour, added crypto and https documentation 15 years ago
Paulo Matias 430cfd1825 Read all records to always empty the OpenSSL reading buffer. 15 years ago
Rhys Jones 80174392bb Moved Credentials into crypto module. Added node_crypto into crypto module 15 years ago
Rhys Jones fb3a9cd0d8 Initial openssl support for net2 15 years ago