[security-dev 01172]: Re: [PATCH FOR REVIEW]: 6763530: Fix breakage of NSS-based Elliptic Curve Cryptography in OpenJDK6

2009-09-03 Thread Michael StJohns
At 01:39 PM 9/3/2009, Andrew John Hughes wrote: >2009/9/3 Michael StJohns : >> >> >> >> At 03:14 PM 9/2/2009, Andrew John Hughes wrote: >>>Ok here is a new webrev: >>> >>>http://cr.openjdk.java.net/~andrew/6763530/webrev.02/ >>> >>>with a slightly revised version of your change (you can't throw a >

[security-dev 01171]: Re: [PATCH FOR REVIEW]: 6763530: Fix breakage of NSS-based Elliptic Curve Cryptography in OpenJDK6

2009-09-03 Thread Andrew John Hughes
2009/9/3 Michael StJohns : > > > > At 03:14 PM 9/2/2009, Andrew John Hughes wrote: >>Ok here is a new webrev: >> >>http://cr.openjdk.java.net/~andrew/6763530/webrev.02/ >> >>with a slightly revised version of your change (you can't throw a >>PKCS11Exception which only takes a long ID from the nativ

[security-dev 01170]: Re: [PATCH FOR REVIEW]: 6763530: Fix breakage of NSS-based Elliptic Curve Cryptography in OpenJDK6

2009-09-03 Thread Michael StJohns
At 03:14 PM 9/2/2009, Andrew John Hughes wrote: >Ok here is a new webrev: > >http://cr.openjdk.java.net/~andrew/6763530/webrev.02/ > >with a slightly revised version of your change (you can't throw a >PKCS11Exception which only takes a long ID from the native code, so I >changed this to an Illeg