* [TLS][HTTPS] TLS Server support
@ 2019-12-11 19:59 davysouza94
0 siblings, 0 replies; only message in thread
From: davysouza94 @ 2019-12-11 19:59 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 522 bytes --]
Hi everyone,
I'm working on a HTTPS server on EFI using EDK II, but I found the following code on *\edk2\CryptoPkg\Library\TlsLib\TlsConfig.c:
* if ( ! IsServer) {
//
// Set TLS to work in Client mode.
//
SSL_set_connect_state (TlsConn->Ssl) ;
} else {
//
// Set TLS to work in Server mode.
// It is unsupported for UEFI version currently.
//
//SSL_set_accept_state (TlsConn->Ssl);
return EFI_UNSUPPORTED;
}
Why is not possible to create a TLS server? What is the limitation?
[-- Attachment #2: Type: text/html, Size: 2187 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-12-11 19:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-11 19:59 [TLS][HTTPS] TLS Server support davysouza94
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox