Migrations for TLS-SNI#1
Merged
OpenLarry merged 125 commits intoOpenLarry:add-ecdsa-supportfrom Dec 7, 2019
Merged
Conversation
adding the amount of assigned domain quota to the disk usage display as potentially used disk space
now only summing up the assigned domain quota for active domains, and not subtracting disc base occupied by mailboxes of inactive domains (inactive_bytes)
- changed dockerapi to not return human readable values for df - all caluclations now in KiB - moved code from domain_admin to mailbox functions - using actual occupied bytes as used quota - all outputs now in *iB using formatBytes()
[Web] Return 401 status code when API authorization fails
extend debug page to show assigned domain quota
[Web] oAuth2 implementation (wip)
I had mistakenly kept the available disk space for the total disk space.
fix for "available ≠ total" error in mailcow#2989
Revert "fix for "available ≠ total" error in mailcow#2989"
Revert "extend debug page to show assigned domain quota"
[Web] Added API docs
Update update.sh
Fix delete button
…fix/Dovecot/Nginx
…ni-ecdsa # Conflicts: # data/Dockerfiles/acme/docker-entrypoint.sh # data/conf/dovecot/dovecot.conf # data/conf/nginx/site.conf # data/conf/postfix/main.cf # data/web/inc/ajax/dns_diagnostics.php # data/web/inc/functions.inc.php # docker-compose.yml # generate_config.sh # update.sh
Owner
|
Oh, thank you! I'm happy to see your SNI PR got merged. :-) I will verify your changes later and ask for the current state in my original PR. I already tried not to break exiting mailcow installations and I've tested different scenarios that might happen during upgrades. Since we now generate configs dynamically on start up anyway, we could also remove the symlink workaround, if somebody wants to disable ECDSA. |
Author
|
Feel free to adapt :) I originally included the ecdsa changes because I thought your PR would be merged before mine. |
OpenLarry
added a commit
that referenced
this pull request
Dec 7, 2019
Change line endings in functions.inc.php back to CRLF
OpenLarry
added a commit
that referenced
this pull request
May 31, 2022
This is a squashed commit of the following: commit db8051bc234c5fa67aa87a7a94f9e89eaf0e7dac Merge: 2634fdf 0402068 Author: Aaron Larisch <[email protected]> Date: Tue May 24 20:44:38 2022 +0200 Merge branch 'master' into add-ecdsa-support commit 2634fdf Merge: 0962b90 116c791 Author: Aaron Larisch <[email protected]> Date: Wed Nov 10 08:53:21 2021 +0100 Merge branch 'master' into add-ecdsa-support commit 0962b90 Merge: 6152271 d90d4f9 Author: Aaron Larisch <[email protected]> Date: Wed Jun 9 11:33:34 2021 +0200 Merge branch 'master' into add-ecdsa-support commit 6152271 Merge: 72261e6 6426476 Author: Aaron Larisch <[email protected]> Date: Fri Feb 26 18:20:30 2021 +0100 Merge branch 'master' into add-ecdsa-support commit 72261e6 Merge: 3a1cce2 0846013 Author: Aaron Larisch <[email protected]> Date: Wed Dec 16 21:33:55 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 3a1cce2 Merge: 6a01796 c1034b8 Author: Aaron Larisch <[email protected]> Date: Tue Sep 15 10:51:32 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 6a01796 Merge: 812adb0 9685b4b Author: Aaron Larisch <[email protected]> Date: Tue Jul 21 14:07:56 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 812adb0 Author: Aaron Larisch <[email protected]> Date: Sun Jul 5 00:12:21 2020 +0200 Fix TLSA records for ECDSA and RSA certs in DNS diagnostics Disables TLS 1.3 for the test connection to limit to RSA or ECDSA ciphers. commit 83c9769 Merge: 6fb29ab becc505 Author: Aaron Larisch <[email protected]> Date: Sat Jul 4 23:03:45 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 6fb29ab Merge: 3131e17 b933a30 Author: Aaron Larisch <[email protected]> Date: Thu May 21 11:34:30 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 3131e17 Merge: 1929216 7fa10cc Author: Aaron Larisch <[email protected]> Date: Thu Apr 16 18:20:39 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 1929216 Merge: a0edf84 a9947e9 Author: Aaron Larisch <[email protected]> Date: Sat Mar 21 08:38:07 2020 +0100 Merge branch 'master' into add-ecdsa-support commit a0edf84 Merge: 6152b42 b5c844d Author: Aaron Larisch <[email protected]> Date: Thu Feb 13 13:52:09 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 6152b42 Merge: 85b791b e6bb306 Author: Aaron Larisch <[email protected]> Date: Wed Jan 15 10:14:18 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 85b791b Merge: c233993 ff74b8a Author: Aaron Larisch <[email protected]> Date: Tue Dec 17 15:21:10 2019 +0100 Merge branch 'master' into add-ecdsa-support commit c233993 Merge: eee0238 4e8b2bf Author: Aaron Larisch <[email protected]> Date: Sat Dec 7 17:17:05 2019 +0100 Merge branch 'master' into add-ecdsa-support commit eee0238 Merge: 9e1ff33 1d1a9a2 Author: Aaron Larisch <[email protected]> Date: Fri Nov 8 12:53:51 2019 +0100 Merge branch 'master' into add-ecdsa-support commit 9e1ff33 Merge: ab16425 ea4da60 Author: Aaron Larisch <[email protected]> Date: Fri Nov 1 16:06:41 2019 +0100 Merge branch 'master' into add-ecdsa-support commit ab16425 Merge: c049926 573e62f Author: Aaron Larisch <[email protected]> Date: Thu Oct 31 13:57:01 2019 +0100 Merge branch 'master' into add-ecdsa-support commit c049926 Merge: 6a6d6c4 c431615 Author: Aaron Larisch <[email protected]> Date: Thu Oct 31 13:55:28 2019 +0100 Merge pull request #1 from mhofer117/tls-sni-ecdsa Change line endings in functions.inc.php back to CRLF commit c431615 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 19:02:17 2019 +0200 remove empty docker-entrypoint.sh commit efd6cd1 Merge: a2a0821 6a6d6c4 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 19:00:07 2019 +0200 Merge remote-tracking branch 'OpenLarry/add-ecdsa-support' into tls-sni-ecdsa # Conflicts: # data/Dockerfiles/acme/docker-entrypoint.sh # data/conf/dovecot/dovecot.conf # data/conf/nginx/site.conf # data/conf/postfix/main.cf # data/web/inc/ajax/dns_diagnostics.php # data/web/inc/functions.inc.php # docker-compose.yml # generate_config.sh # update.sh commit a2a0821 Merge: 4a62809 05e7c95 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 18:50:16 2019 +0200 Merge branch 'tls-sni' into tls-sni-ecdsa commit 4a62809 Author: Marcel Hofer <[email protected]> Date: Sat Oct 19 13:04:02 2019 +0200 [SSL] add optional ecdsa certs in addition to rsa certs commit 6a6d6c4 Merge: 351abd2 9f66b83 Author: Aaron Larisch <[email protected]> Date: Tue Oct 1 11:01:28 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 351abd2 Merge: eddb269 0485379 Author: Aaron Larisch <[email protected]> Date: Mon Sep 9 17:40:47 2019 +0200 Merge branch 'master' into add-ecdsa-support commit eddb269 Merge: 9d13ead 6e82a35 Author: Aaron Larisch <[email protected]> Date: Thu Aug 29 11:36:03 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 9d13ead Merge: 478c4d1 f21cf13 Author: Aaron Larisch <[email protected]> Date: Thu Aug 8 13:22:58 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 478c4d1 Merge: 46dbf3b 7665cc2 Author: Aaron Larisch <[email protected]> Date: Thu Jun 27 14:49:09 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 46dbf3b Merge: 680a272 69fb7f7 Author: Aaron Larisch <[email protected]> Date: Fri May 31 12:33:32 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 680a272 Merge: f69559f b20ff13 Author: Aaron Larisch <[email protected]> Date: Tue May 7 12:29:34 2019 +0200 Merge branch 'master' into add-ecdsa-support commit f69559f Merge: 3e8a958 cd88165 Author: Aaron Larisch <[email protected]> Date: Mon Apr 15 12:55:41 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 3e8a958 Merge: 956a487 4aae727 Author: Aaron <[email protected]> Date: Mon Mar 18 16:52:37 2019 +0100 Merge branch 'master' into add-ecdsa-support commit 956a487 Author: Aaron Larisch <[email protected]> Date: Sun Mar 17 12:34:56 2019 +0100 Set SKIP_ECDSA_CERT to y by default commit 7103fe7 Author: Aaron Larisch <[email protected]> Date: Sun Mar 17 11:05:05 2019 +0100 Add SKIP_ECDSA_CERT config parameter commit 91fca4f Author: Aaron Larisch <[email protected]> Date: Sat Mar 16 18:48:28 2019 +0100 Show TLSA records for ECDSA certificates in DNS diagnostics commit cc521b0 Author: Aaron Larisch <[email protected]> Date: Sat Mar 16 13:04:03 2019 +0100 Add ECDSA support Co-authored-by: Marcel Hofer <[email protected]>
OpenLarry
added a commit
that referenced
this pull request
Sep 20, 2022
This is a squashed commit of the following: commit db8051bc234c5fa67aa87a7a94f9e89eaf0e7dac Merge: 2634fdf 0402068 Author: Aaron Larisch <[email protected]> Date: Tue May 24 20:44:38 2022 +0200 Merge branch 'master' into add-ecdsa-support commit 2634fdf Merge: 0962b90 116c791 Author: Aaron Larisch <[email protected]> Date: Wed Nov 10 08:53:21 2021 +0100 Merge branch 'master' into add-ecdsa-support commit 0962b90 Merge: 6152271 d90d4f9 Author: Aaron Larisch <[email protected]> Date: Wed Jun 9 11:33:34 2021 +0200 Merge branch 'master' into add-ecdsa-support commit 6152271 Merge: 72261e6 6426476 Author: Aaron Larisch <[email protected]> Date: Fri Feb 26 18:20:30 2021 +0100 Merge branch 'master' into add-ecdsa-support commit 72261e6 Merge: 3a1cce2 0846013 Author: Aaron Larisch <[email protected]> Date: Wed Dec 16 21:33:55 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 3a1cce2 Merge: 6a01796 c1034b8 Author: Aaron Larisch <[email protected]> Date: Tue Sep 15 10:51:32 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 6a01796 Merge: 812adb0 9685b4b Author: Aaron Larisch <[email protected]> Date: Tue Jul 21 14:07:56 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 812adb0 Author: Aaron Larisch <[email protected]> Date: Sun Jul 5 00:12:21 2020 +0200 Fix TLSA records for ECDSA and RSA certs in DNS diagnostics Disables TLS 1.3 for the test connection to limit to RSA or ECDSA ciphers. commit 83c9769 Merge: 6fb29ab becc505 Author: Aaron Larisch <[email protected]> Date: Sat Jul 4 23:03:45 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 6fb29ab Merge: 3131e17 b933a30 Author: Aaron Larisch <[email protected]> Date: Thu May 21 11:34:30 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 3131e17 Merge: 1929216 7fa10cc Author: Aaron Larisch <[email protected]> Date: Thu Apr 16 18:20:39 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 1929216 Merge: a0edf84 a9947e9 Author: Aaron Larisch <[email protected]> Date: Sat Mar 21 08:38:07 2020 +0100 Merge branch 'master' into add-ecdsa-support commit a0edf84 Merge: 6152b42 b5c844d Author: Aaron Larisch <[email protected]> Date: Thu Feb 13 13:52:09 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 6152b42 Merge: 85b791b e6bb306 Author: Aaron Larisch <[email protected]> Date: Wed Jan 15 10:14:18 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 85b791b Merge: c233993 ff74b8a Author: Aaron Larisch <[email protected]> Date: Tue Dec 17 15:21:10 2019 +0100 Merge branch 'master' into add-ecdsa-support commit c233993 Merge: eee0238 4e8b2bf Author: Aaron Larisch <[email protected]> Date: Sat Dec 7 17:17:05 2019 +0100 Merge branch 'master' into add-ecdsa-support commit eee0238 Merge: 9e1ff33 1d1a9a2 Author: Aaron Larisch <[email protected]> Date: Fri Nov 8 12:53:51 2019 +0100 Merge branch 'master' into add-ecdsa-support commit 9e1ff33 Merge: ab16425 ea4da60 Author: Aaron Larisch <[email protected]> Date: Fri Nov 1 16:06:41 2019 +0100 Merge branch 'master' into add-ecdsa-support commit ab16425 Merge: c049926 573e62f Author: Aaron Larisch <[email protected]> Date: Thu Oct 31 13:57:01 2019 +0100 Merge branch 'master' into add-ecdsa-support commit c049926 Merge: 6a6d6c4 c431615 Author: Aaron Larisch <[email protected]> Date: Thu Oct 31 13:55:28 2019 +0100 Merge pull request #1 from mhofer117/tls-sni-ecdsa Change line endings in functions.inc.php back to CRLF commit c431615 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 19:02:17 2019 +0200 remove empty docker-entrypoint.sh commit efd6cd1 Merge: a2a0821 6a6d6c4 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 19:00:07 2019 +0200 Merge remote-tracking branch 'OpenLarry/add-ecdsa-support' into tls-sni-ecdsa # Conflicts: # data/Dockerfiles/acme/docker-entrypoint.sh # data/conf/dovecot/dovecot.conf # data/conf/nginx/site.conf # data/conf/postfix/main.cf # data/web/inc/ajax/dns_diagnostics.php # data/web/inc/functions.inc.php # docker-compose.yml # generate_config.sh # update.sh commit a2a0821 Merge: 4a62809 05e7c95 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 18:50:16 2019 +0200 Merge branch 'tls-sni' into tls-sni-ecdsa commit 4a62809 Author: Marcel Hofer <[email protected]> Date: Sat Oct 19 13:04:02 2019 +0200 [SSL] add optional ecdsa certs in addition to rsa certs commit 6a6d6c4 Merge: 351abd2 9f66b83 Author: Aaron Larisch <[email protected]> Date: Tue Oct 1 11:01:28 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 351abd2 Merge: eddb269 0485379 Author: Aaron Larisch <[email protected]> Date: Mon Sep 9 17:40:47 2019 +0200 Merge branch 'master' into add-ecdsa-support commit eddb269 Merge: 9d13ead 6e82a35 Author: Aaron Larisch <[email protected]> Date: Thu Aug 29 11:36:03 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 9d13ead Merge: 478c4d1 f21cf13 Author: Aaron Larisch <[email protected]> Date: Thu Aug 8 13:22:58 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 478c4d1 Merge: 46dbf3b 7665cc2 Author: Aaron Larisch <[email protected]> Date: Thu Jun 27 14:49:09 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 46dbf3b Merge: 680a272 69fb7f7 Author: Aaron Larisch <[email protected]> Date: Fri May 31 12:33:32 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 680a272 Merge: f69559f b20ff13 Author: Aaron Larisch <[email protected]> Date: Tue May 7 12:29:34 2019 +0200 Merge branch 'master' into add-ecdsa-support commit f69559f Merge: 3e8a958 cd88165 Author: Aaron Larisch <[email protected]> Date: Mon Apr 15 12:55:41 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 3e8a958 Merge: 956a487 4aae727 Author: Aaron <[email protected]> Date: Mon Mar 18 16:52:37 2019 +0100 Merge branch 'master' into add-ecdsa-support commit 956a487 Author: Aaron Larisch <[email protected]> Date: Sun Mar 17 12:34:56 2019 +0100 Set SKIP_ECDSA_CERT to y by default commit 7103fe7 Author: Aaron Larisch <[email protected]> Date: Sun Mar 17 11:05:05 2019 +0100 Add SKIP_ECDSA_CERT config parameter commit 91fca4f Author: Aaron Larisch <[email protected]> Date: Sat Mar 16 18:48:28 2019 +0100 Show TLSA records for ECDSA certificates in DNS diagnostics commit cc521b0 Author: Aaron Larisch <[email protected]> Date: Sat Mar 16 13:04:03 2019 +0100 Add ECDSA support Co-authored-by: Marcel Hofer <[email protected]>
OpenLarry
added a commit
that referenced
this pull request
Jan 6, 2023
This is a squashed commit of the following: commit db8051bc234c5fa67aa87a7a94f9e89eaf0e7dac Merge: 2634fdf 0402068 Author: Aaron Larisch <[email protected]> Date: Tue May 24 20:44:38 2022 +0200 Merge branch 'master' into add-ecdsa-support commit 2634fdf Merge: 0962b90 116c791 Author: Aaron Larisch <[email protected]> Date: Wed Nov 10 08:53:21 2021 +0100 Merge branch 'master' into add-ecdsa-support commit 0962b90 Merge: 6152271 d90d4f9 Author: Aaron Larisch <[email protected]> Date: Wed Jun 9 11:33:34 2021 +0200 Merge branch 'master' into add-ecdsa-support commit 6152271 Merge: 72261e6 6426476 Author: Aaron Larisch <[email protected]> Date: Fri Feb 26 18:20:30 2021 +0100 Merge branch 'master' into add-ecdsa-support commit 72261e6 Merge: 3a1cce2 0846013 Author: Aaron Larisch <[email protected]> Date: Wed Dec 16 21:33:55 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 3a1cce2 Merge: 6a01796 c1034b8 Author: Aaron Larisch <[email protected]> Date: Tue Sep 15 10:51:32 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 6a01796 Merge: 812adb0 9685b4b Author: Aaron Larisch <[email protected]> Date: Tue Jul 21 14:07:56 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 812adb0 Author: Aaron Larisch <[email protected]> Date: Sun Jul 5 00:12:21 2020 +0200 Fix TLSA records for ECDSA and RSA certs in DNS diagnostics Disables TLS 1.3 for the test connection to limit to RSA or ECDSA ciphers. commit 83c9769 Merge: 6fb29ab becc505 Author: Aaron Larisch <[email protected]> Date: Sat Jul 4 23:03:45 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 6fb29ab Merge: 3131e17 b933a30 Author: Aaron Larisch <[email protected]> Date: Thu May 21 11:34:30 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 3131e17 Merge: 1929216 7fa10cc Author: Aaron Larisch <[email protected]> Date: Thu Apr 16 18:20:39 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 1929216 Merge: a0edf84 a9947e9 Author: Aaron Larisch <[email protected]> Date: Sat Mar 21 08:38:07 2020 +0100 Merge branch 'master' into add-ecdsa-support commit a0edf84 Merge: 6152b42 b5c844d Author: Aaron Larisch <[email protected]> Date: Thu Feb 13 13:52:09 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 6152b42 Merge: 85b791b e6bb306 Author: Aaron Larisch <[email protected]> Date: Wed Jan 15 10:14:18 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 85b791b Merge: c233993 ff74b8a Author: Aaron Larisch <[email protected]> Date: Tue Dec 17 15:21:10 2019 +0100 Merge branch 'master' into add-ecdsa-support commit c233993 Merge: eee0238 4e8b2bf Author: Aaron Larisch <[email protected]> Date: Sat Dec 7 17:17:05 2019 +0100 Merge branch 'master' into add-ecdsa-support commit eee0238 Merge: 9e1ff33 1d1a9a2 Author: Aaron Larisch <[email protected]> Date: Fri Nov 8 12:53:51 2019 +0100 Merge branch 'master' into add-ecdsa-support commit 9e1ff33 Merge: ab16425 ea4da60 Author: Aaron Larisch <[email protected]> Date: Fri Nov 1 16:06:41 2019 +0100 Merge branch 'master' into add-ecdsa-support commit ab16425 Merge: c049926 573e62f Author: Aaron Larisch <[email protected]> Date: Thu Oct 31 13:57:01 2019 +0100 Merge branch 'master' into add-ecdsa-support commit c049926 Merge: 6a6d6c4 c431615 Author: Aaron Larisch <[email protected]> Date: Thu Oct 31 13:55:28 2019 +0100 Merge pull request #1 from mhofer117/tls-sni-ecdsa Change line endings in functions.inc.php back to CRLF commit c431615 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 19:02:17 2019 +0200 remove empty docker-entrypoint.sh commit efd6cd1 Merge: a2a0821 6a6d6c4 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 19:00:07 2019 +0200 Merge remote-tracking branch 'OpenLarry/add-ecdsa-support' into tls-sni-ecdsa # Conflicts: # data/Dockerfiles/acme/docker-entrypoint.sh # data/conf/dovecot/dovecot.conf # data/conf/nginx/site.conf # data/conf/postfix/main.cf # data/web/inc/ajax/dns_diagnostics.php # data/web/inc/functions.inc.php # docker-compose.yml # generate_config.sh # update.sh commit a2a0821 Merge: 4a62809 05e7c95 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 18:50:16 2019 +0200 Merge branch 'tls-sni' into tls-sni-ecdsa commit 4a62809 Author: Marcel Hofer <[email protected]> Date: Sat Oct 19 13:04:02 2019 +0200 [SSL] add optional ecdsa certs in addition to rsa certs commit 6a6d6c4 Merge: 351abd2 9f66b83 Author: Aaron Larisch <[email protected]> Date: Tue Oct 1 11:01:28 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 351abd2 Merge: eddb269 0485379 Author: Aaron Larisch <[email protected]> Date: Mon Sep 9 17:40:47 2019 +0200 Merge branch 'master' into add-ecdsa-support commit eddb269 Merge: 9d13ead 6e82a35 Author: Aaron Larisch <[email protected]> Date: Thu Aug 29 11:36:03 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 9d13ead Merge: 478c4d1 f21cf13 Author: Aaron Larisch <[email protected]> Date: Thu Aug 8 13:22:58 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 478c4d1 Merge: 46dbf3b 7665cc2 Author: Aaron Larisch <[email protected]> Date: Thu Jun 27 14:49:09 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 46dbf3b Merge: 680a272 69fb7f7 Author: Aaron Larisch <[email protected]> Date: Fri May 31 12:33:32 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 680a272 Merge: f69559f b20ff13 Author: Aaron Larisch <[email protected]> Date: Tue May 7 12:29:34 2019 +0200 Merge branch 'master' into add-ecdsa-support commit f69559f Merge: 3e8a958 cd88165 Author: Aaron Larisch <[email protected]> Date: Mon Apr 15 12:55:41 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 3e8a958 Merge: 956a487 4aae727 Author: Aaron <[email protected]> Date: Mon Mar 18 16:52:37 2019 +0100 Merge branch 'master' into add-ecdsa-support commit 956a487 Author: Aaron Larisch <[email protected]> Date: Sun Mar 17 12:34:56 2019 +0100 Set SKIP_ECDSA_CERT to y by default commit 7103fe7 Author: Aaron Larisch <[email protected]> Date: Sun Mar 17 11:05:05 2019 +0100 Add SKIP_ECDSA_CERT config parameter commit 91fca4f Author: Aaron Larisch <[email protected]> Date: Sat Mar 16 18:48:28 2019 +0100 Show TLSA records for ECDSA certificates in DNS diagnostics commit cc521b0 Author: Aaron Larisch <[email protected]> Date: Sat Mar 16 13:04:03 2019 +0100 Add ECDSA support Co-authored-by: Marcel Hofer <[email protected]>
OpenLarry
added a commit
that referenced
this pull request
Mar 19, 2023
This is a squashed commit of the following: commit db8051bc234c5fa67aa87a7a94f9e89eaf0e7dac Merge: 2634fdf 0402068 Author: Aaron Larisch <[email protected]> Date: Tue May 24 20:44:38 2022 +0200 Merge branch 'master' into add-ecdsa-support commit 2634fdf Merge: 0962b90 116c791 Author: Aaron Larisch <[email protected]> Date: Wed Nov 10 08:53:21 2021 +0100 Merge branch 'master' into add-ecdsa-support commit 0962b90 Merge: 6152271 d90d4f9 Author: Aaron Larisch <[email protected]> Date: Wed Jun 9 11:33:34 2021 +0200 Merge branch 'master' into add-ecdsa-support commit 6152271 Merge: 72261e6 6426476 Author: Aaron Larisch <[email protected]> Date: Fri Feb 26 18:20:30 2021 +0100 Merge branch 'master' into add-ecdsa-support commit 72261e6 Merge: 3a1cce2 0846013 Author: Aaron Larisch <[email protected]> Date: Wed Dec 16 21:33:55 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 3a1cce2 Merge: 6a01796 c1034b8 Author: Aaron Larisch <[email protected]> Date: Tue Sep 15 10:51:32 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 6a01796 Merge: 812adb0 9685b4b Author: Aaron Larisch <[email protected]> Date: Tue Jul 21 14:07:56 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 812adb0 Author: Aaron Larisch <[email protected]> Date: Sun Jul 5 00:12:21 2020 +0200 Fix TLSA records for ECDSA and RSA certs in DNS diagnostics Disables TLS 1.3 for the test connection to limit to RSA or ECDSA ciphers. commit 83c9769 Merge: 6fb29ab becc505 Author: Aaron Larisch <[email protected]> Date: Sat Jul 4 23:03:45 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 6fb29ab Merge: 3131e17 b933a30 Author: Aaron Larisch <[email protected]> Date: Thu May 21 11:34:30 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 3131e17 Merge: 1929216 7fa10cc Author: Aaron Larisch <[email protected]> Date: Thu Apr 16 18:20:39 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 1929216 Merge: a0edf84 a9947e9 Author: Aaron Larisch <[email protected]> Date: Sat Mar 21 08:38:07 2020 +0100 Merge branch 'master' into add-ecdsa-support commit a0edf84 Merge: 6152b42 b5c844d Author: Aaron Larisch <[email protected]> Date: Thu Feb 13 13:52:09 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 6152b42 Merge: 85b791b e6bb306 Author: Aaron Larisch <[email protected]> Date: Wed Jan 15 10:14:18 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 85b791b Merge: c233993 ff74b8a Author: Aaron Larisch <[email protected]> Date: Tue Dec 17 15:21:10 2019 +0100 Merge branch 'master' into add-ecdsa-support commit c233993 Merge: eee0238 4e8b2bf Author: Aaron Larisch <[email protected]> Date: Sat Dec 7 17:17:05 2019 +0100 Merge branch 'master' into add-ecdsa-support commit eee0238 Merge: 9e1ff33 1d1a9a2 Author: Aaron Larisch <[email protected]> Date: Fri Nov 8 12:53:51 2019 +0100 Merge branch 'master' into add-ecdsa-support commit 9e1ff33 Merge: ab16425 ea4da60 Author: Aaron Larisch <[email protected]> Date: Fri Nov 1 16:06:41 2019 +0100 Merge branch 'master' into add-ecdsa-support commit ab16425 Merge: c049926 573e62f Author: Aaron Larisch <[email protected]> Date: Thu Oct 31 13:57:01 2019 +0100 Merge branch 'master' into add-ecdsa-support commit c049926 Merge: 6a6d6c4 c431615 Author: Aaron Larisch <[email protected]> Date: Thu Oct 31 13:55:28 2019 +0100 Merge pull request #1 from mhofer117/tls-sni-ecdsa Change line endings in functions.inc.php back to CRLF commit c431615 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 19:02:17 2019 +0200 remove empty docker-entrypoint.sh commit efd6cd1 Merge: a2a0821 6a6d6c4 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 19:00:07 2019 +0200 Merge remote-tracking branch 'OpenLarry/add-ecdsa-support' into tls-sni-ecdsa # Conflicts: # data/Dockerfiles/acme/docker-entrypoint.sh # data/conf/dovecot/dovecot.conf # data/conf/nginx/site.conf # data/conf/postfix/main.cf # data/web/inc/ajax/dns_diagnostics.php # data/web/inc/functions.inc.php # docker-compose.yml # generate_config.sh # update.sh commit a2a0821 Merge: 4a62809 05e7c95 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 18:50:16 2019 +0200 Merge branch 'tls-sni' into tls-sni-ecdsa commit 4a62809 Author: Marcel Hofer <[email protected]> Date: Sat Oct 19 13:04:02 2019 +0200 [SSL] add optional ecdsa certs in addition to rsa certs commit 6a6d6c4 Merge: 351abd2 9f66b83 Author: Aaron Larisch <[email protected]> Date: Tue Oct 1 11:01:28 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 351abd2 Merge: eddb269 0485379 Author: Aaron Larisch <[email protected]> Date: Mon Sep 9 17:40:47 2019 +0200 Merge branch 'master' into add-ecdsa-support commit eddb269 Merge: 9d13ead 6e82a35 Author: Aaron Larisch <[email protected]> Date: Thu Aug 29 11:36:03 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 9d13ead Merge: 478c4d1 f21cf13 Author: Aaron Larisch <[email protected]> Date: Thu Aug 8 13:22:58 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 478c4d1 Merge: 46dbf3b 7665cc2 Author: Aaron Larisch <[email protected]> Date: Thu Jun 27 14:49:09 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 46dbf3b Merge: 680a272 69fb7f7 Author: Aaron Larisch <[email protected]> Date: Fri May 31 12:33:32 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 680a272 Merge: f69559f b20ff13 Author: Aaron Larisch <[email protected]> Date: Tue May 7 12:29:34 2019 +0200 Merge branch 'master' into add-ecdsa-support commit f69559f Merge: 3e8a958 cd88165 Author: Aaron Larisch <[email protected]> Date: Mon Apr 15 12:55:41 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 3e8a958 Merge: 956a487 4aae727 Author: Aaron <[email protected]> Date: Mon Mar 18 16:52:37 2019 +0100 Merge branch 'master' into add-ecdsa-support commit 956a487 Author: Aaron Larisch <[email protected]> Date: Sun Mar 17 12:34:56 2019 +0100 Set SKIP_ECDSA_CERT to y by default commit 7103fe7 Author: Aaron Larisch <[email protected]> Date: Sun Mar 17 11:05:05 2019 +0100 Add SKIP_ECDSA_CERT config parameter commit 91fca4f Author: Aaron Larisch <[email protected]> Date: Sat Mar 16 18:48:28 2019 +0100 Show TLSA records for ECDSA certificates in DNS diagnostics commit cc521b0 Author: Aaron Larisch <[email protected]> Date: Sat Mar 16 13:04:03 2019 +0100 Add ECDSA support Co-authored-by: Marcel Hofer <[email protected]>
OpenLarry
added a commit
that referenced
this pull request
Jan 24, 2024
This is a squashed commit of the following: commit db8051bc234c5fa67aa87a7a94f9e89eaf0e7dac Merge: 2634fdf 0402068 Author: Aaron Larisch <[email protected]> Date: Tue May 24 20:44:38 2022 +0200 Merge branch 'master' into add-ecdsa-support commit 2634fdf Merge: 0962b90 116c791 Author: Aaron Larisch <[email protected]> Date: Wed Nov 10 08:53:21 2021 +0100 Merge branch 'master' into add-ecdsa-support commit 0962b90 Merge: 6152271 d90d4f9 Author: Aaron Larisch <[email protected]> Date: Wed Jun 9 11:33:34 2021 +0200 Merge branch 'master' into add-ecdsa-support commit 6152271 Merge: 72261e6 6426476 Author: Aaron Larisch <[email protected]> Date: Fri Feb 26 18:20:30 2021 +0100 Merge branch 'master' into add-ecdsa-support commit 72261e6 Merge: 3a1cce2 0846013 Author: Aaron Larisch <[email protected]> Date: Wed Dec 16 21:33:55 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 3a1cce2 Merge: 6a01796 c1034b8 Author: Aaron Larisch <[email protected]> Date: Tue Sep 15 10:51:32 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 6a01796 Merge: 812adb0 9685b4b Author: Aaron Larisch <[email protected]> Date: Tue Jul 21 14:07:56 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 812adb0 Author: Aaron Larisch <[email protected]> Date: Sun Jul 5 00:12:21 2020 +0200 Fix TLSA records for ECDSA and RSA certs in DNS diagnostics Disables TLS 1.3 for the test connection to limit to RSA or ECDSA ciphers. commit 83c9769 Merge: 6fb29ab becc505 Author: Aaron Larisch <[email protected]> Date: Sat Jul 4 23:03:45 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 6fb29ab Merge: 3131e17 b933a30 Author: Aaron Larisch <[email protected]> Date: Thu May 21 11:34:30 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 3131e17 Merge: 1929216 7fa10cc Author: Aaron Larisch <[email protected]> Date: Thu Apr 16 18:20:39 2020 +0200 Merge branch 'master' into add-ecdsa-support commit 1929216 Merge: a0edf84 a9947e9 Author: Aaron Larisch <[email protected]> Date: Sat Mar 21 08:38:07 2020 +0100 Merge branch 'master' into add-ecdsa-support commit a0edf84 Merge: 6152b42 b5c844d Author: Aaron Larisch <[email protected]> Date: Thu Feb 13 13:52:09 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 6152b42 Merge: 85b791b e6bb306 Author: Aaron Larisch <[email protected]> Date: Wed Jan 15 10:14:18 2020 +0100 Merge branch 'master' into add-ecdsa-support commit 85b791b Merge: c233993 ff74b8a Author: Aaron Larisch <[email protected]> Date: Tue Dec 17 15:21:10 2019 +0100 Merge branch 'master' into add-ecdsa-support commit c233993 Merge: eee0238 4e8b2bf Author: Aaron Larisch <[email protected]> Date: Sat Dec 7 17:17:05 2019 +0100 Merge branch 'master' into add-ecdsa-support commit eee0238 Merge: 9e1ff33 1d1a9a2 Author: Aaron Larisch <[email protected]> Date: Fri Nov 8 12:53:51 2019 +0100 Merge branch 'master' into add-ecdsa-support commit 9e1ff33 Merge: ab16425 ea4da60 Author: Aaron Larisch <[email protected]> Date: Fri Nov 1 16:06:41 2019 +0100 Merge branch 'master' into add-ecdsa-support commit ab16425 Merge: c049926 573e62f Author: Aaron Larisch <[email protected]> Date: Thu Oct 31 13:57:01 2019 +0100 Merge branch 'master' into add-ecdsa-support commit c049926 Merge: 6a6d6c4 c431615 Author: Aaron Larisch <[email protected]> Date: Thu Oct 31 13:55:28 2019 +0100 Merge pull request #1 from mhofer117/tls-sni-ecdsa Change line endings in functions.inc.php back to CRLF commit c431615 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 19:02:17 2019 +0200 remove empty docker-entrypoint.sh commit efd6cd1 Merge: a2a0821 6a6d6c4 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 19:00:07 2019 +0200 Merge remote-tracking branch 'OpenLarry/add-ecdsa-support' into tls-sni-ecdsa # Conflicts: # data/Dockerfiles/acme/docker-entrypoint.sh # data/conf/dovecot/dovecot.conf # data/conf/nginx/site.conf # data/conf/postfix/main.cf # data/web/inc/ajax/dns_diagnostics.php # data/web/inc/functions.inc.php # docker-compose.yml # generate_config.sh # update.sh commit a2a0821 Merge: 4a62809 05e7c95 Author: Marcel Hofer <[email protected]> Date: Sun Oct 20 18:50:16 2019 +0200 Merge branch 'tls-sni' into tls-sni-ecdsa commit 4a62809 Author: Marcel Hofer <[email protected]> Date: Sat Oct 19 13:04:02 2019 +0200 [SSL] add optional ecdsa certs in addition to rsa certs commit 6a6d6c4 Merge: 351abd2 9f66b83 Author: Aaron Larisch <[email protected]> Date: Tue Oct 1 11:01:28 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 351abd2 Merge: eddb269 0485379 Author: Aaron Larisch <[email protected]> Date: Mon Sep 9 17:40:47 2019 +0200 Merge branch 'master' into add-ecdsa-support commit eddb269 Merge: 9d13ead 6e82a35 Author: Aaron Larisch <[email protected]> Date: Thu Aug 29 11:36:03 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 9d13ead Merge: 478c4d1 f21cf13 Author: Aaron Larisch <[email protected]> Date: Thu Aug 8 13:22:58 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 478c4d1 Merge: 46dbf3b 7665cc2 Author: Aaron Larisch <[email protected]> Date: Thu Jun 27 14:49:09 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 46dbf3b Merge: 680a272 69fb7f7 Author: Aaron Larisch <[email protected]> Date: Fri May 31 12:33:32 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 680a272 Merge: f69559f b20ff13 Author: Aaron Larisch <[email protected]> Date: Tue May 7 12:29:34 2019 +0200 Merge branch 'master' into add-ecdsa-support commit f69559f Merge: 3e8a958 cd88165 Author: Aaron Larisch <[email protected]> Date: Mon Apr 15 12:55:41 2019 +0200 Merge branch 'master' into add-ecdsa-support commit 3e8a958 Merge: 956a487 4aae727 Author: Aaron <[email protected]> Date: Mon Mar 18 16:52:37 2019 +0100 Merge branch 'master' into add-ecdsa-support commit 956a487 Author: Aaron Larisch <[email protected]> Date: Sun Mar 17 12:34:56 2019 +0100 Set SKIP_ECDSA_CERT to y by default commit 7103fe7 Author: Aaron Larisch <[email protected]> Date: Sun Mar 17 11:05:05 2019 +0100 Add SKIP_ECDSA_CERT config parameter commit 91fca4f Author: Aaron Larisch <[email protected]> Date: Sat Mar 16 18:48:28 2019 +0100 Show TLSA records for ECDSA certificates in DNS diagnostics commit cc521b0 Author: Aaron Larisch <[email protected]> Date: Sat Mar 16 13:04:03 2019 +0100 Add ECDSA support Co-authored-by: Marcel Hofer <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have merged all upstream changes and integrated your ecdsa certs into the TLS-SNI changes.