Skip to content
Snippets Groups Projects
  1. Oct 14, 2013
    • William Roberts's avatar
      tools: Strengthen BEGIN/END CERTIFICATE checks · 14138335
      William Roberts authored
      insertkeys.py used beginswith() when checking that the BEGIN
      and END CERTIFICATE clauses in PEM files were correct. It should
      have done an explicit check on equality.
      
      Change-Id: I5efb48d180bc674e6281a26a955acd248588b8bd
      14138335
  2. Oct 10, 2013
    • Mike Palmiotto's avatar
      tools: Don't error out of insertkeys script on whitespace · 070c01f8
      Mike Palmiotto authored
      Many keys end with whitespace or otherwise have whitespace separating the
      certificates.  If insertkeys is intended to support multiple certificates, we
      should also support blank line separators.
      
      Change-Id: I5fd17be5785ad1b89a6191e9ba33bbc7c5a4e8e9
      070c01f8
  3. Oct 08, 2013
    • William Roberts's avatar
      tools: Correct insert keys behavior on pem files · 1ecb4e8a
      William Roberts authored
      Insert keys would erroneously process pem files
      with openssl headers in them. Also, the tool would
      be fooled into attempting to use pem files that
      had private keys and other things in the format.
      This patch strengthens the formatting requirements
      and increases the verboseness of error messages
      when processing pem files.
      
      Change-Id: I03353faaa641233a000d1a18943024ae47c63e0f
      1ecb4e8a
  4. Aug 08, 2013
  5. Mar 29, 2013
  6. Mar 28, 2013
  7. Mar 27, 2013
  8. Mar 26, 2013
  9. Mar 19, 2013
  10. Dec 08, 2012
Loading