|
iPXE
|
Secure Hyper Text Transfer Protocol (HTTPS) More...
#include <ipxe/open.h>#include <ipxe/uri.h>#include <ipxe/tls.h>#include <ipxe/http.h>#include <ipxe/features.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FEATURE (FEATURE_PROTOCOL, "HTTPS", DHCP_EB_FEATURE_HTTPS, 1) | |
| static int | https_filter (struct http_connection *conn) |
| Add HTTPS filter. More... | |
Variables | |
| struct uri_opener https_uri_opener | __uri_opener |
| HTTPS URI opener. More... | |
| struct http_scheme https_scheme | __http_scheme |
| HTTP URI scheme. More... | |
Secure Hyper Text Transfer Protocol (HTTPS)
Definition in file https.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FEATURE | ( | FEATURE_PROTOCOL | , |
| "HTTPS" | , | ||
| DHCP_EB_FEATURE_HTTPS | , | ||
| 1 | |||
| ) |
|
static |
Add HTTPS filter.
| conn | HTTP connection |
| rc | Return status code |
Definition at line 47 of file https.c.
References add_tls(), uri::host, NULL, http_connection::socket, and http_connection::uri.
| struct uri_opener https_uri_opener __uri_opener |
HTTPS URI opener.
| struct http_scheme https_scheme __http_scheme |
HTTP URI scheme.
1.8.15