[opensc-devel] Encoding of CKA_SERIAL_NUMBER

2010-05-24 Thread Viktor TARASOV
Hello,

according to PKCS#11 specification the CKA_SERIAL_NUMBER is DER-encoded 
value.

Actually OpenSC PKCS#11 module returns a non-encoded octet string as a 
value of this attribute.

Should it be changed?

Kind wishes,
Viktor.

-- 
Viktor Tarasov  viktor.tara...@opentrust.com

___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel


Re: [opensc-devel] Encoding of CKA_SERIAL_NUMBER

2010-05-24 Thread Alon Bar-Lev
Yes, good catch.
But I don't know any application that actually uses this attribute... :)

On Mon, May 24, 2010 at 8:05 PM, Viktor TARASOV
viktor.tara...@opentrust.com wrote:
 Hello,

 according to PKCS#11 specification the CKA_SERIAL_NUMBER is DER-encoded
 value.

 Actually OpenSC PKCS#11 module returns a non-encoded octet string as a
 value of this attribute.

 Should it be changed?

 Kind wishes,
 Viktor.

 --
 Viktor Tarasov  viktor.tara...@opentrust.com

 ___
 opensc-devel mailing list
 opensc-devel@lists.opensc-project.org
 http://www.opensc-project.org/mailman/listinfo/opensc-devel

___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Re: [opensc-devel] Encoding of CKA_SERIAL_NUMBER

2010-05-24 Thread Robert Relyea
On 05/24/2010 10:18 AM, Alon Bar-Lev wrote:
 Yes, good catch.
 But I don't know any application that actually uses this attribute... :)
   
NSS does.
S/Mime would break if this were wrong. (you wouldn't be able to find the
correct cert that was used to encrypt the message, so you couldn't be
able to find the key).

bob
 On Mon, May 24, 2010 at 8:05 PM, Viktor TARASOV
 viktor.tara...@opentrust.com wrote:
   
 Hello,

 according to PKCS#11 specification the CKA_SERIAL_NUMBER is DER-encoded
 value.

 Actually OpenSC PKCS#11 module returns a non-encoded octet string as a
 value of this attribute.

 Should it be changed?

 Kind wishes,
 Viktor.

 --
 Viktor Tarasov  viktor.tara...@opentrust.com

 ___
 opensc-devel mailing list
 opensc-devel@lists.opensc-project.org
 http://www.opensc-project.org/mailman/listinfo/opensc-devel

 
 ___
 opensc-devel mailing list
 opensc-devel@lists.opensc-project.org
 http://www.opensc-project.org/mailman/listinfo/opensc-devel




smime.p7s
Description: S/MIME Cryptographic Signature
___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel