summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDiego Louzán <diego.louzan.ext@siemens.com>2019-07-10 21:40:28 +0200
committerDiego Louzán <diego.louzan.ext@siemens.com>2019-08-20 16:13:32 +0200
commit0dcb9d21efc1db97765d82ee39a0f0905ba945ba (patch)
tree48b0fa42bbe0186e28758ba496f45ef11972aed6 /changelogs
parentd8966abd20c860d2f30141f3647f2b81f70b683d (diff)
downloadgitlab-ce-0dcb9d21efc1db97765d82ee39a0f0905ba945ba.tar.gz
feat: SMIME signed notification emails
- Add mail interceptor the signs outgoing email with SMIME - Add lib and helpers to work with SMIME data - New configuration params for setting up SMIME key and cert files
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/feat-smime-signed-notification-emails.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/feat-smime-signed-notification-emails.yml b/changelogs/unreleased/feat-smime-signed-notification-emails.yml
new file mode 100644
index 00000000000..9672d0d964c
--- /dev/null
+++ b/changelogs/unreleased/feat-smime-signed-notification-emails.yml
@@ -0,0 +1,5 @@
+---
+title: Notification emails can be signed with SMIME
+merge_request: 30644
+author: Diego Louzán
+type: added