index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
tls.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-24
[build] Add missing "const" qualifiers
Christian Hesse
1
-2
/
+2
2014-03-28
[crypto] Generalise X.509 cache to a full certificate store
Michael Brown
1
-40
/
+34
2014-03-25
[crypto] Remove dynamically-allocated storage for certificate name
Michael Brown
1
-10
/
+4
2013-01-31
[tls] Concatenate received non-data records before processing
Michael Brown
1
-12
/
+10
2012-09-28
[tls] Fix potential memory leak
Michael Brown
1
-0
/
+1
2012-09-28
[tls] Fix uninitialised variable
Michael Brown
1
-2
/
+1
2012-09-27
[tls] Split received records over multiple I/O buffers
Michael Brown
1
-164
/
+278
2012-08-25
[tls] Disambiguate most error causes
Michael Brown
1
-32
/
+140
2012-07-20
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
1
-1
/
+2
2012-06-29
[tls] Request a maximum fragment length of 2048 bytes
Michael Brown
1
-0
/
+11
2012-06-09
[tls] Mark security negotiation as a pending operation
Michael Brown
1
-3
/
+13
2012-05-08
[tls] Use asynchronous certificate validator
Michael Brown
1
-46
/
+113
2012-05-08
[crypto] Add x509_append_raw()
Michael Brown
1
-18
/
+5
2012-05-08
[crypto] Allow for X.509 certificates with no common name
Michael Brown
1
-1
/
+2
2012-05-04
[crypto] Allow certificate chains to be long-lived data structures
Michael Brown
1
-67
/
+94
2012-05-04
[crypto] Parse OCSP responder URI from X.509 certificate
Michael Brown
1
-1
/
+1
2012-04-10
[tls] Fix wrong memset in function tls_clear_cipher
Stefan Weil
1
-1
/
+1
2012-03-22
[crypto] Differentiate "untrusted root" and "incomplete chain" error cases
Michael Brown
1
-5
/
+5
2012-03-22
[crypto] Add previous certificate in chain as a parameter to parse_next()
Michael Brown
1
-1
/
+4
2012-03-20
[tls] Support sending a client certificate
Michael Brown
1
-13
/
+237
2012-03-20
[tls] Treat handshake digest algorithm as a session parameter
Michael Brown
1
-39
/
+24
2012-03-20
[tls] Use hybrid MD5+SHA1 algorithm
Michael Brown
1
-13
/
+66
2012-03-19
[tls] Check certificate validity period against current date and time
Michael Brown
1
-1
/
+3
2012-03-19
[tls] Include current time within the client random bytes
Michael Brown
1
-1
/
+2
2012-03-19
[tls] Validate server certificate
Michael Brown
1
-36
/
+93
2012-03-19
[tls] Add full X.509 certificate parsing
Michael Brown
1
-10
/
+12
2012-03-18
[tls] Use iPXE native RSA algorithm
Michael Brown
1
-37
/
+51
2012-03-13
[tls] Use const to mark incoming data being processed
Michael Brown
1
-26
/
+28
2012-03-09
[crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5
Michael Brown
1
-1
/
+1
2012-03-05
[tls] Formalise the definition of a TLS cipher suite
Michael Brown
1
-81
/
+114
2012-03-05
[tls] Support (and prefer) SHA-256 variants of existing cipher suites
Michael Brown
1
-3
/
+15
2012-03-05
[tls] Support TLS version 1.2
Michael Brown
1
-35
/
+72
2012-03-03
[tls] Send empty Certificate record if requested by server
Michael Brown
1
-0
/
+57
2012-03-03
[tls] Verify the contents of the Finished record
Michael Brown
1
-3
/
+24
2012-03-03
[tls] Allow transmitted records to be scheduled independently
Michael Brown
1
-83
/
+29
2012-03-03
[tls] Add support for Server Name Indication (SNI)
Michael Brown
1
-3
/
+29
2012-03-03
[tls] Support TLS version 1.1
Michael Brown
1
-16
/
+28
2012-02-21
[tls] Use ANS X9.82 Approved RBG as source of random data for TLS
Michael Brown
1
-9
/
+35
2011-06-28
[tls] Eliminate polling while TX state machine is idle
Michael Brown
1
-13
/
+67
2011-06-28
[process] Pass containing object pointer to process step() methods
Michael Brown
1
-5
/
+7
2011-06-28
[tls] Send xfer_window_changed() when TLS session is established
Michael Brown
1
-0
/
+4
2010-06-23
[tls] Handle multiple handshake records
Michael Brown
1
-39
/
+54
2010-06-22
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
1
-92
/
+72
2010-06-22
[refcnt] Add ref_init() wrapper function
Michael Brown
1
-1
/
+1
2010-04-19
[build] Rename gPXE to iPXE
Michael Brown
1
-11
/
+11
2009-05-18
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
1
-0
/
+2
2009-03-30
[xfer] Implement xfer_vreopen() to properly handle redirections
Michael Brown
1
-1
/
+1
2009-02-19
[crypto] Change cipher_{en,de}crypt() to void functions
Michael Brown
1
-17
/
+5
2009-02-18
[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm
Michael Brown
1
-17
/
+17
2009-02-18
[crypto] Move AES_convert_key() hack into axtls_aes.c
Michael Brown
1
-4
/
+0
[next]