)]}'
{
  "commit": "1d7b5b4afdcd76e24ec3678d5418b29d4ff06ad9",
  "tree": "403fca6a61c6ea4bac307c08434b0f0df1ea4b27",
  "parents": [
    "ac1d88784907c9603b3849b2c3043259f75ed2a5"
  ],
  "author": {
    "name": "Daniel P. Berrange",
    "email": "berrange@redhat.com",
    "time": "Thu Oct 15 16:14:42 2015 +0100"
  },
  "committer": {
    "name": "Daniel P. Berrange",
    "email": "berrange@redhat.com",
    "time": "Fri Dec 18 16:25:08 2015 +0000"
  },
  "message": "crypto: add support for loading encrypted x509 keys\n\nMake use of the QCryptoSecret object to support loading of\nencrypted x509 keys. The optional \u0027passwordid\u0027 parameter\nto the tls-creds-x509 object type, provides the ID of a\nsecret object instance that holds the decryption password\nfor the PEM file.\n\n # printf \"123456\" \u003e mypasswd.txt\n # $QEMU \\\n    -object secret,id\u003dsec0,filename\u003dmypasswd.txt \\\n    -object tls-creds-x509,passwordid\u003dsec0,id\u003dcreds0,\\\n            dir\u003d/home/berrange/.pki/qemu,endpoint\u003dserver \\\n    -vnc :1,tls-creds\u003dcreds0\n\nThis requires QEMU to be linked to GNUTLS \u003e\u003d 3.1.11. If\nGNUTLS is too old an error will be reported if an attempt\nis made to pass a decryption password.\n\nReviewed-by: Eric Blake \u003ceblake@redhat.com\u003e\nSigned-off-by: Daniel P. Berrange \u003cberrange@redhat.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "26f18cbb4ab4b48afeab109bbf73d6c1f7e15ea0",
      "old_mode": 33188,
      "old_path": "crypto/tlscredsx509.c",
      "new_id": "d58fdea347c24c62228b4665e9591c710c115948",
      "new_mode": 33188,
      "new_path": "crypto/tlscredsx509.c"
    },
    {
      "type": "modify",
      "old_id": "b9785fddcf7d77ee78e67ce4eb5c7d255082f878",
      "old_mode": 33188,
      "old_path": "include/crypto/tlscredsx509.h",
      "new_id": "25796d7de4bdcacaa9b770d6a3f3eb33ccfba4af",
      "new_mode": 33188,
      "new_path": "include/crypto/tlscredsx509.h"
    },
    {
      "type": "modify",
      "old_id": "f37a2eba02ed29e2615d6ea08845b8e900aa1788",
      "old_mode": 33188,
      "old_path": "qemu-options.hx",
      "new_id": "49afe6cd3b69467ccd3c3e546e1ef21c4e01aa03",
      "new_mode": 33188,
      "new_path": "qemu-options.hx"
    }
  ]
}
