Software /
code /
prosody
File
teal-src/util/crand.d.tl @ 11614:1ac8976f09a9
mod_c2s: Add a Direct TLS listener
This only differs from 'legacy_ssl' in name, at least on the server
side. For clients this is the one that uses SRV records.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 20 Jun 2021 16:51:08 +0200 |
parent | 11459:86904555bffc |
line wrap: on
line source
local record lib bytes : function (n : integer) : string enum sourceid "OpenSSL" "arc4random()" "Linux" end _source : sourceid end return lib