Re: ASN.1 parser

2006-11-19 Thread Detlef Riekenberg
On Sa, 2006-11-18 at 00:57 +0100, Kai Blin wrote: > Hi Juan, > > I'm just looking into implementing Kerberos and Negotiate for SSPI. It seems > like I'll need an ASN.1 parser for both of those. > Or is there any method to find out what functions > msasn1.dll provi

Re: ASN.1 parser

2006-11-18 Thread Kai Blin
On Saturday 18 November 2006 01:12, Juan Lang wrote: > Hi Kai, > > > I'm just looking into implementing Kerberos and Negotiate for SSPI. It > > seems like I'll need an ASN.1 parser for both of those. I know you have > > a partial implementation of an ASN.1 DER par

Re: ASN.1 parser

2006-11-17 Thread Juan Lang
Hi Kai, > I'm just looking into implementing Kerberos and Negotiate for SSPI. It > seems like I'll need an ASN.1 parser for both of those. I know you have > a partial implementation of an ASN.1 DER parser in crypt32, but I think > it would be kind of silly to keep two sep

ASN.1 parser

2006-11-17 Thread Kai Blin
Hi Juan, I'm just looking into implementing Kerberos and Negotiate for SSPI. It seems like I'll need an ASN.1 parser for both of those. I know you have a partial implementation of an ASN.1 DER parser in crypt32, but I think it would be kind of silly to keep two seperate copies. Thin