Re: Our ASN.1 parser

2024-05-03 Thread Mark Thomas
On 03/05/2024 11:01, Michael Osipov wrote: On 2024/05/03 08:59:17 Mark Thomas wrote: There have been discussions about a new tomcat-shaded JAR that would provide all the shaded dependencies we use both internally and with the migration tool. My general concern with that is the volume of code

Re: Our ASN.1 parser

2024-05-03 Thread Michael Osipov
On 2024/05/03 08:59:17 Mark Thomas wrote: > > > On 03/05/2024 08:17, Michael Osipov wrote: > > Hi folks, > > > > currenly we have a minimalistic ASN.1 parser in the code tree w/o any > > testing > > The ASN.1 parsing is covered by the test suite. My bad, I didn't make myself clear: there is n

Re: Our ASN.1 parser

2024-05-03 Thread Mark Thomas
On 03/05/2024 08:17, Michael Osipov wrote: Hi folks, currenly we have a minimalistic ASN.1 parser in the code tree w/o any testing The ASN.1 parsing is covered by the test suite. since it assumes that the passed byte array is properly encoded. Correct. For the Tomcat use case it is suf

Our ASN.1 parser

2024-05-03 Thread Michael Osipov
Hi folks, currenly we have a minimalistic ASN.1 parser in the code tree w/o any testing since it assumes that the passed byte array is properly encoded. Now, I do have some X.509 related improvements which I'd like to bring upstream from my OSS project which I think will benefit everyone using