crypto: allow padding in RSA methods
[platform/upstream/nodejs.git] / src / node_crypto.cc
2014-08-26 Fedor Indutnycrypto: allow padding in RSA methods
2014-08-23 Fedor Indutnycrypto: fix memory leak in Connection::New
2014-08-11 seishuncrypto: add RSA encryption
2014-08-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-07-29 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10' into master
2014-06-17 Timothy J FontaineMerge remote-tracking branch 'upstream-rw/v0.10'
2014-06-11 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-06 Timothy J Fontainesrc: replace usage of String::Utf8Value
2014-06-05 Fedor IndutnyMerge branch 'v0.10'
2014-05-30 Ben Noordhuissrc: replace CONTAINER_OF with type-safe function
2014-05-15 Alexis Campaillacrypto: improve memory usage
2014-05-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into... v0.11.13
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-04-29 Ingmar Rungecrypto: improve error messages
2014-04-29 Rasmus Christian... crypto: fix a couple of VC++ warnings
2014-04-23 Fedor Indutnycrypto: fix memory leak in CipherBase::Final
2014-04-22 Fedor Indutnycrypto: work around OpenSSL oddness
2014-04-17 Fedor Indutnysrc: lint after OCSP commits
2014-04-17 Fedor Indutnytls: `getPeerCertificate(detailed)`
2014-04-17 Fedor Indutnytls: support OCSP on client and server
2014-04-08 Fedor IndutnyMerge branch 'v0.10'
2014-04-02 C. Scott Ananiannode: add signature to SET_PROTOTYPE_METHOD
2014-03-29 Fedor Indutnycrypto: move `createCredentials` to tls
2014-03-26 Fedor Indutnycrypto: fix lint
2014-03-26 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-26 Ben Noordhuissrc: ensure that openssl's PRNG is fully seeded
2014-03-26 Ben Noordhuissrc: seed V8's random number generator at startup
2014-03-16 Ben Noordhuissrc: don't call DecodeWrite() on Buffers
2014-03-13 Fedor Indutnysrc: update to v8 3.24 APIs
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-03-04 Brian Whitecrypto: allow setting add'l authenticated data
2014-03-04 Brian Whitecrypto: fix CipherFinal return value check
2014-03-02 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-02-21 Fedor Indutnysrc: remove `node_isolate` from source
2014-02-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Brian Whitecrypto: allow custom generator for DiffieHellman
2014-02-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-17 Fedor Indutnytls: introduce asynchronous `newSession`
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-09 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-08 Timothy J Fontainesrc: refactor buffer bounds checking
2014-02-05 Trevor Norrisasync_wrap: add provider types/pass to constructor
2014-02-05 Fedor Indutnytls: more session configuration options, methods
2014-02-03 Ben Noordhuiscrypto: update root certificates
2014-01-27 Keith M Wesolowskinode: register modules from DSO constructors
2014-01-27 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-26 Fedor Indutnycrypto: throw on SignFinal failure
2014-01-25 Fedor Indutnycrypto: clear error in GetPeerCertificate
2014-01-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-22 Yorkiecrypto: remove duplicate ERR_load_crypto_strings()
2014-01-22 Ben Noordhuiscrypto: support custom pbkdf2 digest methods
2014-01-21 Fedor Indutnycrypto: throw only in direct C++ methods
2014-01-20 Fedor Indutnycrypto: remove most of the `node_isolate` uses
2014-01-20 Fedor Indutnylib: introduce `.setMaxSendFragment(size)`
2014-01-17 Ben Noordhuistls: show human-readable error messages
2014-01-15 Trevor NorrisMerge remote-tracking branch 'origin/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-09 Trevor Norrissrc: revert domain using AsyncListeners
2014-01-05 Fedor Indutnycrypto: introduce .setEngine(engine, [flags])
2014-01-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-30 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-19 Yorkiecrypto: remove unnecessary OpenSSL_add_all_digests
2013-12-15 Ahamed Nafeezcrypto: comment change on disabling compression
2013-12-13 Fedor IndutnyMerge branch 'v0.10'
2013-12-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-10 Fedor Indutnytls: emit 'end' on .receivedShutdown
2013-12-07 Ingmar Rungecrypto: support GCM authenticated encryption mode.
2013-12-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-02 Fedor IndutnyMerge branch 'v0.10'
2013-12-02 Fedor Indutnytls: reset NPN callbacks after SNI
2013-12-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-26 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-26 Ben Noordhuistls: add serialNumber to getPeerCertificate()
2013-11-20 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-12 Trevor Norrisbase-object: add BaseObject
2013-11-12 Ben Noordhuissrc: fix Context::Scope usage
2013-11-12 Ben Noordhuiscrypto: fix up implicit HandleScope abuse
2013-11-11 Ben Noordhuissrc: fix Environment::GetCurrent() usage
2013-11-09 Ben Noordhuiscrypto: update root certificates
2013-11-08 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-11-08 Ben Noordhuissrc: remove container_of, use CONTAINER_OF
2013-11-08 Ben Noordhuiscrypto: unbreak build with no-NPN shared openssl
2013-10-30 Erik Dubbelboertls: add ECDH ciphers support
2013-10-31 Trevor Norrisdomain: use AsyncListener API
2013-10-31 Trevor Norriscrypto: convert pbkdf2_req to a class
2013-10-31 Trevor Norriscrypto: convert RandomBytesRequest to a class
2013-10-31 Trevor Norrisasync-wrap: integrate with WeakObject
2013-10-30 Fedor Indutnytls: do not default to 'localhost' servername
2013-10-29 Trevor Norrissrc: shorten Object{Wrap,Unwrap}
next