crq_key_id x509sign-verify cve-2009-1415 cve-2009-1416 \
crq_apis init_roundtrip pkcs12_s2k_pem dn2 mini-eagain \
nul-in-x509-names x509_altname pkcs12_encode mini-x509 \
- mini-x509-rehandshake rng-fork mini-eagain-dtls cipher-test \
+ mini-x509-rehandshake rng-fork mini-eagain-dtls \
x509cert x509cert-tl infoaccess
if ENABLE_OPENSSL
LDADD = ../libutils.la \
../../lib/libgnutls.la $(LTLIBGCRYPT) $(LIBSOCKET)
-ctests = gendh keygen
+ctests = gendh keygen cipher-test
check_PROGRAMS = $(ctests)
TESTS = $(ctests)
-/*
- * Demo on how to use /dev/ncr device for HMAC.
- *
- * Placed under public domain.
- *
- */
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <gnutls/gnutls.h>
#include <gnutls/crypto.h>
+/* This does check the AES and SHA implementation against test vectors.
+ * This should not run under valgrind in order to use the native
+ * cpu instructions (AES-NI or padlock).
+ */
+
struct aes_vectors_st
{
const uint8_t *key;