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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
[rng] Restore state of IRQ 8 and PIE when disabling entropy gathering
Michael Brown
2025-03-14
1
-8
/
+25
|
*
[pic8259] Return previous state when enabling or disabling IRQs
Michael Brown
2025-03-14
1
-3
/
+44
|
*
[efi] Accept and trust CA certificates in the TlsCaCertificates variable
Michael Brown
2025-03-13
10
-3
/
+261
|
*
[efi] Add TLS authentication header and GUID definitions
Michael Brown
2025-03-13
4
-1
/
+34
|
*
[efi] Add EFI_GLOBAL_VARIABLE as a well-known GUID
Michael Brown
2025-03-13
2
-0
/
+7
|
*
[cpio] Allow for the construction of pure directories
Michael Brown
2025-03-12
2
-6
/
+21
|
*
[cpio] Fix calculation of name lengths in CPIO headers
Michael Brown
2025-03-12
3
-6
/
+274
|
*
[crypto] Support extracting certificates from EFI signature list images
Michael Brown
2025-03-11
8
-0
/
+449
|
*
[crypto] Allow for parsing of DER data separate from DER images
Michael Brown
2025-03-11
2
-16
/
+58
|
*
[efi] Allow efi_guid_ntoa() to be used in non-EFI builds
Michael Brown
2025-03-11
2
-236
/
+236
|
*
[efi] Add EFI_SIGNATURE_LIST header and GUID definitions
Michael Brown
2025-03-10
6
-0
/
+759
|
*
[efi] Update to current EDK2 headers
Michael Brown
2025-03-10
12
-159
/
+265
|
*
[build] Use -fshort-wchar when building EFI host utilities
Michael Brown
2025-03-10
1
-4
/
+5
|
*
[efi] Mark UsbHostController.h as a non-imported header
Michael Brown
2025-03-10
1
-0
/
+5
|
*
[lkrnprefix] Support a longer version string
Michael Brown
2025-02-28
1
-0
/
+2
|
*
[cpio] Allow for construction of parent directories as needed
Michael Brown
2025-02-24
4
-52
/
+161
|
*
[menu] Allow a post-activity timeout to be defined
Michael Brown
2025-02-19
3
-9
/
+20
|
*
[crypto] Start up RBG on demand if needed
Michael Brown
2025-02-18
2
-23
/
+43
|
*
[efi] Increase download timeout for autoexec.ipxe
Michael Brown
2025-02-17
1
-2
/
+5
|
*
[crypto] Support direct reduction only for Montgomery constant R^2 mod N
Michael Brown
2025-02-14
4
-233
/
+221
|
*
[crypto] Expose shifted out bit from big integer shifts
Michael Brown
2025-02-13
7
-85
/
+146
|
*
[bnxt] Allocate TX rings with firmware input
Joseph Wong
2025-02-07
2
-2
/
+1
|
*
[malloc] Ensure free memory blocks remain aligned
Michael Brown
2025-02-03
2
-40
/
+58
|
*
[malloc] Clean up debug messages
Michael Brown
2025-02-03
1
-29
/
+30
|
*
[crypto] Add definitions and tests for the NIST P-384 elliptic curve
Michael Brown
2025-01-30
9
-0
/
+379
|
*
[crypto] Add definitions and tests for the NIST P-256 elliptic curve
Michael Brown
2025-01-28
9
-0
/
+325
|
*
[crypto] Add support for Weierstrass elliptic curve point multiplication
Michael Brown
2025-01-28
3
-0
/
+1044
|
*
[crypto] Add a generic implementation of a Montgomery ladder
Michael Brown
2025-01-28
2
-34
/
+194
|
*
[test] Add generic tests for elliptic curve point multiplication
Michael Brown
2025-01-22
2
-0
/
+153
|
*
[tls] Allow for NIST elliptic curve point formats
Michael Brown
2025-01-21
5
-11
/
+40
|
*
[crypto] Generalise elliptic curve key exchange to ecdhe_key()
Michael Brown
2025-01-21
3
-9
/
+87
|
*
[crypto] Add bigint_ntoa() for transcribing big integers
Michael Brown
2025-01-20
2
-0
/
+60
|
*
[crypto] Extract bigint_reduce_supremum() from bigint_mod_exp()
Michael Brown
2025-01-10
2
-7
/
+44
|
*
[crypto] Allow for relaxed Montgomery reduction
Michael Brown
2024-12-18
3
-33
/
+184
|
*
[efi] Add EFI_TCG2_PROTOCOL header and GUID definition
Michael Brown
2024-12-17
4
-0
/
+345
|
*
[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
3
-36
/
+23
|
*
[gve] Run startup process only while device is open
Michael Brown
2024-12-03
1
-1
/
+2
|
*
[crypto] Remove obsolete bigint_mod_multiply()
Michael Brown
2024-11-28
3
-277
/
+0
|
*
[crypto] Use Montgomery reduction for modular exponentiation
Michael Brown
2024-11-28
5
-29
/
+164
|
*
[crypto] Add bigint_montgomery() to perform Montgomery reduction
Michael Brown
2024-11-27
3
-0
/
+174
|
*
[crypto] Use inverse size as effective size for bigint_mod_invert()
Michael Brown
2024-11-27
2
-6
/
+11
|
*
[crypto] Eliminate temporary working space for bigint_mod_invert()
Michael Brown
2024-11-27
3
-46
/
+65
|
*
[crypto] Eliminate temporary working space for bigint_reduce()
Michael Brown
2024-11-26
3
-117
/
+72
|
*
[crypto] Expose carry flag from big integer addition and subtraction
Michael Brown
2024-11-26
8
-85
/
+140
|
*
[crypto] Add bigint_msb_is_set() to clarify code
Michael Brown
2024-11-20
3
-5
/
+30
|
*
[efi] Ensure local drives are connected when attempting a SAN boot
Michael Brown
2024-11-20
1
-0
/
+3
|
*
[build] Allow for per-architecture cross-compilation prefixes
Michael Brown
2024-10-29
2
-128
/
+139
|
*
[riscv] Check if seed CSR is accessible from S-mode
Michael Brown
2024-10-29
2
-0
/
+82
|
*
[sbi] Add support for running as a RISC-V SBI payload
Michael Brown
2024-10-28
16
-0
/
+532
[prev]
[next]