lib,src: make pseudoRandomBytes alias randomBytes
[platform/upstream/nodejs.git] / src / node_crypto.cc
2015-01-22 Calvin Metcalflib,src: make pseudoRandomBytes alias randomBytes
2015-01-20 Ben Noordhuissrc: rename ASSERT macros in node_crypto.cc
2015-01-13 Ben Noordhuisbuild,src: remove sslv3 support
2015-01-12 isaacsRemove excessive copyright/license boilerplate
2015-01-11 Ben Noordhuisbuild,src: remove sslv2 support
2015-01-07 Trevor Norrissrc: pass Isolate to node::Utf8Value constructor
2015-01-07 Trevor Norrissrc: pass Isolate to additional locations
2015-01-05 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v1.x
2014-12-23 Rudi Cilibrasisrc: remove cpplint error using NOLINT directive
2014-12-14 Ben Noordhuissrc: redo unaligned access workaround
2014-12-10 Fedor Indutnycrypto: separate altname extensions with ", "
2014-12-10 brian m. carlsoncrypto: disable SSLv3 if shared OpenSSL lacks it
2014-12-09 Bert BelderMerge 'node/v0.12'
2014-12-09 Bert Beldercrypto: store thread id as pointer-sized value
2014-12-03 Trevor Norrislint: fix code style
2014-11-28 Alexis Campaillacrypto: store thread id as pointer-sized
2014-11-28 Alexis CampaillaRevert "crypto: cast uv_thread_t to unsigned long"
2014-11-26 Saúl Ibarra Corretgécrypto: cast uv_thread_t to unsigned long
2014-11-26 Fedor Indutnycrypto: proper fix for d7e700's cause
2014-11-25 Fedor Indutnycrypto: throw if the key doesn't match cert
2014-11-22 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-11-18 Ben Noordhuissrc: turn two global vars into local vars
2014-11-14 Fedor Indutnycrypto: fix X509 cert memory leak in GetPeerCert
2014-11-07 Fedor Indutnycrypto: escape DNS altname
2014-11-03 Ben Noordhuissrc: clean up root_certs iteration
2014-11-03 Ben Noordhuissrc: make root_certs const
2014-10-29 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-10-24 Fedor IndutnyMerge remote-tracking branch 'origin/v0.12' into v0.12
2014-10-23 Ben Noordhuissrc: mark more destructors with override keyword
2014-10-23 Ben Noordhuissrc: replace NULL with nullptr
2014-10-13 Ben Noordhuissrc: attach env directly to api functions
2014-10-11 Ben Noordhuissrc: replace assert() with CHECK()
2014-10-11 Ben Noordhuissrc: remove unnecessary HandleScopes
2014-10-08 Fedor Indutnysrc, test: fixup after v8 update
2014-10-08 Fedor Indutnysrc, test: fixup after v8 update
2014-09-23 Fedor Indutnycrypto: export externals to internal structs
2014-09-17 Fedor Indutnycrypto: never store pointer to conn in SSL_CTX
2014-09-17 Mickael van der... crypto: clarify RandomBytes() error msg
2014-09-17 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-09-16 Chris Dickinsoncrypto: use domains for any callback-taking method
2014-09-15 Adam Lippaitls: fix encoding in certificate-related functions
2014-09-03 Fedor Indutnycrypto: use less memory for storing keys
2014-09-02 Brian Whitecrypto: unsigned value can't be negative
2014-09-02 Brian Whitecrypto: avoid memory leak
2014-08-28 Shigeki Ohtsutls, crypto: add DHE support
2014-08-28 Fedor Indutnycrypto: introduce ECDH
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()
next