Merge remote-tracking branch 'ry/v0.6' into v0.6-merge
[platform/upstream/nodejs.git] / src / node_crypto.cc
2012-05-15 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-05-14 ssudacrypto: add PKCS12/PFX support
2012-05-09 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-05-08 Ben NoordhuisDon't use _snprintf() on Windows, it's not safe.
2012-05-04 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-04-28 Bert BelderMerge branch 'v0.6'
2012-04-18 isaacsMerge remote-tracking branch 'ry/v0.6'
2012-04-18 isaacsMerge remote-tracking branch 'ry/v0.6' into master
2012-04-17 isaacsMerge branch 'domains3'
2012-04-17 isaacsAdd Todo comments about domain-ifying crypto
2012-04-17 isaacsMakeCallback: Consistent symbol usage
2012-04-17 isaacsMakeCallback: Use in node_crypto
2012-03-30 Ben Noordhuiscrypto: root JS objects in HandleScope with Local<>
2012-03-30 isaacsMerge branch 'v0.7.7-release'
2012-03-30 Ben NoordhuisFix Engrish in error messages.
2012-03-30 Ben Noordhuiscrypto: fix signedness compiler warnings
2012-03-23 ssudaAvoiding unnecessary ToString() calls
2012-03-22 Ben Noordhuiscrypto: fix compile-time error with openssl <= 0.9.7e
2012-03-16 isaacsMerge remote-tracking branch 'ry/v0.6' into merge-v0.6
2012-03-09 Ben Noordhuiscore: use proper #include directives
2012-03-08 Bert BelderMerge branch 'v0.6'
2012-03-04 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-02-21 Tomasz Buchertcrypto: add function getDiffieHellman()
2012-02-18 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-02-16 Ben Noordhuistls: mitigate session renegotiation attacks
2012-02-12 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2012-02-06 isaacsMerge remote-tracking branch 'ry/v0.6'
2012-02-06 Ben NoordhuisRevert support for isolates.
2012-02-01 isaacsMerge remote-tracking branch 'ry/v0.6' into master
2012-01-23 Fedor IndutnyMerge branch 'v0.6'
2012-01-22 Ben Noordhuiscrypto: silence unused variable warning
2012-01-18 Ingmar RungeCrypto: adding ability to turn off automatic PKCS padding
2012-01-16 Ryan DahlMerge remote branch 'origin/v0.6'
2012-01-11 Fedor IndutnyMerge branch 'v0.6'
2012-01-09 Ryan DahlMerge remote branch 'origin/v0.6'
2012-01-06 Ryan DahlRevert "crypto: add SecureContext.clearOptions() method"
2012-01-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2012-01-02 Ben Noordhuiscrypto: add SecureContext.clearOptions() method
2011-12-29 Ben NoordhuisMerge branch 'isolates2'
2011-12-29 Ben NoordhuisMerge branch 'v0.6'
2011-12-29 Ryan DahlAdd node::Loop() and don't inc node_isolate.h in *.cc
2011-12-29 Ryan DahlRemove node_isolate.h from node.h
2011-12-29 Ben Noordhuisisolates: isolate-ify the main loop
2011-12-29 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2011-12-27 Ryan DahlAdd node::Loop() and don't inc node_isolate.h in *.cc
2011-12-27 Ryan DahlRemove node_isolate.h from node.h
2011-12-27 Ben Noordhuisisolates: isolate-ify the main loop
2011-12-23 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-21 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-16 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-16 Roman Shtylmancrypto: rewrite HexDecode without snprintf
2011-12-16 Ben Noordhuiscrypto: don't ignore DH init errors
2011-12-14 Ben Noordhuiscrypto: deduplicate encoding parsing logic
2011-12-14 Ben Noordhuiscrypto: deduplicate decipher logic
2011-12-13 Ben Noordhuiscrypto: fix memory leak when decrypting empty strings
2011-12-13 Ben Noordhuiscrypto: fix memory leaks in PBKDF2 error path
2011-12-08 Ryan DahlMove lock back to node_crypto.cc
2011-12-08 Ryan Dahlmove global vars from platfrom, node_signal_watcher...
2011-12-07 Ryan Dahlmove global vars for node_file.cc, node_zlib.cc, and...
2011-12-07 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-06 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-02 Ben NoordhuisMerge branch 'v0.6'
2011-11-30 Ben Noordhuiscrypto: throw exception on unknown digest method
2011-11-30 Ingmar Rungenode_crypto: use EVP_Cipher*_ex methods, not 'obsolete...
2011-11-25 Bert BelderMerge branch 'v0.6'
2011-11-22 Ryan DahlMerge remote branch 'origin/v0.6'
2011-11-18 Ben Noordhuiscrypto: use the libuv rwlock API
2011-11-17 Ben Noordhuiscrypto: add support for RSA public key signing/verification
2011-11-17 Ben Noordhuiscrypto: make verify() return true or false, not 1 or 0
2011-11-17 Ben Noordhuiscrypto: make verify() return true or false, not 1 or 0
2011-11-17 Ben NoordhuisMerge remote branch 'origin/v0.6'
2011-11-16 Ryan DahlMerge remote branch 'origin/v0.6'
2011-11-15 Ben Noordhuiscrypto: fix 'var may be used uninitialized' compiler...
2011-11-09 Ben NoordhuisRemove stray NODE_MODULE() semi-colons.
2011-11-08 Ben Noordhuiscrypto: use the right mutex
2011-11-08 Ben Noordhuiscrypto: make module thread-safe
2011-11-04 Bert BelderFix line endings and trailing whitespace
2011-10-31 koichiktls, https: add passphrase option
2011-10-22 Ryan DahlMerge remote branch 'origin/v0.4'
2011-10-14 koichiktls: requestCert unusable with Firefox and Chrome
2011-09-27 Ben Noordhuiscrypto: implement randomBytes() and pseudoRandomBytes()
2011-09-22 Ben Noordhuiscrypto: fix delete of potentially uninitialized pointer
2011-09-22 Ben Noordhuiscrypto: fix read of potentially uninitialized variable
2011-09-22 Ben Noordhuiscrypto: look up SSL errors with ERR_print_errors()
2011-09-22 Ben Noordhuiscrypto: fix error message buffer overrun
2011-09-20 Ben Noordhuiscrypto: fix delete of potentially uninitialized pointer
2011-09-20 Ben Noordhuiscrypto: fix read of potentially uninitialized variable
2011-09-15 Ryan DahlDrain OpenSSL error queue? Addresses #1719
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 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
next