[ http://issues.apache.org/jira/browse/DIRSNICKERS-108?page=all ]
Emmanuel Lecharny resolved DIRSNICKERS-108:
-------------------------------------------
Resolution: Fixed
Ok, with huge modifications, this problem has been fixed !
Basically, using previous BER code wrote for Snickers was much easier than
trying to bringing back from university all this binary theory I have forgotten
...
It drove me to modify the encoding and decoding of Integer, and had a side
effect on Boolean decoding.
Everything should be on track again...
Thanks Jérôme for the sharp reports, and for the time you dedicated on this
f****g problem !
btw, using BigInteger is not an option : it's 24x slower than doing it the way
Snickers does ;)
WARNING : This is NOT compliant with ASN.1 BER, as the biggest ASN.1 BER
integer is supposed to be 256^126 - 1
> Wrong int encoding in Value
> ---------------------------
>
> Key: DIRSNICKERS-108
> URL: http://issues.apache.org/jira/browse/DIRSNICKERS-108
> Project: Directory ASN1
> Type: Bug
> Components: BER Runtime
> Reporter: Jérôme Baumgarten
> Assignee: Emmanuel Lecharny
> Priority: Blocker
> Attachments: Value.patch
>
> Hi,
> Encoding is buggy for int value in the org.apache.asn1new.ber.tlv.Value
> class. The affected methods are :
> * public static int getNbBytes( int value )
> * public static byte[] getBytes( int value )
> Regards,
> Jérôme
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira