Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tools-pmc] [CQ 3040] JSch Version: 0.1.41

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=3040





--- Comment #13 from Atsuhiko Yamanaka <ymnk@xxxxxxxxxx>  2009-01-31 01:08:13 ---
(In reply to comment #6)
> Created an attachment (id=3033)
 --> (http://dev.eclipse.org/ipzilla/attachment.cgi?id=3033) [details]
> Updated about.html based on comparison with JSch-0.1.37 in Ganymede
> Updated the about.html based on the contents found in Ganymede SR1 (3.4.1). It
> looks like there is some encryption code in 
>    com.jcraft.jsch.jcraft.HMAC
> Atsuhiko please let us know if any new encryption code has been added between
> JSch-0.1.37 and JSch-0.1.41

Since 0.1.41, following ciphers have been added,
  aes128-ctr,aes192-ctr,aes256-ctr,
  3des-ctr,arcfour,arcfour128,arcfour256
Those depend on JCE(Java Cryptography Extension) included JRE,
and any cipher algorithm implementation is not added to JSch between 0.1.37
and 0.1.41.


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top