|
iPXE
|
Secure channel properties. More...
#include <channel.h>
Data Fields | |
| int | keyed |
| Channel contains key material derived from a shared secret. | |
| struct x509_certificate * | bound |
| Bound peer identity (if any). | |
| struct x509_certificate * | confirmed |
| Confirmed peer identity (if any). | |
| struct x509_certificate * | established |
| Established peer identity (if any). | |
| int secure_channel_properties::keyed |
| struct x509_certificate* secure_channel_properties::bound |
| struct x509_certificate* secure_channel_properties::confirmed |
| struct x509_certificate* secure_channel_properties::established |
Established peer identity (if any).
This is guaranteed to be set only if the "confirmed" property is also set, and then to have the same value as both the "confirmed" and "bound" properties.
If an established peer identity exists, then it is guaranteed that the channel may be used for confidential communication with the peer that was specified at the point that the channel was established as trusted.