luasec/src
Matthew Wild 4cecbb2783 ssl: Add :getlocalchain() + :getlocalcertificate() to mirror the peer methods
These methods mirror the existing methods that fetch the peer certificate and
chain. Due to various factors (SNI, multiple key types, etc.) it is not always
trivial for an application to determine what certificate was presented to the
client. However there are various use-cases where this is needed, such as
tls-server-end-point channel binding and OCSP stapling.

Requires OpenSSL 1.0.2+ (note: SSL_get_certificate() has existed for a very
long time, but was lacking documentation until OpenSSL 3.0).
2022-09-21 18:40:10 +01:00
..
luasocket Set parameter 2 and 3 to none before luaL_buffinit() 2021-04-26 08:37:09 -03:00
compat.h Update version number 2022-07-30 08:41:46 -03:00
config.c Update version number 2022-07-30 08:41:46 -03:00
context.c Update version number 2022-07-30 08:41:46 -03:00
context.h Update version number 2022-07-30 08:41:46 -03:00
ec.c Special case listing of TLS 1.3 EC curves (fixes #146) 2019-08-21 20:58:01 +02:00
ec.h Update version number 2022-07-30 08:41:46 -03:00
https.lua Update version number 2022-07-30 08:41:46 -03:00
Makefile Merge pull request #134 from neheb/patch-1 2019-10-13 19:11:48 -03:00
options.c Update version number 2022-07-30 08:41:46 -03:00
options.h Update version number 2022-07-30 08:41:46 -03:00
options.lua Update version number 2022-07-30 08:41:46 -03:00
ssl.c ssl: Add :getlocalchain() + :getlocalcertificate() to mirror the peer methods 2022-09-21 18:40:10 +01:00
ssl.h Update version number 2022-07-30 08:41:46 -03:00
ssl.lua Update version number 2022-07-30 08:41:46 -03:00
x509.c Update version number 2022-07-30 08:41:46 -03:00
x509.h Update version number 2022-07-30 08:41:46 -03:00