public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: davysouza94@gmail.com
To: devel@edk2.groups.io
Subject: [TLS][HTTPS] TLS Server support
Date: Wed, 11 Dec 2019 11:59:25 -0800	[thread overview]
Message-ID: <8nzK.1576094365333740815.ZvZV@groups.io> (raw)

[-- 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 --]

                 reply	other threads:[~2019-12-11 19:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8nzK.1576094365333740815.ZvZV@groups.io \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox