index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[efi] Create safe wrappers for OpenProtocol() and CloseProtocol()
Michael Brown
2025-03-24
2
-0
/
+13
*
[efi] Remove the efipci_open() and efipci_close() wrappers
Michael Brown
2025-03-24
1
-3
/
+0
*
[efi] Allow wrapping the global boot services table in situ
Michael Brown
2025-03-20
1
-2
/
+5
*
[efi] Add EFI_RNG_PROTOCOL_GUID as a well-known GUID
Michael Brown
2025-03-18
1
-0
/
+1
*
[efi] Accept and trust CA certificates in the TlsCaCertificates variable
Michael Brown
2025-03-13
3
-0
/
+5
*
[efi] Add TLS authentication header and GUID definitions
Michael Brown
2025-03-13
3
-1
/
+28
*
[efi] Add EFI_GLOBAL_VARIABLE as a well-known GUID
Michael Brown
2025-03-13
1
-0
/
+1
*
[crypto] Support extracting certificates from EFI signature list images
Michael Brown
2025-03-11
2
-0
/
+23
*
[crypto] Allow for parsing of DER data separate from DER images
Michael Brown
2025-03-11
1
-0
/
+5
*
[efi] Add EFI_SIGNATURE_LIST header and GUID definitions
Michael Brown
2025-03-10
4
-0
/
+753
*
[efi] Update to current EDK2 headers
Michael Brown
2025-03-10
12
-159
/
+265
*
[efi] Mark UsbHostController.h as a non-imported header
Michael Brown
2025-03-10
1
-0
/
+5
*
[cpio] Allow for construction of parent directories as needed
Michael Brown
2025-02-24
1
-3
/
+22
*
[menu] Allow a post-activity timeout to be defined
Michael Brown
2025-02-19
1
-1
/
+2
*
[crypto] Start up RBG on demand if needed
Michael Brown
2025-02-18
1
-19
/
+4
*
[crypto] Support direct reduction only for Montgomery constant R^2 mod N
Michael Brown
2025-02-14
1
-21
/
+64
*
[crypto] Expose shifted out bit from big integer shifts
Michael Brown
2025-02-13
1
-6
/
+8
*
[malloc] Ensure free memory blocks remain aligned
Michael Brown
2025-02-03
1
-1
/
+0
*
[crypto] Add definitions and tests for the NIST P-384 elliptic curve
Michael Brown
2025-01-30
3
-0
/
+25
*
[crypto] Add definitions and tests for the NIST P-256 elliptic curve
Michael Brown
2025-01-28
3
-0
/
+26
*
[crypto] Add support for Weierstrass elliptic curve point multiplication
Michael Brown
2025-01-28
2
-0
/
+167
*
[crypto] Add a generic implementation of a Montgomery ladder
Michael Brown
2025-01-28
1
-0
/
+40
*
[tls] Allow for NIST elliptic curve point formats
Michael Brown
2025-01-21
2
-1
/
+10
*
[crypto] Generalise elliptic curve key exchange to ecdhe_key()
Michael Brown
2025-01-21
1
-0
/
+17
*
[crypto] Add bigint_ntoa() for transcribing big integers
Michael Brown
2025-01-20
1
-0
/
+13
*
[crypto] Extract bigint_reduce_supremum() from bigint_mod_exp()
Michael Brown
2025-01-10
1
-3
/
+18
*
[crypto] Allow for relaxed Montgomery reduction
Michael Brown
2024-12-18
1
-10
/
+26
*
[efi] Add EFI_TCG2_PROTOCOL header and GUID definition
Michael Brown
2024-12-17
2
-0
/
+338
*
[efi] Update to current EDK2 headers
Michael Brown
2024-12-17
19
-84
/
+535
*
[crypto] Calculate inverse of modulus on demand in bigint_montgomery()
Michael Brown
2024-12-16
1
-5
/
+3
*
[crypto] Remove obsolete bigint_mod_multiply()
Michael Brown
2024-11-28
1
-36
/
+0
*
[crypto] Use Montgomery reduction for modular exponentiation
Michael Brown
2024-11-28
1
-8
/
+2
*
[crypto] Add bigint_montgomery() to perform Montgomery reduction
Michael Brown
2024-11-27
1
-0
/
+21
*
[crypto] Use inverse size as effective size for bigint_mod_invert()
Michael Brown
2024-11-27
1
-1
/
+1
*
[crypto] Eliminate temporary working space for bigint_mod_invert()
Michael Brown
2024-11-27
1
-19
/
+5
*
[crypto] Eliminate temporary working space for bigint_reduce()
Michael Brown
2024-11-26
1
-27
/
+7
*
[crypto] Expose carry flag from big integer addition and subtraction
Michael Brown
2024-11-26
1
-8
/
+10
*
[crypto] Add bigint_msb_is_set() to clarify code
Michael Brown
2024-11-20
1
-0
/
+27
*
[pci] Provide a null PCI API for platforms with no PCI bus
Michael Brown
2024-10-28
2
-0
/
+155
*
[fdt] Add ability to parse unsigned integer properties
Michael Brown
2024-10-28
1
-0
/
+1
*
[uaccess] Rename UACCESS_EFI to UACCESS_FLAT
Michael Brown
2024-10-25
2
-104
/
+75
*
[smbios] Provide a null SMBIOS API for platforms with no concept of SMBIOS
Michael Brown
2024-10-25
3
-0
/
+20
*
[crypto] Add bigint_mod_invert() to calculate inverse modulo a power of two
Michael Brown
2024-10-21
1
-0
/
+28
*
[usb] Expose USB device descriptor and strings via settings
Michael Brown
2024-10-18
1
-0
/
+1
*
[usb] Add "usbscan" command for iterating over USB devices
Michael Brown
2024-10-17
2
-0
/
+26
*
[crypto] Separate out bigint_reduce() from bigint_mod_multiply()
Michael Brown
2024-10-15
1
-0
/
+34
*
[crypto] Use architecture-independent bigint_is_set()
Michael Brown
2024-10-10
1
-0
/
+19
*
[crypto] Rename bigint_rol()/bigint_ror() to bigint_shl()/bigint_shr()
Michael Brown
2024-10-07
1
-8
/
+8
*
[crypto] Eliminate temporary carry space for big integer multiplication
Michael Brown
2024-09-27
1
-10
/
+4
*
[profile] Standardise return type of profile_timestamp()
Michael Brown
2024-09-24
1
-0
/
+2
[next]