59 Commits (a200ad462e69de8c92b4114f6e58d7dbfefaf40e)

Autor SHA1 Mensaje Fecha
  Christian Hesse bf40b79734 [build] Add missing "const" qualifiers hace 9 años
  Michael Brown bc8ca6b8ce [crypto] Generalise X.509 cache to a full certificate store hace 10 años
  Michael Brown 01fa7efa38 [crypto] Remove dynamically-allocated storage for certificate name hace 10 años
  Michael Brown 0acc52519d [tls] Concatenate received non-data records before processing hace 11 años
  Michael Brown d23db28488 [tls] Fix potential memory leak hace 11 años
  Michael Brown 1e199c8260 [tls] Fix uninitialised variable hace 11 años
  Michael Brown 72db14640c [tls] Split received records over multiple I/O buffers hace 11 años
  Michael Brown 79300e2ddf [tls] Disambiguate most error causes hace 12 años
  Michael Brown c3b4860ce3 [legal] Update FSF mailing address in GPL licence texts hace 12 años
  Michael Brown 9a8c6b00d4 [tls] Request a maximum fragment length of 2048 bytes hace 12 años
  Michael Brown af47789ef2 [tls] Mark security negotiation as a pending operation hace 12 años
  Michael Brown f19565f58f [tls] Use asynchronous certificate validator hace 12 años
  Michael Brown 99c798d87a [crypto] Add x509_append_raw() hace 12 años
  Michael Brown 0ad8b601dd [crypto] Allow for X.509 certificates with no common name hace 12 años
  Michael Brown 557f467bab [crypto] Allow certificate chains to be long-lived data structures hace 12 años
  Michael Brown 601cb3610f [crypto] Parse OCSP responder URI from X.509 certificate hace 12 años
  Stefan Weil dcccb1fb7b [tls] Fix wrong memset in function tls_clear_cipher hace 12 años
  Michael Brown f2af64aba5 [crypto] Differentiate "untrusted root" and "incomplete chain" error cases hace 12 años
  Michael Brown 2d9d0adc4e [crypto] Add previous certificate in chain as a parameter to parse_next() hace 12 años
  Michael Brown cf78afa5c5 [tls] Support sending a client certificate hace 12 años
  Michael Brown 7869f71ae7 [tls] Treat handshake digest algorithm as a session parameter hace 12 años
  Michael Brown a156c15746 [tls] Use hybrid MD5+SHA1 algorithm hace 12 años
  Michael Brown 8583c323a2 [tls] Check certificate validity period against current date and time hace 12 años
  Michael Brown 5da712385e [tls] Include current time within the client random bytes hace 12 años
  Michael Brown f3a791c6de [tls] Validate server certificate hace 12 años
  Michael Brown 4d3b5473f8 [tls] Add full X.509 certificate parsing hace 12 años
  Michael Brown dc87161c30 [tls] Use iPXE native RSA algorithm hace 12 años
  Michael Brown b63bcd73a0 [tls] Use const to mark incoming data being processed hace 12 años
  Michael Brown 1c29b4d979 [crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5 hace 12 años
  Michael Brown c8f52cccfb [tls] Formalise the definition of a TLS cipher suite hace 12 años
  Michael Brown 6069b09bfc [tls] Support (and prefer) SHA-256 variants of existing cipher suites hace 12 años
  Michael Brown 015c936791 [tls] Support TLS version 1.2 hace 12 años
  Michael Brown 281f9aa7a6 [tls] Send empty Certificate record if requested by server hace 12 años
  Michael Brown a42f6cab14 [tls] Verify the contents of the Finished record hace 12 años
  Michael Brown 56a7981d58 [tls] Allow transmitted records to be scheduled independently hace 12 años
  Michael Brown b7f8d1bbfd [tls] Add support for Server Name Indication (SNI) hace 12 años
  Michael Brown d9ce3bfe4c [tls] Support TLS version 1.1 hace 12 años
  Michael Brown 75090f2abf [tls] Use ANS X9.82 Approved RBG as source of random data for TLS hace 12 años
  Michael Brown 5eb60f4883 [tls] Eliminate polling while TX state machine is idle hace 13 años
  Michael Brown e01ec74601 [process] Pass containing object pointer to process step() methods hace 13 años
  Michael Brown 0cc03ac76a [tls] Send xfer_window_changed() when TLS session is established hace 13 años
  Michael Brown 21682afe69 [tls] Handle multiple handshake records hace 14 años
  Michael Brown 4327d5d39f [interface] Convert all data-xfer interfaces to generic interfaces hace 14 años
  Michael Brown 4bfd5b52c1 [refcnt] Add ref_init() wrapper function hace 14 años
  Michael Brown 8406115834 [build] Rename gPXE to iPXE hace 14 años
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations hace 15 años
  Michael Brown 323cdf8c4c [xfer] Implement xfer_vreopen() to properly handle redirections hace 15 años
  Michael Brown b4d3d686cc [crypto] Change cipher_{en,de}crypt() to void functions hace 15 años
  Michael Brown a3219b24a8 [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm hace 15 años
  Michael Brown 5de8305feb [crypto] Move AES_convert_key() hack into axtls_aes.c hace 15 años