aboutsummaryrefslogtreecommitdiffstats
path: root/util/openssl.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | one for requests
* util.openssl: Write the distinguished_name part of the config in a ↵Kim Alvefur2013-04-291-1/+21
| | | | consistent order
* 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 ↵Kim Alvefur2012-05-091-0/+156
config logic from util.x509 into it.