<div dir="auto">Plz unsubscribe</div><br><div class="gmail_quote"><div dir="ltr">On Tue 19 Feb, 2019, 5:30 PM , <<a href="mailto:ipxe-devel-request@lists.ipxe.org">ipxe-devel-request@lists.ipxe.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send ipxe-devel mailing list submissions to<br>
        <a href="mailto:ipxe-devel@lists.ipxe.org" target="_blank" rel="noreferrer">ipxe-devel@lists.ipxe.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel" rel="noreferrer noreferrer" target="_blank">https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:ipxe-devel-request@lists.ipxe.org" target="_blank" rel="noreferrer">ipxe-devel-request@lists.ipxe.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:ipxe-devel-owner@lists.ipxe.org" target="_blank" rel="noreferrer">ipxe-devel-owner@lists.ipxe.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of ipxe-devel digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: [ipxe/ipxe] [crypto/OCSP] parse response certID for<br>
      validation (#90) (Thilo Fromm)<br>
   2. Re: [ipxe/ipxe] [crypto/OCSP] parse response certID for<br>
      validation (#90) (Thilo Fromm)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 18 Feb 2019 07:36:44 -0800<br>
From: Thilo Fromm <<a href="mailto:notifications@github.com" target="_blank" rel="noreferrer">notifications@github.com</a>><br>
To: ipxe/ipxe <<a href="mailto:ipxe@noreply.github.com" target="_blank" rel="noreferrer">ipxe@noreply.github.com</a>><br>
Cc: Push <<a href="mailto:push@noreply.github.com" target="_blank" rel="noreferrer">push@noreply.github.com</a>><br>
Subject: Re: [ipxe-devel] [ipxe/ipxe] [crypto/OCSP] parse response<br>
        certID for validation (#90)<br>
Message-ID: <ipxe/ipxe/pull/90/push/<a href="mailto:3317623181@github.com" target="_blank" rel="noreferrer">3317623181@github.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
@t-lo pushed 1 commit.<br>
<br>
1bb74e9f6e84271307d8275e8277bbaabbcc696b  crypto/ocsp.c: simpler approach to parse CertID<br>
<br>
<br>
-- <br>
You are receiving this because you are subscribed to this thread.<br>
View it on GitHub:<br>
<a href="https://github.com/ipxe/ipxe/pull/90/files/83c744d68802720e105362989e685fe793e6097b..1bb74e9f6e84271307d8275e8277bbaabbcc696b" rel="noreferrer noreferrer" target="_blank">https://github.com/ipxe/ipxe/pull/90/files/83c744d68802720e105362989e685fe793e6097b..1bb74e9f6e84271307d8275e8277bbaabbcc696b</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20190218/0a58b07a/attachment-0001.html" rel="noreferrer noreferrer" target="_blank">http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20190218/0a58b07a/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 18 Feb 2019 07:43:28 -0800<br>
From: Thilo Fromm <<a href="mailto:notifications@github.com" target="_blank" rel="noreferrer">notifications@github.com</a>><br>
To: ipxe/ipxe <<a href="mailto:ipxe@noreply.github.com" target="_blank" rel="noreferrer">ipxe@noreply.github.com</a>><br>
Cc: Subscribed <<a href="mailto:subscribed@noreply.github.com" target="_blank" rel="noreferrer">subscribed@noreply.github.com</a>><br>
Subject: Re: [ipxe-devel] [ipxe/ipxe] [crypto/OCSP] parse response<br>
        certID for validation (#90)<br>
Message-ID: <ipxe/ipxe/pull/90/<a href="mailto:c464781334@github.com" target="_blank" rel="noreferrer">c464781334@github.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
I've updated the PR based on a IRC discussion with Michael Brown. While we still parse and extract the hashAlgorithm field, we use memcmp() for the remainder of certID (issuerNameHash, issuerKeyHash, and serialNumber). The memcmp() starts with, and includes, the type identifier for the issuerNameHash field (0x04, for "OCTET STRING").  <br>
<br>
-- <br>
You are receiving this because you are subscribed to this thread.<br>
Reply to this email directly or view it on GitHub:<br>
<a href="https://github.com/ipxe/ipxe/pull/90#issuecomment-464781334" rel="noreferrer noreferrer" target="_blank">https://github.com/ipxe/ipxe/pull/90#issuecomment-464781334</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20190218/79de8bd3/attachment-0001.html" rel="noreferrer noreferrer" target="_blank">http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20190218/79de8bd3/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
ipxe-devel mailing list<br>
<a href="mailto:ipxe-devel@lists.ipxe.org" target="_blank" rel="noreferrer">ipxe-devel@lists.ipxe.org</a><br>
<a href="https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel" rel="noreferrer noreferrer" target="_blank">https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel</a><br>
<br>
<br>
End of ipxe-devel Digest, Vol 105, Issue 20<br>
*******************************************<br>
</blockquote></div>