index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
[crypto] Add bigint_montgomery() to perform Montgomery reduction
Michael Brown
2024-11-27
1
-0
/
+76
*
[crypto] Use inverse size as effective size for bigint_mod_invert()
Michael Brown
2024-11-27
1
-5
/
+10
*
[crypto] Eliminate temporary working space for bigint_mod_invert()
Michael Brown
2024-11-27
1
-5
/
+19
*
[crypto] Eliminate temporary working space for bigint_reduce()
Michael Brown
2024-11-26
1
-44
/
+40
*
[crypto] Expose carry flag from big integer addition and subtraction
Michael Brown
2024-11-26
1
-23
/
+45
*
[crypto] Add bigint_mod_invert() to calculate inverse modulo a power of two
Michael Brown
2024-10-21
1
-0
/
+61
*
[crypto] Separate out bigint_reduce() from bigint_mod_multiply()
Michael Brown
2024-10-15
1
-0
/
+86
*
[crypto] Rename bigint_rol()/bigint_ror() to bigint_shl()/bigint_shr()
Michael Brown
2024-10-07
1
-24
/
+24
*
[crypto] Eliminate temporary carry space for big integer multiplication
Michael Brown
2024-09-27
1
-9
/
+3
*
[crypto] Use constant-time big integer multiplication
Michael Brown
2024-09-23
1
-3
/
+9
*
[test] Add tests for 64-bit logical and arithmetic shifts
Michael Brown
2024-09-15
1
-0
/
+117
*
[test] Add CMS decryption self-tests
Michael Brown
2024-08-29
1
-2
/
+353
*
[test] Update CMS self-test terminology
Michael Brown
2024-08-28
1
-59
/
+58
*
[crypto] Remove the concept of a public-key algorithm reusable context
Michael Brown
2024-08-21
1
-99
/
+43
*
[test] Generalise public-key algorithm tests and use okx()
Michael Brown
2024-08-18
3
-309
/
+336
*
[crypto] Pass asymmetric keys as ASN.1 cursors
Michael Brown
2024-08-18
2
-60
/
+45
*
[crypto] Generalise cms_signature to cms_message
Michael Brown
2024-08-14
1
-12
/
+12
*
[crypto] Pass image as parameter to CMS functions
Michael Brown
2024-08-13
1
-25
/
+61
*
[libc] Add stpcpy()
Michael Brown
2024-05-31
1
-0
/
+18
*
[test] Add test cases for editable strings
Michael Brown
2024-04-17
2
-0
/
+199
*
[settings] Expose current working URI and directory URI via settings
Michael Brown
2024-03-19
1
-0
/
+16
*
[settings] Add parsing for UUID and GUID settings types
Michael Brown
2024-02-29
1
-3
/
+11
*
[uuid] Add uuid_aton() to parse a UUID from a string
Michael Brown
2024-02-29
2
-0
/
+157
*
[crypto] Add implementation of MS-CHAPv2 authentication
mschapv2
Michael Brown
2024-02-22
2
-0
/
+145
*
[crypto] Add x509_is_self_signed() helper function
Michael Brown
2024-02-15
1
-0
/
+4
*
[crypto] Add x509_truncate() to truncate a certificate chain
Michael Brown
2024-02-14
1
-0
/
+13
*
[list] Add list_for_each_entry_safe_continue()
Michael Brown
2024-02-14
1
-0
/
+32
*
[list] Add list_is_head_entry()
Michael Brown
2024-02-14
1
-0
/
+16
*
[crypto] Add implementation of the DES cipher
Michael Brown
2024-02-07
2
-0
/
+899
*
[test] Remove dummy initialisation vector for ECB-mode AES tests
Michael Brown
2024-02-07
1
-8
/
+3
*
[crypto] Check for all-zeros result from X25519 key exchange
Michael Brown
2024-01-30
1
-6
/
+35
*
[crypto] Add X25519 key exchange algorithm
Michael Brown
2024-01-19
2
-0
/
+572
*
[loong64] Replace broken big integer arithmetic implementations
Michael Brown
2024-01-19
1
-0
/
+9
*
[crypto] Add bigint_swap() to conditionally swap big integers
Michael Brown
2024-01-19
1
-0
/
+54
*
[crypto] Add bigint_copy() as a convenient wrapper macro
Michael Brown
2024-01-19
1
-0
/
+10
*
[crypto] Allow multiplicand and multiplier to differ in size
Michael Brown
2024-01-16
1
-15
/
+24
*
[crypto] Add support for PKCS#8 private key format
Michael Brown
2023-06-02
1
-1
/
+59
*
[params] Allow for arbitrary HTTP request headers to be specified
Michael Brown
2023-03-01
1
-1
/
+12
*
[params] Rename "form parameter" to "request parameter"
Michael Brown
2023-03-01
1
-11
/
+11
*
[rng] Allow for entropy sources that fail during startup tests
Michael Brown
2023-02-20
1
-6
/
+20
*
[test] Include build architecture in test suite banner
Michael Brown
2023-02-06
1
-1
/
+1
*
[tests] Verify ability to sleep the CPU
naptest
Michael Brown
2023-01-31
2
-0
/
+54
*
[netdevice] Separate concept of scope ID from network device name index
Michael Brown
2023-01-14
1
-2
/
+2
*
[tests] Verify ability to perform in-place encryption and decryption
Michael Brown
2022-11-10
1
-4
/
+6
*
[tests] Verify ability to reset cipher initialisation vector
Michael Brown
2022-11-09
1
-0
/
+38
*
[crypto] Add concept of cipher alignment size
Michael Brown
2022-11-07
1
-0
/
+10
*
[crypto] Add block cipher Galois/Counter mode of operation
Michael Brown
2022-10-25
2
-0
/
+402
*
[crypto] Add concept of authentication tag to cipher algorithms
Michael Brown
2022-10-25
3
-7
/
+32
*
[crypto] Add concept of additional data to cipher algorithms
Michael Brown
2022-10-25
3
-8
/
+32
*
[crypto] Allow initialisation vector length to vary from cipher blocksize
Michael Brown
2022-10-25
1
-3
/
+3
[next]