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
/
include
/
ipxe
/
tls.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[crypto] Remove the concept of a public-key algorithm reusable context
Michael Brown
2024-08-21
1
-2
/
+2
*
[tls] Group client and server state in TLS connection structure
Michael Brown
2024-08-21
1
-26
/
+36
*
[tls] Group transmit and receive state in TLS connection structure
Michael Brown
2024-08-21
1
-27
/
+42
*
[tls] Add ECDHE cipher suites
Michael Brown
2024-01-31
1
-0
/
+6
*
[tls] Add support for Ephemeral Elliptic Curve Diffie-Hellman key exchange
Michael Brown
2024-01-30
1
-0
/
+24
*
[tls] Handle fragmented handshake records
Michael Brown
2023-03-30
1
-0
/
+2
*
[tls] Clean up change cipher spec record handling
Michael Brown
2023-03-30
1
-0
/
+3
*
[tls] Add GCM cipher suites
Michael Brown
2022-11-10
1
-0
/
+4
*
[tls] Allow handshake digest algorithm to be specified by cipher suite
Michael Brown
2022-11-09
1
-5
/
+2
*
[tls] Add MAC length as a cipher suite parameter
Michael Brown
2022-11-08
1
-0
/
+2
*
[tls] Abstract out concept of a TLS authentication header
Michael Brown
2022-11-08
1
-0
/
+8
*
[tls] Formalise notions of fixed and record initialisation vectors
Michael Brown
2022-11-07
1
-2
/
+8
*
[tls] Remove support for TLSv1.0
Michael Brown
2022-11-07
1
-5
/
+0
*
[tls] Add support for DHE variants of the existing cipher suites
Michael Brown
2022-10-11
1
-0
/
+4
*
[tls] Add support for Ephemeral Diffie-Hellman key exchange
Michael Brown
2022-10-11
1
-0
/
+1
*
[tls] Add key exchange mechanism to definition of cipher suite
Michael Brown
2022-10-11
1
-0
/
+19
*
[tls] Record ServerKeyExchange record, if provided
Michael Brown
2022-10-11
1
-0
/
+4
*
[tls] Generate pre-master secret at point of sending ClientKeyExchange
Michael Brown
2022-10-11
1
-10
/
+3
*
[crypto] Allow private key to be specified as a TLS connection parameter
Michael Brown
2020-12-15
1
-1
/
+6
*
[tls] Include root of trust within definition of TLS session
Michael Brown
2020-12-15
1
-1
/
+4
*
[x509] Record root of trust used when validating a certificate
Michael Brown
2020-12-08
1
-1
/
+4
*
[tls] Allow provision of a client certificate chain
Michael Brown
2020-12-07
1
-2
/
+2
*
[tls] Use intf_insert() to add TLS to an interface
Michael Brown
2020-12-07
1
-2
/
+1
*
[tls] Display validator messages only while validation is in progress
Michael Brown
2019-03-10
1
-0
/
+2
*
[tls] Support stateless session resumption
Michael Brown
2019-03-06
1
-0
/
+12
*
[tls] Support stateful session resumption
Michael Brown
2019-02-21
1
-2
/
+29
*
[tls] Rename tls_session to tls_connection
Michael Brown
2018-03-24
1
-2
/
+2
*
[tls] Support RFC5746 secure renegotiation
Michael Brown
2017-07-04
1
-0
/
+15
*
[crypto] Support SHA-{224,384,512} in X.509 certificates
Michael Brown
2015-08-02
1
-0
/
+25
*
[tls] Report supported signature algorithms in ClientHello
Michael Brown
2015-08-02
1
-0
/
+3
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+1
*
[crypto] Generalise X.509 cache to a full certificate store
Michael Brown
2014-03-28
1
-2
/
+2
*
[tls] Split received records over multiple I/O buffers
Michael Brown
2012-09-27
1
-4
/
+26
*
[tls] Request a maximum fragment length of 2048 bytes
Michael Brown
2012-06-29
1
-1
/
+8
*
[tls] Mark security negotiation as a pending operation
Michael Brown
2012-06-09
1
-4
/
+5
*
[tls] Use asynchronous certificate validator
Michael Brown
2012-05-08
1
-2
/
+7
*
[crypto] Allow certificate chains to be long-lived data structures
Michael Brown
2012-05-04
1
-0
/
+3
*
[tls] Support sending a client certificate
Michael Brown
2012-03-20
1
-2
/
+31
*
[tls] Treat handshake digest algorithm as a session parameter
Michael Brown
2012-03-20
1
-0
/
+4
*
[tls] Use hybrid MD5+SHA1 algorithm
Michael Brown
2012-03-20
1
-4
/
+24
*
[tls] Use iPXE native RSA algorithm
Michael Brown
2012-03-18
1
-3
/
+0
*
[tls] Formalise the definition of a TLS cipher suite
Michael Brown
2012-03-05
1
-3
/
+11
*
[tls] Support (and prefer) SHA-256 variants of existing cipher suites
Michael Brown
2012-03-05
1
-0
/
+2
*
[tls] Support TLS version 1.2
Michael Brown
2012-03-05
1
-0
/
+6
*
[tls] Send empty Certificate record if requested by server
Michael Brown
2012-03-03
1
-3
/
+4
*
[tls] Allow transmitted records to be scheduled independently
Michael Brown
2012-03-03
1
-10
/
+10
*
[tls] Add support for Server Name Indication (SNI)
Michael Brown
2012-03-03
1
-1
/
+7
*
[tls] Support TLS version 1.1
Michael Brown
2012-03-03
1
-0
/
+2
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
1
-5
/
+5
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-0
/
+187