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
/
crypto
/
md5.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc] Replace linker_assert() with build_assert()
Michael Brown
2024-01-16
1
-5
/
+5
*
[crypto] Allow algorithms to be included without being OID-identifiable
Michael Brown
2020-06-16
1
-11
/
+0
*
[crypto] Eliminate repetitions in MD5 round constant table
Michael Brown
2017-11-12
1
-7
/
+10
*
[crypto] Fix endianness typo in comment
Michael Brown
2017-11-11
1
-1
/
+1
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[crypto] Define ASN.1 OID-identified algorithms for all supported digests
Michael Brown
2012-03-22
1
-0
/
+11
*
[crypto] Use standard bit-rotation functions
Michael Brown
2012-03-21
1
-11
/
+1
*
[crypto] Replace MD5 implementation
Michael Brown
2012-03-05
1
-180
/
+242
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-2
/
+2
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[build] Enable building with the Intel C compiler (icc)
Michael Brown
2009-03-26
1
-7
/
+5
*
[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm
Michael Brown
2009-02-18
1
-4
/
+3
*
make md5_steps static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
Make context sizes available for statically-allocated structures
Michael Brown
2007-02-01
1
-11
/
+1
*
Added blocksize for the benefit of HMAC code
Michael Brown
2007-01-30
1
-1
/
+1
*
Generalise digest_algorithm to crypto_algorithm.
Michael Brown
2007-01-30
1
-7
/
+9
*
Added "name" field to digest algorithms
Michael Brown
2006-11-21
1
-0
/
+1
*
Added generic CHAP layer, independent of iSCSI
Michael Brown
2006-11-21
1
-10
/
+19
*
Made it temporarily possible to call MD5 routines directly from external
Michael Brown
2006-11-15
1
-21
/
+12
*
Restored the le32_to_cpus() and cpu_to_le32s() calls
Michael Brown
2006-09-11
1
-2
/
+6
*
Tidied up.
Michael Brown
2006-09-11
1
-105
/
+25
*
Reduced size from 2087 bytes to 1056 bytes
Michael Brown
2006-09-11
1
-4
/
+100
*
Taken from Linux's md5.c. This implementation is not very
Michael Brown
2006-09-11
1
-0
/
+222