]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-3.5-20190221
authorWietse Venema <wietse@porcupine.org>
Thu, 21 Feb 2019 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Fri, 22 Feb 2019 07:42:11 +0000 (02:42 -0500)
postfix/src/global/mail_version.h
postfix/src/tls/tls_misc.c
postfix/src/tlsproxy/tlsproxy.c

index 1479c94232bd02ced1b7aa7fde0664c593c8f486..654ea75f8dd3ecb04590602d299ed2bd554a198d 100644 (file)
@@ -20,7 +20,7 @@
   * Patches change both the patchlevel and the release date. Snapshots have no
   * patchlevel; they change the release date only.
   */
-#define MAIL_RELEASE_DATE      "20190219"
+#define MAIL_RELEASE_DATE      "20190221"
 #define MAIL_VERSION_NUMBER    "3.5"
 
 #ifdef SNAPSHOT
index 00a8567beb2995bb5b66927f85cb1f2751a2931f..a28623af5e282ca4fde3209f74927bb4ec643eaa 100644 (file)
@@ -701,7 +701,7 @@ static int server_sni_callback(SSL *ssl, int *alert, void *arg)
 
        /*
         * XXX: We could lie and pretend to accept the name, but since we've
-        * previously not impemented the callback (with OpenSSL then
+        * previously not implemented the callback (with OpenSSL then
         * declining the extension), and nothing bad happened, declining it
         * explicitly should be safe.
         */
index f30c0d0dbc38268fff73680a8029e635ab48b1b7..7339da6b9618832822cb2e55d23c6d53c18532fb 100644 (file)
@@ -946,6 +946,7 @@ static int tlsp_client_start_pre_handshake(TLSP_STATE *state)
 {
     state->client_start_props->ctx = state->appl_state;
     state->client_start_props->fd = state->ciphertext_fd;
+    /* These predicates and warning belong inside tls_client_start(). */
     if (!TLS_DANE_BASED(state->client_start_props->tls_level)
        || tls_dane_avail())
        state->tls_context = tls_client_start(state->client_start_props);