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
*
[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
*
[crypto] Support SHA-{224,384,512} in X.509 certificates
Michael Brown
2015-08-02
1
-73
/
+17
*
[tls] Report supported signature algorithms in ClientHello
Michael Brown
2015-08-02
1
-0
/
+25
*
[tls] Do not access beyond the end of a 24-bit integer
Michael Brown
2015-08-01
1
-22
/
+29
*
[build] Add missing "const" qualifiers
Christian Hesse
2015-04-24
1
-2
/
+2
*
[crypto] Generalise X.509 cache to a full certificate store
Michael Brown
2014-03-28
1
-40
/
+34
*
[crypto] Remove dynamically-allocated storage for certificate name
Michael Brown
2014-03-25
1
-10
/
+4
*
[tls] Concatenate received non-data records before processing
Michael Brown
2013-01-31
1
-12
/
+10
*
[tls] Fix potential memory leak
Michael Brown
2012-09-28
1
-0
/
+1
*
[tls] Fix uninitialised variable
Michael Brown
2012-09-28
1
-2
/
+1
*
[tls] Split received records over multiple I/O buffers
Michael Brown
2012-09-27
1
-164
/
+278
*
[tls] Disambiguate most error causes
Michael Brown
2012-08-25
1
-32
/
+140
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[tls] Request a maximum fragment length of 2048 bytes
Michael Brown
2012-06-29
1
-0
/
+11
*
[tls] Mark security negotiation as a pending operation
Michael Brown
2012-06-09
1
-3
/
+13
[next]