index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
crypto.js
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-03
util: prepend '(node) ' to deprecation messages
Sakthipriyan Vairamani
1
-5
/
+9
2015-06-15
lib,test: fix whitespace issues
Roman Reiss
1
-3
/
+0
2015-06-11
lib: don't use global Buffer
Roman Reiss
1
-0
/
+1
2015-06-08
crypto: add getCurves() to get supported ECs
Brian White
1
-2
/
+7
2015-05-09
lib: fix eslint styles
Yosuke Furukawa
1
-1
/
+1
2015-03-24
lib: add missing `new` for errors lib/*.js
Mayhem
1
-1
/
+1
2015-02-02
crypto: support passwords in publicEncrypt
Calvin Metcalf
1
-1
/
+2
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-8
/
+8
2015-01-28
crypto: remove use of this._readableState
Calvin Metcalf
1
-2
/
+1
2015-01-28
crypto: implement privateEncrypt/publicDecrypt
Fedor Indutny
1
-11
/
+23
2015-01-22
lib,src: make pseudoRandomBytes alias randomBytes
Calvin Metcalf
1
-6
/
+2
2015-01-21
lib: use const to define constants
cjihrig
1
-6
/
+6
2015-01-12
Remove excessive copyright/license boilerplate
isaacs
1
-21
/
+0
2014-11-25
crypto: allow creation of GCM ciphers with createCipher
Calvin Metcalf
1
-18
/
+20
2014-11-22
lib: turn on strict mode
Ben Noordhuis
1
-2
/
+4
2014-10-08
crypto: createDiffieHellman throw for bad args
Trevor Norris
1
-0
/
+5
2014-08-29
crypto: introduce ECDH
Fedor Indutny
1
-0
/
+47
2014-08-27
crypto: allow padding in RSA methods
Fedor Indutny
1
-3
/
+6
2014-08-11
crypto: add RSA encryption
seishun
1
-0
/
+10
2014-05-07
crypto, zlib: replace _binding with _handle
Nicholas Vavilov
1
-46
/
+46
2014-03-29
crypto: move `createCredentials` to tls
Fedor Indutny
1
-91
/
+10
2014-03-10
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-3
/
+8
2014-03-11
crypto: do not lowercase cipher/hash names
Fedor Indutny
1
-3
/
+8
2014-03-04
crypto: allow setting add'l authenticated data
Brian White
1
-0
/
+4
2014-02-26
tls: stop NodeBIO::Gets from reading off end of buffer
Maxwell Krohn
1
-16
/
+3
2014-02-18
crypto: allow custom generator for DiffieHellman
Brian White
1
-9
/
+35
2014-01-22
crypto: support custom pbkdf2 digest methods
Ben Noordhuis
1
-9
/
+20
2014-01-22
crypto: add newline to cert and key if not present
Fedor Indutny
1
-3
/
+16
2014-01-05
crypto: introduce .setEngine(engine, [flags])
Fedor Indutny
1
-0
/
+16
2013-12-08
crypto: support GCM authenticated encryption mode.
Ingmar Runge
1
-0
/
+11
2013-12-06
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-1
/
+6
2013-12-04
crypto: Make Decipher._flush() emit errors.
Kai Groner
1
-1
/
+6
2013-10-30
tls: add ECDH ciphers support
Erik Dubbelboer
1
-0
/
+2
2013-10-29
src: accept passphrase when crypto signing with private key
Thom Seddon
1
-3
/
+8
2013-10-16
crypto: add SPKAC support
Jason Gerfen
1
-0
/
+24
2013-10-15
Revert "crypto: add SPKAC support"
isaacs
1
-24
/
+0
2013-10-13
crypto: add SPKAC support
Jason Gerfen
1
-0
/
+24
2013-08-01
src: Replace macros with util functions
isaacs
1
-5
/
+5
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-5
/
+5
2013-07-09
crypto: throw a helpful error message for "tls" and "crypto"
Nathan Rajlich
1
-7
/
+1
2013-06-25
Merge remote-tracking branch 'ry/v0.10' into master
isaacs
1
-0
/
+1
2013-06-11
crypto: fix utf8/utf-8 encoding check
Ben Noordhuis
1
-0
/
+1
2013-05-17
Merge remote-tracking branch 'ry/v0.10' into master
isaacs
1
-9
/
+9
2013-05-14
crypto: Pass encodings for Hmac digest
isaacs
1
-4
/
+1
2013-05-14
crypto: use StringBytes::Encode
isaacs
1
-5
/
+6
2013-05-14
crypto: Pass strings to binding layer directly
isaacs
1
-4
/
+6
2013-04-29
Merge remote-tracking branch 'origin/v0.10'
Ben Noordhuis
1
-13
/
+21
2013-04-21
crypto: LazyTransform on properties, not methods
isaacs
1
-13
/
+21
2013-04-12
Merge branch 'v0.10'
Fedor Indutny
1
-1
/
+4
2013-04-08
crypto: fix constructor call in crypto streams
Andreas Madsen
1
-1
/
+4
[next]