aboutsummaryrefslogtreecommitdiffstats
path: root/util/openssl.lua
Commit message (Expand)AuthorAgeFilesLines
* util: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-1/+1
* util.openssl: Remove Lua 5.1 os.execute() return value compatKim Alvefur2022-10-201-2/+1
* util: Various minor changes to please [luacheck]Kim Alvefur2017-11-101-1/+1
* util.openssl: rename variable to not collide with other 'k's [luacheck]Anton Shestakov2016-07-281-4/+4
* util.openssl: remove unused one-letter loop variable [luacheck]Anton Shestakov2016-07-091-1/+1
* util.openssl: Handle return value from os.execute being true in Lua 5.2Kim Alvefur2016-06-231-1/+2
* util.openssl: Allow order of distinguished name fields to be included in configKim Alvefur2016-02-251-2/+1
* util.openssl: Fix style / whitespaceKim Alvefur2015-12-231-7/+7
* util.openssl: Rename variables for readabilityKim Alvefur2015-12-231-9/+9
* util.openssl: Move quoting and tostring call into escape functionKim Alvefur2015-12-231-3/+3
* util.openssl: Separate extension sections into one for self-signed certs and ...Kim Alvefur2015-10-111-3/+7
* util.openssl: Write the distinguished_name part of the config in a consistent...Kim Alvefur2013-04-291-1/+21
* util.{prosodyctl,openssl}: More use of config sections removedKim Alvefur2013-03-231-5/+5
* util.openssl: Cleanup; remove some unused variables.Kim Alvefur2013-01-071-8/+4
* util.openssl: Add wrapper for the openssl cli tool and move certificate confi...Kim Alvefur2012-05-091-0/+156