summaryrefslogtreecommitdiff
path: root/tests/vircryptotest.c
Commit message (Expand)AuthorAgeFilesLines
* vircryptotest: Fix cipher test typo aes265cbc -> aes256cbcMartin Kletzander2023-04-031-1/+1
* util: Remove use of virCryptoHaveCipher(VIR_CRYPTO_CIPHER_AES256CBC)Peter Krempa2021-09-221-5/+0
* tests: vir: remove pointless labelsJán Tomko2021-09-091-15/+8
* tests: vir: use g_autofreeJán Tomko2021-09-091-8/+4
* vircryptotest: Directly assign string to avoid memcpyTim Wiederhake2021-02-021-4/+1
* tests: use g_new0 instead of VIR_ALLOC_NJán Tomko2020-09-231-3/+2
* tests: Add lib- prefix to all mocksRoman Bolshakov2019-08-231-1/+1
* src: Drop most of #ifdef WITH_GNUTLSMichal Privoznik2018-06-051-17/+7
* virRandomBytes: Fix return valueMichal Privoznik2018-06-051-2/+2
* Skip vircryptotest and virfilecachetest without gnutlsJán Tomko2018-05-161-8/+18
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-20/+20
* tests: Rename VIRT_TEST_* macros to VIR_TEST_*Andrea Bolognani2017-04-041-1/+1
* tests: Rename virtTestRun to virTestRun.Tomáš Ryšavý2016-06-081-2/+2
* util: Perform proper virRandomBytes return value checkingJohn Ferlan2016-06-071-2/+4
* util: Introduce encryption APIsJohn Ferlan2016-05-201-1/+91
* Add helper APIs for generating cryptographic hashesDaniel P. Berrange2014-03-101-0/+90