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?

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#52132): https://edk2.groups.io/g/devel/message/52132
Mute This Topic: https://groups.io/mt/68170720/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to