index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
openssl.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
util.openssl: rename variable to not collide with other 'k's [luacheck]
Anton Shestakov
2016-07-28
1
-4
/
+4
|
*
util.openssl: remove unused one-letter loop variable [luacheck]
Anton Shestakov
2016-07-09
1
-1
/
+1
|
*
util.openssl: Handle return value from os.execute being true in Lua 5.2
Kim Alvefur
2016-06-23
1
-1
/
+2
|
*
util.openssl: Allow order of distinguished name fields to be included in config
Kim Alvefur
2016-02-25
1
-2
/
+1
|
*
util.openssl: Fix style / whitespace
Kim Alvefur
2015-12-23
1
-7
/
+7
|
*
util.openssl: Rename variables for readability
Kim Alvefur
2015-12-23
1
-9
/
+9
|
*
util.openssl: Move quoting and tostring call into escape function
Kim Alvefur
2015-12-23
1
-3
/
+3
|
*
util.openssl: Separate extension sections into one for self-signed certs and ↵
Kim Alvefur
2015-10-11
1
-3
/
+7
|
|
|
|
one for requests
*
util.openssl: Write the distinguished_name part of the config in a ↵
Kim Alvefur
2013-04-29
1
-1
/
+21
|
|
|
|
consistent order
*
util.{prosodyctl,openssl}: More use of config sections removed
Kim Alvefur
2013-03-23
1
-5
/
+5
|
*
util.openssl: Cleanup; remove some unused variables.
Kim Alvefur
2013-01-07
1
-8
/
+4
|
*
util.openssl: Add wrapper for the openssl cli tool and move certificate ↵
Kim Alvefur
2012-05-09
1
-0
/
+156
config logic from util.x509 into it.