]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2 hours ago  Michael Brown[fcp] Avoid potential integer overflow in parsing respo... master 1784/head
2 hours ago  Michael Brown[build] Mark ONC RPC protocol as forbidden for UEFI...
3 hours ago  Michael Brown[build] Mark SCSI RDMA protocol as forbidden for UEFI...
3 hours ago  Michael Brown[nbi] Avoid harmless integer overflows in image length... 1783/head
3 hours ago  Michael Brown[eoib] Ensure that transmit address vector cannot go... 1782/head
20 hours ago  Michael Brown[doc] Expand documentation for ssnprintf()
21 hours ago  Michael Brown[doc] Expand documentation for memory allocation
22 hours ago  Michael Brown[doc] Expand documentation for data transfer buffers
23 hours ago  Michael Brown[doc] Expand documentation for assert()
24 hours ago  Michael Brown[doc] Expand documentation for I/O buffer usage
25 hours ago  Michael Brown[crypto] Use consistent lengths when constructing OCSP... 1779/head
26 hours ago  Michael Brown[malloc] Correct unsigned overflow check for allocated... 1778/head
26 hours ago  Michael Brown[malloc] Convert allocation assertions to runtime checks
27 hours ago  Michael Brown[malloc] Correct assertion that requested alignment...
30 hours ago  Michael Brown[iscsi] Reject SCSI PDUs received when no command is... 1777/head
39 hours ago  Michael Brown[lacp] Fix stripping of trailing padding 1775/head
41 hours ago  Michael Brown[crypto] Fix out-of-bounds memset() with invalid RSA... 1774/head
42 hours ago  Michael Brown[dhcp] Fix potential read of byte following DHCP option... 1773/head
44 hours ago  Michael Brown[png] Check for overflow when constructing raw data... 1772/head
3 days ago  Michael Brown[doc] Provide overview of ASN.1 parsing helper functions
3 days ago  Michael Brown[eapol] Fix stripping of trailing padding 1770/head
3 days ago  Michael Brown[eap] Verify header length for all EAP packet types 1769/head
4 days ago  Michael Brown[http] Avoid potentially comparing TCP header bytes... 1768/head
4 days ago  Michael Brown[dhcp] Reject underlength DHCP packets 1767/head
4 days ago  Michael Brown[bitmap] Allow bitmap_set() to report an error 1766/head
4 days ago  Michael Brown[ipv6] Use correct length when checking for truncated... 1765/head
4 days ago  Michael Brown[libc] Allow out-of-range months in mktime() 1764/head
4 days ago  Michael Brown[crypto] Add confidentiality flag for cipher algorithms
5 days ago  Michael Brown[malloc] Add zfree() to zero and then free a memory...
5 days ago  Guanghua Zhang[intelxl] Add support for Intel E610 and E835 adapters 1762/head
7 days ago  Michael Brown[mime] Fix the use of MIME images without an explicit... 1758/head
7 days ago  Michael Brown[test] Simplify the use of inline text for test images
13 days ago  Michael Brown[dns] Pass a non-null peer socket address to xfer_open_...
13 days ago  Michael Brown[xfer] Do not attempt to find an opener for a null... 1755/head
2026-07-19  Michael Brown[tls] Parse ServerKeyExchange record immediately
2026-07-17  Michael Brown[image] Allow download progress messages to be silenced
2026-07-16  Michael Brown[dmesg] Add an in-memory ring buffer console
2026-07-16  Michael Brown[uri] Escape the "+" character within HTTP form parameters
2026-07-16  Michael Brown[settings] Add "--quiet" option to "show" command
2026-07-16  Michael Brown[uri] Add support for "data:" URIs 1753/head
2026-07-15  Michael Brown[blob] Add an abstraction of an openable data blob
2026-07-14  Michael Brown[cloud] Add support for Alibaba Cloud IMDSv2
2026-07-14  Michael Brown[cloud] Add support for AWS IMDSv2
2026-07-14  Michael Brown[cmdline] Add "imgset" command
2026-07-13  Michael Brown[http] Allow issuing requests with an explicitly specif...
2026-07-13  Michael Brown[http] Show parameter headers in debug output
2026-07-13  Michael Brown[params] Avoid calling strcmp() with a NULL parameter...
2026-07-13  Michael Brown[mime] Add support for MIME multipart images
2026-07-13  Michael Brown[test] Generalise archive extraction self-tests
2026-07-13  Michael Brown[libc] Add strcasestr()
2026-07-10  Michael Brown[hermon] Add missing write barrier after initiating... 1752/head
2026-07-10  Michael Brown[image] Make text-based image data usable by string...
2026-07-10  Michael Brown[xferbuf] Provide an image-backed data transfer buffer
2026-07-10  Michael Brown[libc] Add strchrnul()
2026-07-10  Michael Brown[hermon] Check for failure from pci_ioremap()
2026-07-09  Michael Brown[tls] Retain a reference in the key schedule to the...
2026-07-08  Michael Brown[tls] Reject incorrect server names before completing...
2026-07-08  Michael Brown[tls] Guard against resuming from an empty resumption...
2026-07-08  Michael Brown[tls] Poison initial resumption master secret
2026-07-08  Michael Brown[tls] Poison initial key derivation function master...
2026-07-07  Michael Brown[tls] Track and check key schedule state
2026-07-06  Michael Brown[tls] Guard against a premature server Finished
2026-07-06  Michael Brown[tls] Send closure alert only when we are initiating...
2026-07-06  Michael Brown[tls] Handle key exchange within key schedule
2026-07-03  Michael Brown[cloud] Use "param" command to provide Google metadata...
2026-07-03  Michael Brown[tls] Restructure to use a single key derivation functi...
2026-07-02  Michael Brown[tls] Treat session secret as "resumption master secret"
2026-07-02  Michael Brown[virtio] Allow for long delays in processing transmit...
2026-07-02  Michael Brown[virtio] Fix queue size calculations
2026-07-02  Michael Brown[tls] Move handshake digest within the scope of the...
2026-07-02  Michael Brown[tls] Clarify TLS key schedule function names
2026-07-02  Michael Brown[crypto] Define a structure for holding hybrid MD5...
2026-07-02  Michael Brown[crypto] Make maximum TLS version a configurable option
2026-07-02  Michael Brown[crypto] Re-add missing digestInfo prefix for MD5+SHA1
2026-06-30  Michael Brown[build] Use dynamic keyboard map by default in UEFI... 1745/head
2026-06-29  Michael Brown[crypto] Allow for the construction of fixed-size HMAC...
2026-06-29  Michael Brown[s390x] Add time source based on the architectural...
2026-06-28  Michael Brown[s390x] Add support for the PRNO TRNG as an entropy...
2026-06-28  Michael Brown[s390x] Provide a mechanism for checking installed...
2026-06-25  Michael Brown[crypto] Remove redundant DHE algorithm
2026-06-25  Michael Brown[tls] Use generic key exchange algorithm abstraction...
2026-06-25  Michael Brown[crypto] Allocate FFDHE temporary space on demand
2026-06-25  Michael Brown[crypto] Allow construction of shared public key to...
2026-06-25  Michael Brown[crypto] Correct maximum length of FFDHE prime modulus
2026-06-23  Michael Brown[crypto] Generalise implementation of Merkle-Damgård...
2026-06-23  Animesh Bhatt[aqc1xx] Free outstanding receive I/O buffers on close 1743/head
2026-06-23  Animesh Bhatt[aqc1xx] Set netdev->dma for operation with an IOMMU
2026-06-23  Michael Brown[http] Remove knowledge of MD5 digest context internal...
2026-06-22  Joseph Wong[bnxt] Prevent out-of-bounds memory access 1735/head
2026-06-20  Michael Brown[tls] Centralise pseudorandom data generation 1740/head
2026-06-20  Michael Brown[crypto] Allow for input keying material to overlap...
2026-06-19  Michael Brown[crypto] Use private data field for public-key algorithms
2026-06-19  Michael Brown[crypto] Allow cipher_setiv() to return an error
2026-06-19  Michael Brown[crypto] Use private data field for cipher algorithms
2026-06-18  Michael Brown[crypto] Use private data field for digest algorithms
2026-06-18  Michael Brown[crypto] Generalise notion of uncompressed elliptic...
2026-06-18  Michael Brown[crypto] Use private data field for elliptic curve...
2026-06-18  Michael Brown[crypto] Use verbs in key exchange method names
2026-06-17  Michael Brown[tls] Accept only explicitly supported FFDHE groups
2026-06-17  Michael Brown[crypto] Add TLS named groups for FFDHE key exchange...
next