Re: Kerberos PDU decoder performances

2007-06-15 Thread Enrique Rodriguez
On 6/15/07, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: ... Some possible improvement : - switch to the LDAP decoder should be possible without a lot of effort. DER and BER are very closed, and we can modify easily the LDAP decoder to support DER I'm 100% behind this. If you can at least jump

Kerberos PDU decoder performances

2007-06-15 Thread Emmanuel Lecharny
Ok, now that I understand the PDU structure for AS-REQ, I have done a little perf test on it : 1 000 000 PDU decoded in 38 seconds on my laptop. Not too bad. Some possible improvement : - switch to the LDAP decoder should be possible without a lot of effort. DER and BER are very closed, and we c