Re: Disable weak TLS



<decourl@xxxxxxxxx> wrote:

Hi,

I have a server which advertises STARTTLS and accepts TLS if the
client wishes or accepts in-the-clear otherwise. I need to be able to
disallow negotiation of weak (56 bit or below) encryption without
enforcing a TLS requirement (in-the-clear should still be fine).

Appreciate any info as the FAQ recommends this group for advanced
TLS info.

I'd go with Per, you have a strange requirement.

By default, most use the best encryption available. Does your log really
list 56 bit encryption entries?

If a client can only use 56 bit encryption, I doubt he will fail back
nicely to no starttls if you disable low grade encryption. You'll
probably have to add "Srv_Features:computername S" entries to the access
file to disable STARTTLS for certain clients.

Looking at the code, if you recompile sendmail with -D_FFR_TLS_1, you
will be able to add an "O CipherList=HIGH" options to your sendmail.cf
file to select the encryptions methods availble to the TLS engine. (See
the openssl ciphers manual page for how to write the CipherList=
string.)

I have not tested this. FFR means For Future Release. Or experimental.
Or "you're on your own".

This page explains it with siteconfig and m4 cf exemples (the proper way
to do things):
http://sial.org/howto/sendmail/cipherlist/



.



Relevant Pages

  • Re: Disable weak TLS
    ... I have a server which advertises STARTTLS and accepts TLS if the ... most use the best encryption available. ... If a client can only use 56 bit encryption, I doubt he will fail back ...
    (comp.mail.sendmail)
  • =?ISO-8859-1?Q?Re:_SMTP-Zertifkat_remote_pr=FCfen?=
    ... IMAPS ist zum einen sauber Spezifiziert, es funktioniert, hat ... Der Port *IST* bereits reserviert. ... STARTTLS in IMAP/plain treibt den Aufwand bei der ... um zwischen Plaintext-auth und TLS unterscheiden zu koennen. ...
    (de.comp.security.misc)
  • Re: SMTP-Zertifkat remote =?iso-8859-15?Q?pr=FCfen?=
    ... IMAPS ist zum einen sauber Spezifiziert, es funktioniert, hat ... STARTTLS in IMAP/plain treibt den Aufwand bei der ... um zwischen Plaintext-auth und TLS unterscheiden zu koennen. ... Was fuer ein Bloedsinn. ...
    (de.comp.security.misc)
  • Re: SMTP-Zertifkat remote =?iso-8859-15?Q?pr=FCfen?=
    ... IMAPS ist zum einen sauber Spezifiziert, es funktioniert, hat ... STARTTLS in IMAP/plain treibt den Aufwand bei der ... um zwischen Plaintext-auth und TLS unterscheiden zu koennen. ... Was fuer ein Bloedsinn. ...
    (de.comp.security.misc)
  • Re: Configuring SSL in IIS SMTP
    ... so since I have the combination of IIS with Auth/TLS and Secure ... Channel required working with the offsite client that requires TLS, ... If the SSL checkbox means SSL .. ...
    (microsoft.public.inetserver.iis.smtp_nntp)