diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-07-01 14:29:40 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-07-05 14:50:47 +0200 |
commit | c80220e0556e9b21299a5281f9e3ec1fb1a78676 (patch) | |
tree | 8541509f887d4aec6148a0971b5709c1a52e4218 /README.md | |
parent | 24a7ccb0f0adb935053aa6c5e326150812e94cc5 (diff) | |
download | gnutls-c80220e0556e9b21299a5281f9e3ec1fb1a78676.tar.gz |
tests: added openssl compatibility tests for AES-GCM cipher
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -77,13 +77,13 @@ and polarssl. Debian/Ubuntu: ``` -apt-get install -y valgrind libasan1 nodejs softhsm datefudge lcov +apt-get install -y valgrind libasan1 nodejs softhsm datefudge lcov libssl-dev apt-get install -y dieharder libpolarssl-runtime openssl abi-compliance-checker ``` Fedora/RHEL: ``` -yum install -y valgrind libasan nodejs softhsm datefudge lcov +yum install -y valgrind libasan nodejs softhsm datefudge lcov openssl-devel yum install -y dieharder mbedtls-utils openssl abi-compliance-checker ``` |