Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.x509: Fix to include wildcard identity | Kim Alvefur | 2021-12-22 | 1 | -0/+3 |
| | |||||
* | util.x509: Fix recording of CommonNames in get_identities | Kim Alvefur | 2019-12-08 | 1 | -1/+1 |
| | | | | | | | | | Don't worry, this function is not used by anything yet, this isn't a security issue. It'll be used by Prosody to pick the correct certificate for itself in the future. The `names` multitable is a collection of (name, service) pairs but it put them in the wrong order here. | ||||
* | util.x509: Return sets of services per identity | Kim Alvefur | 2019-09-10 | 1 | -7/+34 |
| | |||||
* | util.x509: Only collect commonNames that pass idna | Kim Alvefur | 2019-09-10 | 1 | -1/+1 |
| | | | | | Weeds out "Example Certificate" and the like, which are uninteresting for this function. | ||||
* | util.x509: Nameprep commonName once | Kim Alvefur | 2019-09-10 | 1 | -2/+5 |
| | |||||
* | util.x509: Add function that extracts usable names from a certificate | Kim Alvefur | 2019-01-04 | 1 | -0/+28 |
| | |||||
* | vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 | 1 | -0/+1 |
| | |||||
* | util.*: Remove use of module() function, make all module functions local and ↵ | Kim Alvefur | 2015-02-21 | 1 | -5/+9 |
| | | | | return them in a table at the end | ||||
* | util.x509: Tell LuaSec we want UTF-8 data | Kim Alvefur | 2015-05-18 | 1 | -0/+3 |
| | |||||
* | util.x509: Remove unused imports | Kim Alvefur | 2014-04-25 | 1 | -3/+0 |
| | |||||
* | util.x509: And functions for converting between DER and PEM | Kim Alvefur | 2014-04-24 | 1 | -0/+20 |
| | |||||
* | util.x509: Only compare identity with oid-on-xmppAddr for XMPP services | Kim Alvefur | 2013-09-26 | 1 | -1/+3 |
| | |||||
* | util.x509: Remove logic for generating certificate configs | Kim Alvefur | 2012-05-09 | 1 | -105/+0 |
| | |||||
* | user.x509: Add some utility functions for generating OpenSSL configs | Kim Alvefur | 2012-01-20 | 1 | -0/+109 |
| | |||||
* | util.x509: Update references to published RFCs | Paul Aurich | 2011-05-22 | 1 | -6/+6 |
| | | | | For TLS-CERTS, see http://tools.ietf.org/rfcdiff?url1=draft-saintandre-tls-server-id-check-10.txt&url2=rfc6125.txt | ||||
* | util.x509: "certverification" -> "x509". | Waqas Hussain | 2010-12-12 | 1 | -2/+2 |
| | |||||
* | core.s2smanager, mod_console, mod_saslauth, util.certverification: rename ↵ | Kim Alvefur | 2010-12-12 | 1 | -0/+211 |
util.certverification to util.x509 |