Re: Use of SSL as a VPN

From: Matthew Lange (mmlange@yahoo.com)
Date: 02/17/03


From: Matthew Lange <mmlange@yahoo.com>
Date: Mon, 17 Feb 2003 17:53:43 GMT

dazedandconfused wrote:
> I'm not a cryptographer either, but I can tell you that there is a
> perceived deficiency in SSL because of its use of MD5 for generating
> key material. According to this document, TLS is ok though.
I agree. We've mandated the use of SHA-1 because of perceived problems
with MD5.

The real problem we're trying to solve here is the perfect forward
secrecy (PFS) issue. We don't doubt the strength of the crypto in SSL
itself, but we *are* extremely concerned about the exchange of the
master secret and pre-master secrets...and the compromise of those keys.

If we *were* to use EDH with SSL, we're also concerned that the key
length is mandated (by way of RFC, CPU constraints, and possibly export
restrictions) to 512 bits or less. A lot of regulations suggest that
anything less than 1,024 bits is bad, though they don't make specific
mention of the type of crypto (RSA vs DH). This again relates to our
question about PFS with SSL using DH.

Any insight that anybody has about these issues would be greatly
appreciated.

- Matt



Relevant Pages

  • Re: Use of SSL as a VPN
    ... We don't doubt the strength of the crypto in SSL ... >question about PFS with SSL using DH. ... If you're really so concerned about PFS, why not generate a new RSA key in a ...
    (sci.crypt)
  • Re: ADFS Not Compatible with FIPS?
    ... There are basically two parts to ADFS ... crypto. ... The SSL stuff is all implemented at the Windows level by IIS and happens ... the AES algorithm, but it is not a FIPS-compliant algorithm. ...
    (microsoft.public.windows.server.active_directory)
  • Crypto and export laws
    ... crypto-related export control laws in the US and elsewhere. ... understanding, per the PSF's wiki, is that any crypto related and ... this only links to the actual encryption implementation ... installations may include the ssl implementation. ...
    (comp.lang.python)
  • Re: My own e-mail encryption solution
    ... tested C++ libraries such as LibTomCrypt, CryptLib and /or Crypto++. ... Minor misunderstandings of the exact nature of the security can lead to catastrophic security failures as happened in SSL v2. ...
    (sci.crypt)
  • Re: SSPI and Crypto
    ... In windows, is SSPI the only way to invoke SSL? ... Are all the Crypto and SSL calls thread safe? ... you can't encrypt using the same symmetric key at ...
    (microsoft.public.platformsdk.security)