Re: [ipxe-devel] HTTPS & iPXE

2020-01-14 Thread Michael Brown
On 14/01/2020 22:17, Michael Brown wrote: This "iPXE root CA" certificate is used to cross-sign every root certificate trusted by Mozilla, and a mechanism exists to allow iPXE to automatically download these cross-signed certificates as needed.  There is a reasonable explanation of this at  

Re: [ipxe-devel] HTTPS & iPXE

2020-01-14 Thread Michael Brown
On 14/01/2020 19:54, Ibrahim Tachijian wrote: The issues you are experiencing are most likely because the iPXE OCSP service is still down following a hardware death.  Replacement is currently stalled pending the existence of a suitable ocspd package for Fedora; the version in the

Re: [ipxe-devel] [ipxe/ipxe] successful wpa handshake (memcmp polarity) (#103)

2020-01-14 Thread Joshua Oreman
I haven't contributed to iPXE in many years, so I don't have write access to the Github repo, but this PR looks good to me. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [ipxe-devel] [ipxe/ipxe] successful wpa handshake (memcmp polarity) (#103)

2020-01-14 Thread Joshua Oreman
I wrote the original WPA code in 2009, and definitely successfully booted with it at that time. It looks like the incorrect-polarity memcmp() was only introduced in 2014: https://github.com/ipxe/ipxe/commit/8ee39f7432e63c2382ab3e7d24e234310f4532c9 -- You are receiving this because you are

[ipxe-devel] [ipxe/ipxe] successful wpa handshake (memcmp polarity) (#103)

2020-01-14 Thread Bazz
Fix memcmp() to return proper standard positive/negative values for unequal comparisons. Similar to commit 3946aa9. The current implementation is backwards (i.e. the functions are returning negative when they should be positive and vice-versa). Currently all other consumers of these functions

Re: [ipxe-devel] [ipxe/ipxe] QRcode (#102)

2020-01-14 Thread dgtlrift
@dgtlrift pushed 1 commit. f700041cff22570dacf753a6c72c0261c55d3d82 Update actions to include submodule checkout -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [ipxe-devel] [ipxe/ipxe] QRcode (#102)

2020-01-14 Thread dgtlrift
@dgtlrift pushed 2 commits. f73e062a16dcd83224b035f1a5b13ffe1a148612 Add diagnostics to build log 9b127eee31d7377e3a89e891ca202ce98003f260 Add way too much detail -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [ipxe-devel] HTTPS & iPXE

2020-01-14 Thread Ibrahim Tachijian
> > The issues you are experiencing are most likely because the iPXE OCSP > service is still down following a hardware death. Replacement is > currently stalled pending the existence of a suitable ocspd package for > Fedora; the version in the Fedora repos is more than ten years out of date.

Re: [ipxe-devel] [ipxe/ipxe] QRcode (#102)

2020-01-14 Thread dgtlrift
@dgtlrift pushed 1 commit. cf594e3d4050e36a84c44649053f170e3790131a Add missing file that should have been included -- You are receiving this because you are subscribed to this thread. View it on GitHub: