Hello, We are working on SPKM-3/LIPKEY support that is required for NFSv4 and it would be convenient to have OIDs defined in the OpenSSL code. Would the following patch (or something similar) be acceptable?
Thanks, K.C. --- openssl-0.9.7c-orig/crypto/objects/objects.txt 2003-08-11 05:37:08.000000000 -0400 +++ openssl-0.9.7c/crypto/objects/objects.txt 2003-10-15 13:26:31.000000000 -0400 @@ -638,6 +638,19 @@ Private 1 : enterprises : Enterprises +Security 3 : integrity : Integrity +Security 5 : mechanisms : Mechanisms + +# RFC 2025 (SPKM) +Mechanisms 1 : SPKM : spkm +spkm 1 : SPKM1 : spkm-1 +spkm 2 : SPKM2 : spkm-2 + +# RFC 2847 (LIPKEY) +spkm 3 : SPKM3 : spkm-3 +Mechanisms 9 : LIPKEY : lipkey +Integrity 3 : NULL-MAC : null-mac + # RFC 2247 Enterprises 1466 344 : dcobject : dcObject ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
