aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_pkix.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Repair hosts check during certfiles validationEvgeniy Khramtsov2017-12-281-3/+12
* Return default certificate on domain mismatchEvgeniy Khramtsov2017-12-281-3/+17
* Rely on Server Name Indication for incoming Direct-TLS connectionsEvgeniy Khramtsov2017-12-241-0/+1
* Log warning on empty wildcard pathsEvgeniy Khramtsov2017-12-081-1/+14
* Don't call pkix_is_self_signed/1 too frequentlyEvgeniy Khramtsov2017-12-071-11/+11
* Eat less memory during building certificates graphEvgeniy Khramtsov2017-12-071-14/+19
* Speedup certificate chains creation and validationEvgeniy Khramtsov2017-12-071-75/+164
* Avoid infinite loop between self-signed certsEvgeniy Khramtsov2017-12-071-3/+8
* Introduce option 'ca_file'Evgeniy Khramtsov2017-11-261-9/+54
* Get rid of unused variable compile warningEvgeniy Khramtsov2017-11-241-1/+1
* Fix function clause on filelib:wildcard/1Evgeniy Khramtsov2017-11-241-3/+8
* Move 'certfile' based options in a single placeEvgeniy Khramtsov2017-11-231-1/+6
* Re-read ACME certificates on config reloadEvgeniy Khramtsov2017-11-191-9/+9
* Make ACME code working with ejabberd_pkixEvgeniy Khramtsov2017-11-171-11/+13
* Merge branch 'lets_encrypt_acme_support' of git://github.com/angelhof/ejabber...Evgeniy Khramtsov2017-11-151-1/+8
|\
| * Add acme certificates for all configured hosts in ejabberd_pkixKonstantinos Kallas2017-08-191-9/+18
* | Erase transient certificates on exitEvgeniy Khramtsov2017-11-071-1/+2
* | Fix pkix:validate() return valuePaweł Chmielowski2017-11-021-1/+1
* | Remove -include() directive for unused headerEvgeniy Khramtsov2017-11-011-1/+0
* | Clarify some error/warning messagesEvgeniy Khramtsov2017-11-011-2/+9
* | Avoid using "bag" ETS type for certificate storageEvgeniy Khramtsov2017-11-011-1/+1
* | Start even if there are problems with fs applicationEvgeniy Khramtsov2017-11-011-6/+21
* | Lower log levelEvgeniy Khramtsov2017-11-011-2/+2
* | Introduce 'certfiles' global optionEvgeniy Khramtsov2017-11-011-101/+260
|/
* Validate all certfiles on startupEvgeniy Khramtsov2017-05-231-10/+21
* Shut up dialyzer/xref if public_key:short_name_hash/1 is not availableEvgeniy Khramtsov2017-05-131-1/+9
* Only validate certfiles if public_key:short_name_hash/1 is availableEvgeniy Khramtsov2017-05-121-1/+4
* Introduce Certficate ManagerEvgeniy Khramtsov2017-05-121-0/+513