Of these, the handful that I spot-checked are all either down, expired, or have been replaced with certificates for RSA keys.
On Mon, Dec 12, 2011 at 4:37 PM, Chris Palmer <[email protected]> wrote: > Also, FWIW, from the EFF SSL Observatory: > > mysql> select distinct `Subject Public Key Info:Public Key Algorithm` > from valid_certs; > +----------------------------------------------+ > | Subject Public Key Info:Public Key Algorithm | > +----------------------------------------------+ > | rsaEncryption | > | dsaEncryption | > +----------------------------------------------+ > 2 rows in set (4.09 sec) > > mysql> select count(*) from valid_certs where `Subject Public Key > Info:Public Key Algorithm` like '%dsa%'; > +----------+ > | count(*) | > +----------+ > | 25 | > +----------+ > 1 row in set (3.26 sec) _______________________________________________ websec mailing list [email protected] https://www.ietf.org/mailman/listinfo/websec
