838 Commits (f2e5f8813e9a867cae76305d4186dcf26e5fa22a)

Autor SHA1 Nachricht Datum
  Michael Brown af47789ef2 [tls] Mark security negotiation as a pending operation vor 12 Jahren
  Michael Brown 5482b0abb6 [tcp] Mark any unacknowledged transmission as a pending operation vor 12 Jahren
  Michael Brown 5af9ad51c8 [crypto] Fix unused-but-set variable warning vor 12 Jahren
  Michael Brown 658c25aa82 [http] Add support for Digest authentication vor 12 Jahren
  Michael Brown 5f2226aa36 [http] Provide credentials only when requested by server vor 12 Jahren
  Michael Brown 8f5d44b5c6 [http] Split construction of Authorization header out of http_step() vor 12 Jahren
  Michael Brown 46df5c92a8 [http] Defer processing response code until after receiving all headers vor 12 Jahren
  Michael Brown 8a5ba6733d [http] Reopen connections when server does not keep connection alive vor 12 Jahren
  Michael Brown 073331c2ee [crypto] Automatically perform OCSP checks when applicable vor 12 Jahren
  Michael Brown 73b21174b2 [iscsi] Report SCSI response only when applicable vor 12 Jahren
  Michael Brown 4855e86d95 [crypto] Include "?subject=" in cross-signed certificate URI vor 12 Jahren
  Michael Brown 0e4ee60a75 [crypto] Reduce standard debugging output vor 12 Jahren
  Michael Brown 3e6e0078e0 [crypto] Automatically download cross-signed certificates vor 12 Jahren
  Michael Brown f19565f58f [tls] Use asynchronous certificate validator vor 12 Jahren
  Michael Brown 29dcb0631b [crypto] Add asynchronous certificate validator vor 12 Jahren
  Michael Brown 99c798d87a [crypto] Add x509_append_raw() vor 12 Jahren
  Michael Brown 0ad8b601dd [crypto] Allow for X.509 certificates with no common name vor 12 Jahren
  Michael Brown 8a0331c29b [tcp] Discard all TCP connections on shutdown vor 12 Jahren
  Michael Brown 52dd4bacad [tcp] Fix potential NULL pointer dereference vor 12 Jahren
  Michael Brown 557f467bab [crypto] Allow certificate chains to be long-lived data structures vor 12 Jahren
  Michael Brown 601cb3610f [crypto] Parse OCSP responder URI from X.509 certificate vor 12 Jahren
  Kevin Tran e01cf6fb3a [http] Fix typo in memory allocation vor 12 Jahren
  Michael Brown 45e0327987 [http] Avoid using stack-allocated memory in http_step() vor 12 Jahren
  Michael Brown 2f3f0ca953 [mii] Remove unused functionality vor 12 Jahren
  Michael Brown 52e5ddce68 [tftp] Allow builds without TFTP support vor 12 Jahren
  Stefan Weil dcccb1fb7b [tls] Fix wrong memset in function tls_clear_cipher vor 12 Jahren
  Michael Brown 943b3003bd [syslog] Add basic support for encrypted syslog via TLS vor 12 Jahren
  Michael Brown b9720e4ebf [http] Disambiguate the various error causes vor 12 Jahren
  Michael Brown 3ff7927d2f [syslog] Pass internal syslog() priority through to syslog console vor 12 Jahren
  Michael Brown c2875ae329 [console] Do not share ANSI escape context between lineconsole users vor 12 Jahren
  Michael Brown 64d17dbd50 [console] Exclude text-based UI output from logfile-based consoles vor 12 Jahren
  Michael Brown e024cd39a8 [console] Allow usage to be defined independently for each console vor 12 Jahren
  Michael Brown f2af64aba5 [crypto] Differentiate "untrusted root" and "incomplete chain" error cases vor 12 Jahren
  Michael Brown 2d9d0adc4e [crypto] Add previous certificate in chain as a parameter to parse_next() vor 12 Jahren
  Michael Brown cf78afa5c5 [tls] Support sending a client certificate vor 12 Jahren
  Michael Brown 7869f71ae7 [tls] Treat handshake digest algorithm as a session parameter vor 12 Jahren
  Michael Brown a156c15746 [tls] Use hybrid MD5+SHA1 algorithm vor 12 Jahren
  Michael Brown 8583c323a2 [tls] Check certificate validity period against current date and time vor 12 Jahren
  Michael Brown 5da712385e [tls] Include current time within the client random bytes vor 12 Jahren
  Michael Brown f3a791c6de [tls] Validate server certificate vor 12 Jahren
  Michael Brown 4d3b5473f8 [tls] Add full X.509 certificate parsing vor 12 Jahren
  Michael Brown dc87161c30 [tls] Use iPXE native RSA algorithm vor 12 Jahren
  Michael Brown 554627c960 [802.11] Use rbg_generate() for secure random numbers vor 12 Jahren
  Michael Brown b63bcd73a0 [tls] Use const to mark incoming data being processed vor 12 Jahren
  Michael Brown 1c29b4d979 [crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5 vor 12 Jahren
  Michael Brown c8f52cccfb [tls] Formalise the definition of a TLS cipher suite vor 12 Jahren
  Michael Brown 6069b09bfc [tls] Support (and prefer) SHA-256 variants of existing cipher suites vor 12 Jahren
  Michael Brown 015c936791 [tls] Support TLS version 1.2 vor 12 Jahren
  Michael Brown cdb4802ff1 [802.11] Avoid using struct md5_ctx directly vor 12 Jahren
  Michael Brown 4fde501e39 [802.11] Add missing #include <byteswap.h> vor 12 Jahren