[30053] in Kerberos
ASN.1 problem
daemon@ATHENA.MIT.EDU (naveen.bn)
Mon Jun 30 08:54:58 2008
Message-ID: <4868D706.9060609@globaledgesoft.com>
Date: Mon, 30 Jun 2008 18:22:22 +0530
From: "naveen.bn" <naveen.bn@globaledgesoft.com>
MIME-Version: 1.0
To: kevin <kwc@umich.edu>
Content-Type: multipart/mixed; boundary="----=neXtPaRt_1214829771"
Cc: kerberos@mit.edu
Errors-To: kerberos-bounces@mit.edu
------=neXtPaRt_1214829771
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi Kevin,
I found the problem, please help me in solving it. When decoding AS_REQ pa-data from the function asn1_decode_pa_pk_as_req_draft9( ..) in
file asn1_k_decode.c the macro get_implicit_octet_string(val->signedAuthPack.length, val->signedAuthPack.data, 0) is invoked.
which checks for asn1class = CONTEXT_SPECIFIC and construction = PRIMITIVE, but when i logged these values it was asn1class
= CONTEXT_SPECIFIC and construction = CONSTRUCTED because of which it is failing to decode pa_data of AS_REQ.
How can i make the pa_data to be have the expected decoding value for construction( expected value is PRIMITIVE ).
Please guide me to solve this
Thank you
naveen
------=neXtPaRt_1214829771
Content-Type: text/plain;
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message.Global Edge Software Ltd has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Global Edge Software Ltd reserves the right to monitor and review the content of all messages sent to or from this e-mail address
------=neXtPaRt_1214829771
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos
------=neXtPaRt_1214829771--