index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[crypto] Differentiate "untrusted root" and "incomplete chain" error cases
Michael Brown
2012-03-22
1
-5
/
+5
*
[crypto] Add previous certificate in chain as a parameter to parse_next()
Michael Brown
2012-03-22
1
-1
/
+4
*
[tls] Support sending a client certificate
Michael Brown
2012-03-20
1
-13
/
+237
*
[tls] Treat handshake digest algorithm as a session parameter
Michael Brown
2012-03-20
1
-39
/
+24
*
[tls] Use hybrid MD5+SHA1 algorithm
Michael Brown
2012-03-20
1
-13
/
+66
*
[tls] Check certificate validity period against current date and time
Michael Brown
2012-03-20
1
-1
/
+3
*
[tls] Include current time within the client random bytes
Michael Brown
2012-03-20
1
-1
/
+2
*
[tls] Validate server certificate
Michael Brown
2012-03-19
1
-36
/
+93
*
[tls] Add full X.509 certificate parsing
Michael Brown
2012-03-19
1
-10
/
+12
*
[tls] Use iPXE native RSA algorithm
Michael Brown
2012-03-18
1
-37
/
+51
*
[802.11] Use rbg_generate() for secure random numbers
Michael Brown
2012-03-13
1
-1
/
+3
*
[tls] Use const to mark incoming data being processed
Michael Brown
2012-03-13
1
-26
/
+28
*
[crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5
Michael Brown
2012-03-09
1
-1
/
+1
*
[tls] Formalise the definition of a TLS cipher suite
Michael Brown
2012-03-06
1
-81
/
+114
*
[tls] Support (and prefer) SHA-256 variants of existing cipher suites
Michael Brown
2012-03-05
1
-3
/
+15
*
[tls] Support TLS version 1.2
Michael Brown
2012-03-05
1
-35
/
+72
*
[802.11] Avoid using struct md5_ctx directly
Michael Brown
2012-03-05
1
-4
/
+4
*
[802.11] Add missing #include <byteswap.h>
Michael Brown
2012-03-04
1
-0
/
+1
*
[tls] Send empty Certificate record if requested by server
Michael Brown
2012-03-03
1
-0
/
+57
*
[tls] Verify the contents of the Finished record
Michael Brown
2012-03-03
1
-3
/
+24
*
[tls] Allow transmitted records to be scheduled independently
Michael Brown
2012-03-03
1
-83
/
+29
*
[tls] Add support for Server Name Indication (SNI)
Michael Brown
2012-03-03
2
-4
/
+31
*
[tls] Support TLS version 1.1
Michael Brown
2012-03-03
1
-16
/
+28
*
[arp] Maintain an ARP transmission queue
Michael Brown
2012-03-03
2
-147
/
+351
*
[undi] Allow underlying PXE stack to construct link-layer header
Michael Brown
2012-03-02
1
-7
/
+6
*
[iscsi] Send any padding inline with the data segment
Michael Brown
2012-03-01
1
-28
/
+9
*
[http] Recognise status code 303 as valid
Jason Lunz
2012-03-01
1
-0
/
+1
*
[syslog] Separate out generic line-based console functionality
Michael Brown
2012-02-29
1
-36
/
+8
*
[syslog] Disable console when no syslog server is defined
Michael Brown
2012-02-29
1
-7
/
+5
*
[http] Allow for HTTPS-only builds
Michael Brown
2012-02-28
2
-858
/
+888
*
[tls] Use ANS X9.82 Approved RBG as source of random data for TLS
Michael Brown
2012-02-21
1
-9
/
+35
*
[802.11] Add missing #include <string.h>
Michael Brown
2012-02-21
3
-0
/
+3
*
[udp] Propagate transmission errors to UDP interface users
Michael Brown
2012-02-20
1
-4
/
+3
*
[dns] Allow trailing dots in DNS names
Michael Brown
2012-01-11
1
-9
/
+15
*
[dhcp] Add PXE-mandated DHCP options [128,135] to parameter request list
Michael Brown
2011-12-06
1
-0
/
+1
*
[iscsi] Fail immediately if target rejects any of our parameters
Michael Brown
2011-12-05
1
-12
/
+39
*
[infiniband] Reset port state after closing device
Michael Brown
2011-11-15
1
-0
/
+1
*
[infiniband] Open device prior to creating SMI and GSI queue pairs
Michael Brown
2011-11-15
1
-9
/
+9
*
[infiniband] Poll event queues only for devices that are open
Michael Brown
2011-11-15
1
-1
/
+1
*
[netdevice] Allow driver to preinitialise the link-layer address
Michael Brown
2011-10-28
1
-2
/
+22
*
[list] Tidy up naming convention for list_contains() and friends
Michael Brown
2011-10-14
2
-2
/
+2
*
[dhcp] Use a random DHCP transaction identifier (xid)
Michael Brown
2011-09-19
2
-26
/
+30
*
[tcp] Allow sufficient headroom for TCP headers
Michael Brown
2011-09-19
1
-4
/
+4
*
[ipv4] Improve debugging
Michael Brown
2011-07-16
1
-45
/
+51
*
[ipv4] Fix fragment reassembly
Michael Brown
2011-07-16
1
-92
/
+120
*
[retry] Fix potential use-after-free in timer_expired()
Michael Brown
2011-07-16
1
-1
/
+3
*
[ipv4] Use broadcast link-layer address for all broadcast IPv4 addresses
Michael Brown
2011-07-15
1
-7
/
+7
*
[ipv4] Discard unwanted unicast packets
Michael Brown
2011-07-15
1
-10
/
+50
*
[netdevice] Allow link layer to report broadcast/multicast packets via pull()
Michael Brown
2011-07-15
12
-23
/
+60
*
[http] Include port in HTTP Host header as needed
Malte Starostik
2011-07-15
1
-1
/
+5
[next]