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
2012-12-14
crypto: Streaming interface for Sign and Verify
isaacs
1
-5
/
+15
2012-12-14
crypto: Streaming interface for cipher/decipher/iv
isaacs
1
-4
/
+32
2012-12-14
crypto: Streaming api for Hmac
isaacs
1
-1
/
+5
2012-12-14
crypto: Streaming interface for Hash
isaacs
1
-1
/
+16
2012-10-23
crypto: pbkdf2 throws when no callback provided
isaacs
1
-4
/
+14
2012-10-23
crypto: Clean up buffer handling and DH methods
isaacs
1
-127
/
+121
2012-10-23
crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')
isaacs
1
-4
/
+40
2012-10-23
crypto: Binding only accepts buffers
isaacs
1
-20
/
+69
2012-10-23
crypto: Move encoding logic to JS, default=buffer
isaacs
1
-40
/
+254
2012-10-13
crypto: sort return value of getCiphers/getHashes
Ben Noordhuis
1
-2
/
+6
2012-10-13
crypto: add crypto.getHashes()
Ben Noordhuis
1
-0
/
+16
2012-10-13
crypto: add crypto.getCiphers()
Ben Noordhuis
1
-0
/
+3
2012-05-15
Merge remote-tracking branch 'ry/v0.6' into v0.6-merge
isaacs
1
-0
/
+8
2012-05-14
crypto: add PKCS12/PFX support
ssuda
1
-0
/
+8
2012-02-21
crypto: add function getDiffieHellman()
Tomasz Buchert
1
-0
/
+4
2011-10-31
tls, https: add passphrase option
koichik
1
-1
/
+7
2011-10-15
tls: requestCert unusable with Firefox and Chrome
koichik
1
-0
/
+4
2011-10-05
Fixed a lot of jslint errors.
Colton Baker
1
-2
/
+2
2011-09-27
crypto: implement randomBytes() and pseudoRandomBytes()
Ben Noordhuis
1
-0
/
+8
2011-08-12
crypto: PBKDF2 function from OpenSSL
Glen Low
1
-0
/
+3
2011-08-01
Merge branch 'v0.4'
Ryan Dahl
1
-4
/
+4
2011-07-25
Doc improvements and change argument name.
koichik
1
-4
/
+4
2011-05-20
Merge branch 'v0.4'
Ryan Dahl
1
-10
/
+18
2011-05-20
Remove unused variable
Brian White
1
-1
/
+0
2011-05-19
Share SSL context between server connections
Fedor Indutny
1
-9
/
+15
2011-05-06
Add Diffie-Hellman support to crypto module
HÃ¥vard Stranden
1
-0
/
+13
2011-04-13
allow setting of ciphers in credentials
Theo Schlossnagle
1
-0
/
+2
2011-04-13
TLS: Add secureOptions flag
Theo Schlossnagle
1
-2
/
+4
2011-03-14
Update copyright headers
Ryan Dahl
1
-0
/
+21
2011-02-10
TLS: CRL support
Theo Schlossnagle
1
-0
/
+10
2011-01-21
Initial pass at https client
Ryan Dahl
1
-5
/
+5
2010-12-11
Rename node::SecureStream to node::crypto::Connection
Ryan Dahl
1
-1
/
+0
2010-12-05
Move securepair stuff into tls.js
Ryan Dahl
1
-4
/
+0
2010-12-01
more lint
Ryan Dahl
1
-10
/
+10
2010-12-01
Remove useless shouldVerify assignments
Ryan Dahl
1
-2
/
+0
2010-12-01
Better array check in Cert Authority list
Ryan Dahl
1
-1
/
+1
2010-11-30
Move root certs out of JavaScript
Ryan Dahl
1
-3589
/
+1
2010-11-30
style
Ryan Dahl
1
-12
/
+22
2010-11-28
style
Ryan Dahl
1
-12
/
+28
2010-10-25
Add SecurePair for handling of a ssl/tls stream.
Paul Querna
1
-0
/
+3
2010-10-11
Soft migration of sys -> util, Removal of deprecated utils module.
Micheil Smith
1
-1
/
+0
2010-10-06
syntax fixes to pass jslint
Joshaven Potter
1
-11
/
+10
2010-09-28
quicker loops
Aaron Heckmann
1
-2
/
+2
2010-06-29
fix whitespace errors
Blake Mizerany
1
-1
/
+1
2010-06-15
RootCaCerts shouldn't be global
Ryan Dahl
1
-2
/
+2
2010-06-14
Merge Hash.init() function into JS constructor
Ryan Dahl
1
-1
/
+1
2010-05-04
Added default CAs, updated openssl verify behaviour, added crypto and https d...
Rhys Jones
1
-1
/
+3597
2010-05-03
Additional OpenSSL tests
Rhys Jones
1
-0
/
+26
2010-04-12
Moved Credentials into crypto module. Added node_crypto into crypto module
Rhys Jones
1
-0
/
+52