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
/
net
/
tls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[crypto] Remove the concept of a public-key algorithm reusable context
Michael Brown
2024-08-21
1
-33
/
+12
*
[tls] Group client and server state in TLS connection structure
Michael Brown
2024-08-21
1
-102
/
+111
*
[tls] Group transmit and receive state in TLS connection structure
Michael Brown
2024-08-21
1
-81
/
+77
*
[crypto] Pass asymmetric keys as ASN.1 cursors
Michael Brown
2024-08-18
1
-3
/
+2
*
[crypto] Allow passing a NULL certificate store to x509_find() et al
Michael Brown
2024-08-13
1
-1
/
+1
*
[crypto] Centralise mechanisms for identifying X.509 certificates
Michael Brown
2024-08-12
1
-1
/
+1
*
[tls] Tidy up error handling flow in tls_send_plaintext()
Michael Brown
2024-01-31
1
-10
/
+20
*
[tls] Add support for Ephemeral Elliptic Curve Diffie-Hellman key exchange
Michael Brown
2024-01-30
1
-0
/
+169
*
[tls] Split out Diffie-Hellman parameter signature verification
Michael Brown
2024-01-30
1
-39
/
+62
*
[tls] Generate key material after sending ClientKeyExchange
Michael Brown
2024-01-30
1
-16
/
+15
*
[tls] Restructure construction of ClientHello message
Michael Brown
2024-01-30
1
-72
/
+99
*
[tls] Handle fragmented handshake records
Michael Brown
2023-03-30
1
-18
/
+24
*
[tls] Pass I/O buffer to received record handlers
Michael Brown
2023-03-30
1
-58
/
+98
*
[tls] Clean up change cipher spec record handling
Michael Brown
2023-03-30
1
-4
/
+15
*
[tls] Allow handshake digest algorithm to be specified by cipher suite
Michael Brown
2022-11-09
1
-63
/
+114
*
[tls] Always send maximum supported version in ClientHello
Michael Brown
2022-11-09
1
-1
/
+1
*
[tls] Add support for AEAD ciphers
Michael Brown
2022-11-08
1
-2
/
+39
*
[tls] Treat invalid block padding as zero length padding
Michael Brown
2022-11-08
1
-2
/
+2
*
[tls] Allow for arbitrary-length initialisation vectors
Michael Brown
2022-11-08
1
-186
/
+144
*
[tls] Add MAC length as a cipher suite parameter
Michael Brown
2022-11-08
1
-16
/
+18
*
[tls] Abstract out concept of a TLS authentication header
Michael Brown
2022-11-08
1
-21
/
+19
*
[tls] Ensure cipher alignment size is respected
Michael Brown
2022-11-07
1
-0
/
+18
*
[tls] Formalise notions of fixed and record initialisation vectors
Michael Brown
2022-11-07
1
-3
/
+24
*
[tls] Remove support for TLSv1.0
Michael Brown
2022-11-07
1
-31
/
+6
*
[crypto] Allow initialisation vector length to vary from cipher blocksize
Michael Brown
2022-10-25
1
-2
/
+2
*
[tls] Add support for Ephemeral Diffie-Hellman key exchange
Michael Brown
2022-10-11
1
-0
/
+246
*
[tls] Add key exchange mechanism to definition of cipher suite
Michael Brown
2022-10-11
1
-3
/
+25
*
[tls] Record ServerKeyExchange record, if provided
Michael Brown
2022-10-11
1
-0
/
+36
*
[tls] Generate pre-master secret at point of sending ClientKeyExchange
Michael Brown
2022-10-11
1
-16
/
+24
*
[tls] Generate master secret at point of sending ClientKeyExchange
Michael Brown
2022-10-11
1
-8
/
+13
*
[crypto] Simplify internal HMAC API
Michael Brown
2022-10-10
1
-29
/
+22
*
[crypto] Allow private key to be specified as a TLS connection parameter
Michael Brown
2020-12-15
1
-5
/
+11
*
[tls] Include root of trust within definition of TLS session
Michael Brown
2020-12-15
1
-3
/
+7
*
[x509] Make root of trust a reference-counted structure
Michael Brown
2020-12-09
1
-1
/
+2
*
[x509] Record root of trust used when validating a certificate
Michael Brown
2020-12-08
1
-2
/
+6
*
[tls] Allow provision of a client certificate chain
Michael Brown
2020-12-07
1
-30
/
+77
*
[tls] Use intf_insert() to add TLS to an interface
Michael Brown
2020-12-07
1
-4
/
+9
*
[tls] Allow a minimum TLS protocol version to be specified
Michael Brown
2020-06-12
1
-6
/
+24
*
[tls] Add missing call to tls_tx_resume() when restarting negotiation
Michael Brown
2019-08-16
1
-22
/
+24
*
[tls] Display validator messages only while validation is in progress
Michael Brown
2019-03-10
1
-3
/
+9
*
[tls] Display cross-certificate and OCSP status messages
Michael Brown
2019-03-07
1
-0
/
+20
*
[tls] Support stateless session resumption
Michael Brown
2019-03-06
1
-19
/
+110
*
[tls] Fix incorrectly duplicated error number
Michael Brown
2019-03-06
1
-1
/
+1
*
[tls] Support stateful session resumption
Michael Brown
2019-02-21
1
-8
/
+191
*
[tls] Ensure that window change is propagated to plainstream interface
Michael Brown
2018-03-24
1
-2
/
+7
*
[tls] Rename tls_session to tls_connection
Michael Brown
2018-03-24
1
-119
/
+123
*
[tls] Ensure received data list is initialised before calling tls_free()
Michael Brown
2018-03-23
1
-3
/
+3
*
[tls] Support RFC5746 secure renegotiation
Michael Brown
2017-07-04
1
-19
/
+188
*
[tls] Keep cipherstream window open until TLS negotiation is complete
Michael Brown
2017-05-22
1
-0
/
+16
*
[tls] Avoid potential out-of-bound reads in length fields
Michael Brown
2016-03-11
1
-44
/
+67
[next]