[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: SSL v IPSEC for management?
Steve,
SSL offers protection against replay, by assuming perfect delivery afforded
over TCP. Thus attacks against the TCP layer can disrupt SSL sessions, and
one is vulnerable to TCP SYN floods, etc. IPsec protects against replay,
but operates below TCP and thus protects against a range of (denial of
sevrice and other) attacks that tacke place at hat layer.
Both protocols can make use of certificates for two-way authentication.
Browsers come equipped with a set of root CA certificates, but generic SSL
implementations need not contain this pre-defined set. Thus, if one makes
use of SSL independent of a browser, one has the same sort of problem as in
an IPsec implementation, i.e., initial acquisition of a CA certificate
suitable for validating certificates issued to the gateway and to the
management station.
Steve
References: