[ipxe-devel] [ipxe/ipxe] [crypto/OCSP] parse response certID for validation (#90)
Thilo Fromm
notifications at github.com
Fri Feb 15 18:06:56 UTC 2019
This change will only be compiled into the resulting binary when HTTPS support is switched on via config/general.h. By default it's off.
Here's a size comparison of the ipxe binaries for plain (no HTTPS support), https-old (with the memcpy()), and https-fixed (with the above change):
```
plain/:
328192 ipxe.dsk
1048576 ipxe.iso
329238 ipxe.pxe
1409024 ipxe.usb
https-old/:
339968 ipxe.dsk
1048576 ipxe.iso
341181 ipxe.pxe
1409024 ipxe.usb
https-fixed/:
340480 ipxe.dsk
1048576 ipxe.iso
341105 ipxe.pxe
1409024 ipxe.usb
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/90#issuecomment-464144536
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20190215/86f190c2/attachment.htm>
More information about the ipxe-devel
mailing list