index
:
ipxe
master
qemu
ipxe
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
*
[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
*
[tls] Use asynchronous certificate validator
Michael Brown
2012-05-08
1
-46
/
+113
*
[crypto] Add x509_append_raw()
Michael Brown
2012-05-08
1
-18
/
+5
*
[crypto] Allow for X.509 certificates with no common name
Michael Brown
2012-05-08
1
-1
/
+2
*
[crypto] Allow certificate chains to be long-lived data structures
Michael Brown
2012-05-04
1
-67
/
+94
*
[crypto] Parse OCSP responder URI from X.509 certificate
Michael Brown
2012-05-04
1
-1
/
+1
*
[tls] Fix wrong memset in function tls_clear_cipher
Stefan Weil
2012-04-10
1
-1
/
+1
*
[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-19
1
-1
/
+3
*
[tls] Include current time within the client random bytes
Michael Brown
2012-03-19
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
*
[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-05
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
*
[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
1
-3
/
+29
*
[tls] Support TLS version 1.1
Michael Brown
2012-03-03
1
-16
/
+28
*
[tls] Use ANS X9.82 Approved RBG as source of random data for TLS
Michael Brown
2012-02-21
1
-9
/
+35
*
[tls] Eliminate polling while TX state machine is idle
Michael Brown
2011-06-28
1
-13
/
+67
*
[process] Pass containing object pointer to process step() methods
Michael Brown
2011-06-28
1
-5
/
+7
*
[tls] Send xfer_window_changed() when TLS session is established
Michael Brown
2011-06-28
1
-0
/
+4
*
[tls] Handle multiple handshake records
Michael Brown
2010-06-23
1
-39
/
+54
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
1
-92
/
+72
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-1
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-11
/
+11
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[xfer] Implement xfer_vreopen() to properly handle redirections
Michael Brown
2009-03-30
1
-1
/
+1
*
[crypto] Change cipher_{en,de}crypt() to void functions
Michael Brown
2009-02-19
1
-17
/
+5
*
[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm
Michael Brown
2009-02-18
1
-17
/
+17
*
[crypto] Move AES_convert_key() hack into axtls_aes.c
Michael Brown
2009-02-18
1
-4
/
+0
[next]