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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[deflate] Fix typo in comment describing length codes
Daniel Johnson
2020-07-21
1
-1
/
+1
*
[ocsp] Accept SHA1 certID responses even if SHA1 is not enabled
Michael Brown
2020-06-25
1
-15
/
+25
*
[crypto] Allow algorithms to be included without being OID-identifiable
Michael Brown
2020-06-16
20
-110
/
+371
*
[crypto] Profile the various stages of modular multiplication
Michael Brown
2019-08-17
1
-0
/
+29
*
[crypto] Drag in configured digestInfo prefixes for any use of RSA
Michael Brown
2019-08-17
1
-0
/
+6
*
[ocsp] Accept response certID with missing hashAlgorithm parameters
Michael Brown
2019-03-10
1
-12
/
+30
*
[init] Show startup and shutdown function names in debug messages
Michael Brown
2019-01-25
2
-0
/
+2
*
[rng] Use fixed-point calculations for min-entropy quantities
Michael Brown
2018-03-20
1
-2
/
+3
*
[ocsp] Centralise test for whether or not an OCSP check is required
Michael Brown
2018-03-18
1
-2
/
+2
*
[ntlm] Add support for NTLM authentication mechanism
Michael Brown
2017-11-12
1
-0
/
+334
*
[crypto] Add MD4 message digest algorithm
Michael Brown
2017-11-12
1
-0
/
+280
*
[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
*
[crypto] Expose asn1_grow()
Michael Brown
2017-06-20
1
-1
/
+1
*
[crypto] Expose RSA_CTX_SIZE constant
Michael Brown
2017-06-20
1
-1
/
+1
*
[crypto] Mark permanent certificates as permanent
Michael Brown
2016-08-31
1
-0
/
+1
*
[crypto] Add certstat() to display basic certificate information
Michael Brown
2016-08-31
1
-2
/
+2
*
[crypto] Allow certificates to be marked as having been added explicitly
Michael Brown
2016-08-31
1
-4
/
+19
*
[crypto] Expose certstore_del() to explicitly remove stored certificates
Michael Brown
2016-08-31
1
-4
/
+15
*
[crypto] Generalise X.509 "valid" field to a "flags" field
Michael Brown
2016-08-25
2
-5
/
+5
*
[crypto] Add image_x509() to extract X.509 certificates from image
Michael Brown
2016-08-25
1
-0
/
+42
*
[crypto] Enable both DER and PEM formats by default
Michael Brown
2016-07-29
1
-0
/
+42
*
[crypto] Allow for parsing of partial ASN.1 cursors
Michael Brown
2016-07-28
1
-6
/
+7
*
[arm] Avoid instruction references to symbols defined via ".equ"
Michael Brown
2016-05-08
1
-2
/
+8
*
[crypto] Allow trusted certificates to be stored in non-volatile options
Michael Brown
2016-03-20
1
-3
/
+7
*
[build] Allow assembler section type character to vary by architecture
Michael Brown
2016-03-13
2
-2
/
+2
*
[crypto] Allow for zero-length ASN.1 cursors
Michael Brown
2016-03-11
1
-12
/
+0
*
[ocsp] Avoid including a double path separator in request URI
Michael Brown
2016-01-21
1
-28
/
+26
*
[crypto] Dual-license more selected DRBG files
Michael Brown
2016-01-04
1
-0
/
+12
*
[crypto] Dual-license selected DRBG files
Michael Brown
2015-12-31
4
-0
/
+48
*
[crypto] Support SHA-{224,384,512} in X.509 certificates
Michael Brown
2015-08-02
10
-72
/
+460
*
[build] Fix strict-aliasing warning on older gcc versions
Michael Brown
2015-07-27
1
-4
/
+8
*
[crypto] Remove AXTLS headers
Michael Brown
2015-07-27
5
-526
/
+0
*
[crypto] Replace AES implementation
Michael Brown
2015-07-27
3
-622
/
+804
*
[crypto] Add ECB block cipher mode (for debug and self-tests only)
Michael Brown
2015-07-27
2
-1
/
+86
*
[base64] Add buffer size parameter to base64_encode() and base64_decode()
Michael Brown
2015-04-24
1
-1
/
+1
*
[base16] Add buffer size parameter to base16_encode() and base16_decode()
Michael Brown
2015-04-24
1
-1
/
+2
*
[crypto] Add SHA-512/224 algorithm
Michael Brown
2015-04-12
1
-0
/
+83
*
[crypto] Add SHA-512/256 algorithm
Michael Brown
2015-04-12
1
-0
/
+83
*
[crypto] Add SHA-384 algorithm
Michael Brown
2015-04-12
1
-0
/
+82
*
[crypto] Add SHA-512 algorithm
Michael Brown
2015-04-12
2
-4
/
+307
*
[crypto] Add SHA-224 algorithm
Michael Brown
2015-04-12
2
-13
/
+118
*
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
2015-03-05
1
-0
/
+3
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
23
-23
/
+115
*
[crypto] Fix parsing of OCSP responder ID key hash
Michael Brown
2014-11-24
1
-3
/
+8
*
[crypto] Fix debug message
Michael Brown
2014-07-12
1
-1
/
+1
*
[crypto] Add support for iPAddress subject alternative names
Michael Brown
2014-07-11
1
-0
/
+55
*
[crypto] Allow wildcard matches on commonName as well as subjectAltName
Michael Brown
2014-04-01
1
-10
/
+8
*
[crypto] Add support for subjectAltName and wildcard certificates
Michael Brown
2014-03-31
1
-8
/
+132
*
[crypto] Allow signed timestamp error margin to be configured at build time
Michael Brown
2014-03-30
2
-4
/
+6
[next]