log mod_client_certs/mod_client_certs.lua @ 5693:6696075e26e2

age author description
2019-01-18 Thibaut Girka mod_client_certs: do not crash on plain sockets
2018-08-24 Emmanuel Gil Peyrot mod_client_certs: Simplify iq handling by hooking on iq-get/ and iq-set/ instead of iq/.
2015-08-13 Thijs Alkemade mod_client_certs: Patch from mathieui fixing invalid results when requesting multiple certs, missing stream feature and problem with PEM decoding.
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace
2013-06-29 Kim Alvefur mod_client_certs: Update for x509 API in LuaSec 0.5
2013-04-29 Thijs Alkemade mod_client_certs: Updated to match the specification in urn:xmpp:saslcert:1.
2012-06-12 Florian Zeitz mod_client_certs: Add Ad-Hoc commands for certificate management
2012-06-12 Florian Zeitz mod_client_certs: Strip x509 data
2012-06-09 Thijs Alkemade mod_client_certs: Follow the rules in XEP-0178 about the inclusion of the username when using EXTERNAL, instead of mapping one certificate to one user.
2012-06-05 Thijs Alkemade mod_client_certs: Fix the checking of valid id_on_xmppAddr fields.
2012-06-05 Thijs Alkemade mod_client_certs: Disconnect every session that was using that cert when revoking a client certificate.
2012-06-05 Thijs Alkemade mod_client_certs: Checking in the latest version I have with Zash's changes.