1. 04 Jun, 2014 1 commit
    • Dave Cridland's avatar
      Update shipped truststore to match Mozilla's shipped CAs · 73b59106
      Dave Cridland authored
      I don't think we should be maintaining our own set if at all possible, this
      patch was created by creating a new keystore and inserting every certificate
      from an Ubuntu system's Mozilla ca-certificates set:
      
      rm -f ./src/security/truststore
      for x in /usr/share/ca-certificates/mozilla/*.crt; do
      	y=`basename -s .crt $x`
      	keytool -import -storepass changeit -keystore ./src/security/truststore -alias $y -file $x -noprompt
      done
      73b59106
  2. 02 Jun, 2014 7 commits
  3. 01 Jun, 2014 2 commits
  4. 30 May, 2014 1 commit
  5. 29 May, 2014 3 commits
  6. 27 May, 2014 1 commit
  7. 25 May, 2014 1 commit
  8. 24 May, 2014 1 commit
  9. 21 May, 2014 1 commit
  10. 19 May, 2014 2 commits
  11. 18 May, 2014 4 commits
  12. 17 May, 2014 2 commits
  13. 16 May, 2014 3 commits
  14. 15 May, 2014 2 commits
  15. 13 May, 2014 2 commits
  16. 12 May, 2014 1 commit
  17. 11 May, 2014 1 commit
  18. 10 May, 2014 2 commits
  19. 09 May, 2014 1 commit
  20. 08 May, 2014 2 commits