Secondo Blog di Chromium , Google Chrome 39 con certificato SHA-1 mostrerà un'icona gialla, ma il mio Google Chrome mostra:
Google Chrome (39.0.2171.99 (64-bit) su Ubuntu 12.04)
Ho confermato che è SHA-1 di OpenSSL:
$ openssl s_client -showcerts -connect www.google.com:443 2>&1 < /dev/null | \
  openssl x509 -text | \
  grep 'Signature Algorithm' 
    Signature Algorithm: sha1WithRSAEncryption
    Signature Algorithm: sha1WithRSAEncryption