Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |