<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<p style="color: #777777;">
<a href="https://gitlab.com/nmav">Nikos Mavrogiannopoulos</a>
commented:
</p>
<div style="">
<p dir="auto">I think there are various levels of fuzzying for this project.</p>
<ol dir="auto">
<li>Input to be decoded by DER and BER decoders - <code>asn1_der_decoding2</code>
</li>
<li>Input to simple BER and DER decoders - <code>asn1_decode_simple_d/ber</code>, <code>asn1_length_d/ber</code>
</li>
<li>Input to the ASN.1 parser <code>asn1_parser2tree</code>
</li>
<li>Intermediate input from <code>asn1_parser2array</code> to <code>asn1_array2tree</code>
</li>
</ol>
<p dir="auto">To my understanding from what you write above what you are fuzzying is 4. That is, you are trying to make the <code>asn1_array2tree</code> strong even if the intermediate input from <code>asn1_parser2array</code> is maliciously modified right? I wouldn't say these are not important, but for a first phase, I'll focus on fixing bugs from 1-2 because these are the most common interfaces for this library.</p>
<p dir="auto">Then I'd move to (3), and possibly to (4) as these bugs do not affect any applications I'm aware of.</p>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/libtasn1/issues/14#note_194702091">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/sent_notifications/7cf226e427334de17db124717658e4f9/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/libtasn1/issues/14#note_194702091"}}</script>


</p>
</div>
</body>
</html>