On Wed, Sep 3, 2008 at 6:16 PM, Daniel Veditz <[EMAIL PROTECTED]> wrote:
> ??????? ???????? wrote:
>> I want to add my own cipher algorithm to NSS library, like gost engine
>> in openssl, is it possible?
>> If yes can anyone explain the procedure
>
> See the patches that added Camellia and are trying to add SEED to NSS:
> https://bugzilla.mozilla.org/show_bug.cgi?id=361025
> https://bugzilla.mozilla.org/show_bug.cgi?id=453234

Yes.  The Camellia patch has been incorporated in NSS 3.12, so it is
an especially good reference.

One of the steps is to define new PKCS #11 mechanisms for GOST.
The PKCS #11 mechanisms for Camellia are added in PKCS #11
v2.20 Amendment 3:
http://www.rsa.com/rsalabs/node.asp?id=2133
ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs-11v2-20a3.pdf

You can also use that as a reference.

Wan-Teh
_______________________________________________
dev-security mailing list
dev-security@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-security

Reply via email to