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
...
|
*
[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
|
*
[crypto] Use constant-time big integer multiplication
Michael Brown
2024-09-23
1
-4
/
+14
|
*
[riscv] Add support for the RISC-V CPU architecture
Michael Brown
2024-09-15
2
-0
/
+179
|
*
[efi] Centralise definition of efi_cpu_nap()
Michael Brown
2024-09-13
2
-0
/
+25
|
*
[libc] Centralise architecture-independent portions of setjmp.h
Michael Brown
2024-09-12
1
-0
/
+14
|
*
[gdb] Allow CPU architectures to omit support for GDB
Michael Brown
2024-09-05
2
-1
/
+46
|
*
[build] Centralise dummy architecture-specific headers
Michael Brown
2024-09-03
15
-0
/
+243
|
*
[aqc1xx] Add support for Marvell AQtion Ethernet controller
Animesh Bhatt
2024-09-02
1
-0
/
+3
|
*
[image] Add the "imgdecrypt" command
Michael Brown
2024-08-29
1
-0
/
+17
|
*
[crypto] Support decryption of images via CMS envelopes
Michael Brown
2024-08-29
2
-0
/
+35
|
*
[image] Split image_strip_suffix() out from image_extract()
Michael Brown
2024-08-29
1
-0
/
+1
|
*
[crypto] Allow for extraction of ASN.1 algorithm parameters
Michael Brown
2024-08-28
1
-2
/
+17
|
*
[crypto] Hold CMS message as a single ASN.1 object
Michael Brown
2024-08-23
1
-3
/
+3
|
*
[crypto] Remove the concept of a public-key algorithm reusable context
Michael Brown
2024-08-21
3
-85
/
+40
|
*
[tls] Group client and server state in TLS connection structure
Michael Brown
2024-08-21
1
-26
/
+36
|
*
[tls] Group transmit and receive state in TLS connection structure
Michael Brown
2024-08-21
1
-27
/
+42
|
*
[crypto] Pass asymmetric keys as ASN.1 cursors
Michael Brown
2024-08-18
1
-13
/
+10
|
*
[efi] Allow discovery of PCI bus:dev.fn address ranges
Michael Brown
2024-08-15
1
-14
/
+0
|
*
[pci] Separate permission to probe buses from bus:dev.fn range discovery
Michael Brown
2024-08-15
4
-0
/
+37
|
*
[crypto] Generalise cms_signature to cms_message
Michael Brown
2024-08-14
2
-29
/
+60
|
*
[crypto] Add OID-identified algorithms for AES ciphers
Michael Brown
2024-08-14
1
-0
/
+46
[prev]
[next]