Searched hist:b917da4cbd13dae4cda3852d5bdf3725202103ab (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | random-gcrypt.c | b917da4cbd13dae4cda3852d5bdf3725202103ab Sat Oct 31 00:39:52 CDT 2015 Daniel P. Berrange <berrange@redhat.com> crypto: add cryptographic random byte source
There are three backend impls provided. The preferred is gnutls, which is backed by nettle in modern distros. The gcrypt impl is provided for cases where QEMU build against gnutls is disabled, but crypto is still desired. No nettle impl is provided, since it is non-trivial to use the nettle APIs for random numbers. Users of nettle should ensure gnutls is enabled for QEMU.
Reviewed-by: Fam Zheng <famz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
H A D | random-gnutls.c | b917da4cbd13dae4cda3852d5bdf3725202103ab Sat Oct 31 00:39:52 CDT 2015 Daniel P. Berrange <berrange@redhat.com> crypto: add cryptographic random byte source
There are three backend impls provided. The preferred is gnutls, which is backed by nettle in modern distros. The gcrypt impl is provided for cases where QEMU build against gnutls is disabled, but crypto is still desired. No nettle impl is provided, since it is non-trivial to use the nettle APIs for random numbers. Users of nettle should ensure gnutls is enabled for QEMU.
Reviewed-by: Fam Zheng <famz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
/openbmc/qemu/include/crypto/ |
H A D | random.h | b917da4cbd13dae4cda3852d5bdf3725202103ab Sat Oct 31 00:39:52 CDT 2015 Daniel P. Berrange <berrange@redhat.com> crypto: add cryptographic random byte source
There are three backend impls provided. The preferred is gnutls, which is backed by nettle in modern distros. The gcrypt impl is provided for cases where QEMU build against gnutls is disabled, but crypto is still desired. No nettle impl is provided, since it is non-trivial to use the nettle APIs for random numbers. Users of nettle should ensure gnutls is enabled for QEMU.
Reviewed-by: Fam Zheng <famz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
/openbmc/qemu/ |
H A D | configure | b917da4cbd13dae4cda3852d5bdf3725202103ab Sat Oct 31 00:39:52 CDT 2015 Daniel P. Berrange <berrange@redhat.com> crypto: add cryptographic random byte source
There are three backend impls provided. The preferred is gnutls, which is backed by nettle in modern distros. The gcrypt impl is provided for cases where QEMU build against gnutls is disabled, but crypto is still desired. No nettle impl is provided, since it is non-trivial to use the nettle APIs for random numbers. Users of nettle should ensure gnutls is enabled for QEMU.
Reviewed-by: Fam Zheng <famz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|