Update and correction:
rsadsi OBJECT IDENTIFIER ::= {iso(1) member-body(2) us(840) rsadsi(113549)}
*does* translate to "1.2.840.113549"
Moreover the complete OID from RSA PK12 doc is: 1.2.840.113549.1.12.1.3
But still, why do I get a different using NSS' secoid.c?-- P "Patrick" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm trying to figure what the numbers (decimal format) would be for the > object with tag SEC_OID_PKCS12_V2_PBE_WITH_SHA1_AND_3KEY_TRIPLE_DES_CBC > > Looking at NSS' secoid.c code, I compute: > 42.134.72.134.247.13.1.12.1.3 > > However looking at RSA labs PKCS#12 document, I compute: > 1.2.840.113549.1.12.0.1.1.3 > > I admit that I may not be reading the latter document correctly (e.g., I 'm > not sure if > rsadsi OBJECT IDENTIFIER ::= {iso(1) member-body(2) us(840) rsadsi(113549)} > means 1.2.840.113549...) > > Could somebody clear this up? > > -- P > >
