[security-dev 01749]: hg: jdk7/tl/jdk: 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7; ...

2010-03-30 Thread xueming . shen
Changeset: 3771ac2a8b3b Author:sherman Date: 2010-03-30 19:10 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/3771ac2a8b3b 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7 6911753: NSN wants to add Big5 HKSCS-2004 support Summary: support HKSCS2008 i

[security-dev 01748]: 6522064: Keystore aliases from MS CryptoAPI have bad encoding

2010-03-30 Thread Boris DuĊĦek
Hello, this is my first time contributing to Java or Sun (Oracle), so please forgive me if I am doing something wrong. I am writing because I met an issue with JSignPdf app and my testing certificates, which contain non-ASCII characters in my name (and so in CN field) [1]. So I found it's bug 652

[security-dev 01747]: Re: '\0' in alias name of a pkcs11 keystore

2010-03-30 Thread Michael StJohns
At 03:05 AM 3/26/2010, Tomas Gustavsson wrote: >You can set an alias by providing it using pkcs11 attributes through the >provider, but that alias is provider global (for all generated key pairs) >which is not very usable. The work around for this is to open up the provider different times with

[security-dev 01746]: Re: '\0' in alias name of a pkcs11 keystore

2010-03-30 Thread Valerie (Yu-Ching) Peng
Why do you assume that the key is generated in software? You use the KeyGenerator API to generate a key, this key can be generated on the HSM if you have SunPKCS11 provider configured to be the most preferred provider. This key should actually just encapsulate the native key handle (not the act