Wrong OIDS for PKCS #9 gender and pseudonym?

2002-02-22 Thread Leonard Janke



According to PKCS #9 v2 gender should have the OID

1 3 6 1 5 5 7 9 3

and psuedonym should have the OID

1 2 840 113549 1 9 3.

According to OpenSSL's objects.h gender has the OID

1 3 6 1 5 5 7 9 4

and pseudonym has the OID

1 3 6 1 5 5 7 9 3,

however.

Leonard



__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



[PATCH] P7 Verification of Non-Data Types

2001-12-19 Thread Leonard Janke


Right now verification only seem to be supported if
the signed data is of type DATA. According to
the standard other types can be signed, however. Here
is a patch to allow verification of data types
which are octet strings but not necessarily
of type DATA.

Leonard Janke


 p7doit.patch 



p7doit.patch
Description: Binary data