Display sys_errno when UV_UNKNOWN is returned
[platform/upstream/nodejs.git] / src / node_crypto.cc
2011-10-14 koichiktls: requestCert unusable with Firefox and Chrome
2011-09-27 Ben Noordhuiscrypto: implement randomBytes() and pseudoRandomBytes()
2011-09-20 Ben Noordhuiscrypto: fix delete of potentially uninitialized pointer
2011-09-20 Ben Noordhuiscrypto: fix read of potentially uninitialized variable
2011-09-20 Ben Noordhuiscrypto: look up SSL errors with ERR_print_errors()
2011-09-16 Ben Noordhuiscrypto: fix error message buffer overrun
2011-09-15 Ryan DahlMerge remote branch 'origin/v0.4'
2011-09-15 Ryan DahlDrain OpenSSL error queue? Addresses #1719
2011-09-15 Ryan DahlMerge remote branch 'origin/v0.4'
2011-09-08 Ryan DahlMerge remote branch 'origin/v0.4'
2011-09-07 Ben Noordhuistls: new[] instead of malloc() in Connection::GetSession()
2011-09-07 Sean Cunninghamtls: add client-side session resumption support
2011-09-02 koichikcrypto: Fix BIO's usage.
2011-09-02 Ben Noordhuiscrypto: use X509_get_ext_by_NID(NID_subject_alt_name)
2011-09-02 Niclas HoyerAdded additional properties to getPeerCertificate,...
2011-08-31 Ryan Dahlcrypto: set data before sending to thread pool
2011-08-31 Ryan DahlUpgrade libuv to ea4271f
2011-08-30 koichiktls: x509 certificate subject parsing fail
2011-08-30 Igor ZinkovskyUse new uv_fs_ apis
2011-08-26 Ryan DahlMerge remote branch 'origin/v0.4'
2011-08-22 Peter BrightUpgrade to 0.9.8r.
2011-08-17 Ryan DahlMerge remote branch 'origin/v0.4'
2011-08-15 Bert Beldernode_crypto: interface with libuv, not libev
2011-08-12 Glen Lowcrypto: PBKDF2 function from OpenSSL
2011-08-09 Tom Hughescrypto: fix incorrect ssl shutdown check
2011-08-09 Tom Hughescrypto: fix incorrect ssl shutdown check
2011-08-02 Ryan DahlMerge branch 'v0.4'
2011-07-29 Fedor IndutnyAdd support for TLS SNI
2011-07-26 SAWADA TadashiFix crypto encryption/decryption with Base64.
2011-07-24 Stefan BühlerFix crypto hmac to accept binary keys + add test cases...
2011-07-23 SAWADA TadashiFix crypto encryption/decryption with Base64.
2011-07-22 Ryan DahlMerge branch 'v0.4'
2011-07-22 Ryan DahlMerge branch 'V8-3.4'
2011-07-20 Ben Noordhuiscrypto: check for SSL_COMP_get_compression_methods()
2011-07-14 Ryan DahlMerge branch 'v0.4'
2011-07-02 Ryan DahlMerge branch 'v0.4'
2011-06-29 Ryan DahlMerge branch 'v0.4'
2011-06-29 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-06-15 Mark CavageCleanup crypto verify to not print unnecessary errors
2011-06-15 Ryan DahlMerge branch 'v0.4'
2011-06-14 Mark CavageSupport for signature verification with RSA/DSA public...
2011-06-03 Ryan DahlMerge branch 'v0.4'
2011-06-03 Ryan DahlDisabling SSL compression is dependent on OpenSSL versi...
2011-06-03 Jérémy LalOption to disable SSL v2
2011-05-25 Ben NoordhuisFix resource leaks in node_crypto.cc
2011-05-22 Ryan DahlMerge branch 'v0.4'
2011-05-21 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-05-20 Ryan DahlMerge branch 'v0.4'
2011-05-19 Ryan DahlMerge branch 'v0.4'
2011-05-17 Ryan DahlMerge branch 'v0.4'
2011-05-16 Ryan DahlDisable compression with OpenSSL.
2011-05-08 isaacsMerge branch 'v0.4'
2011-05-06 Håvard StrandenAdd Diffie-Hellman support to crypto module
2011-04-30 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-04-19 Fedor IndutnyOpenSSL NPN in node.js
2011-04-19 Ryan DahlMerge branch 'v0.4'
2011-04-14 Theo SchlossnagleTLS: Add secureOptions flag
2011-04-11 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-04-04 Ryan DahlMerge branch 'v0.4'
2011-04-01 Ryan DahlRevert "Disable compression with OpenSSL."
2011-04-01 Ryan DahlDisable compression with OpenSSL.
2011-04-01 Ryan DahlDon't load root certs for each SSL context
2011-03-31 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-03-25 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-03-18 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-03-15 Ryan DahlMerge branch 'v0.4'
2011-03-15 Ryan DahlUpdate copyright headers
2011-03-14 Felix GeisendörferCrypto update should only accept strings / buffers
2011-03-12 Theo Schlossnaglewithout this the server will not advertise support...
2011-02-10 Theo SchlossnagleTLS: CRL support
2011-02-10 Ryan DahlTLS: handle cert chains
2011-02-09 Ryan DahlRemove unused parameter from crypto::Handle*Error
2011-02-09 Ryan Dahltls: split bio errors from ssl errors
2011-02-08 Ryan Dahltls fixes
2011-02-01 Ryan DahlTLS: Set ssl.receivedShutdown after each read
2011-02-01 Ryan DahlTLS: better error reporting at binding layer
2011-01-28 Greg HughesFix style issues with ext_key_usage patch
2011-01-27 Greg HughesAdd ext_key_usage to getPeerCertificate
2011-01-11 Ryan DahlMerge branch 'vanilla-libeio'
2011-01-02 Bert BelderMerge remote branch 'origin/master'
2010-12-25 Tom HughesFree (ref-counted) private key.
2010-12-22 Tom HughesFix memory leak in node_crypto.cc.
2010-12-11 Ryan DahlRename node::SecureStream to node::crypto::Connection
2010-12-11 Ryan DahlAdd receivedShutdown() binding
2010-12-08 Ryan DahlAccept Buffers as well as strings for addCert, addKey
2010-12-08 Ryan Dahlclients without certs are unauthed.
2010-12-06 Ryan DahlServer must not request cert.
2010-12-01 Ryan DahlRemove should_verify from C++ - to handle in JS land
2010-12-01 Ryan DahlRemove unnecessary call to X509_STORE_free
2010-12-01 Ryan DahlRename VerifyPeerError to VerifyError
2010-12-01 Ryan DahlImplement SecureContext destructor
2010-12-01 Ryan DahlBetter verify info
2010-12-01 Ryan DahlMove root certs out of JavaScript
2010-11-30 Ryan DahlRevert "Default to TLSv1"
2010-11-30 Ryan DahlRemove assert in verify_peer; add comments
2010-11-29 Ryan DahlDefault to TLSv1
2010-11-29 Ryan Dahlstyle
2010-11-29 Ryan DahlUse SSL_MODE_RELEASE_BUFFERS by default.
2010-11-19 Ryan Dahlfix style for SecureStream::IsInitFinished
2010-11-13 Ryan DahlFix segfault on test-crypto
next