Import the OpenSSL libcrypto tests in a form suitable for our rergress
authormiod <miod@openbsd.org>
Tue, 15 Apr 2014 18:01:15 +0000 (18:01 +0000)
committermiod <miod@openbsd.org>
Tue, 15 Apr 2014 18:01:15 +0000 (18:01 +0000)
commit3c6bd008f1a52abece4d573e6f16dc7a5e8be2bd
treed3fd76e5fa31fe0d4810f0c800aeec3d0d75a61f
parentb4148b700a1c8f291abcf64c42ac3229f9827ca7
Import the OpenSSL libcrypto tests in a form suitable for our rergress
infrastructure.
The following tests have not been imported, for their code lacks a licence:
asn1, rsa, sha256, sha512, wp.
48 files changed:
regress/lib/libcrypto/Makefile [new file with mode: 0644]
regress/lib/libcrypto/bf/Makefile [new file with mode: 0644]
regress/lib/libcrypto/bf/bftest.c [new file with mode: 0644]
regress/lib/libcrypto/bn/Makefile [new file with mode: 0644]
regress/lib/libcrypto/bn/bntest.c [new file with mode: 0644]
regress/lib/libcrypto/cast/Makefile [new file with mode: 0644]
regress/lib/libcrypto/cast/casttest.c [new file with mode: 0644]
regress/lib/libcrypto/des/Makefile [new file with mode: 0644]
regress/lib/libcrypto/des/destest.c [new file with mode: 0644]
regress/lib/libcrypto/dh/Makefile [new file with mode: 0644]
regress/lib/libcrypto/dh/dhtest.c [new file with mode: 0644]
regress/lib/libcrypto/dsa/Makefile [new file with mode: 0644]
regress/lib/libcrypto/dsa/dsatest.c [new file with mode: 0644]
regress/lib/libcrypto/ec/Makefile [new file with mode: 0644]
regress/lib/libcrypto/ec/ectest.c [new file with mode: 0644]
regress/lib/libcrypto/ecdh/Makefile [new file with mode: 0644]
regress/lib/libcrypto/ecdh/ecdhtest.c [new file with mode: 0644]
regress/lib/libcrypto/ecdsa/Makefile [new file with mode: 0644]
regress/lib/libcrypto/ecdsa/ecdsatest.c [new file with mode: 0644]
regress/lib/libcrypto/evp/Makefile [new file with mode: 0644]
regress/lib/libcrypto/evp/evptest.c [new file with mode: 0644]
regress/lib/libcrypto/evp/evptests.txt [new file with mode: 0644]
regress/lib/libcrypto/exp/Makefile [new file with mode: 0644]
regress/lib/libcrypto/exp/exptest.c [new file with mode: 0644]
regress/lib/libcrypto/hmac/Makefile [new file with mode: 0644]
regress/lib/libcrypto/hmac/hmactest.c [new file with mode: 0644]
regress/lib/libcrypto/idea/Makefile [new file with mode: 0644]
regress/lib/libcrypto/idea/ideatest.c [new file with mode: 0644]
regress/lib/libcrypto/ige/Makefile [new file with mode: 0644]
regress/lib/libcrypto/ige/igetest.c [new file with mode: 0644]
regress/lib/libcrypto/md4/Makefile [new file with mode: 0644]
regress/lib/libcrypto/md4/md4test.c [new file with mode: 0644]
regress/lib/libcrypto/md5/Makefile [new file with mode: 0644]
regress/lib/libcrypto/md5/md5test.c [new file with mode: 0644]
regress/lib/libcrypto/mdc2/Makefile [new file with mode: 0644]
regress/lib/libcrypto/mdc2/mdc2test.c [new file with mode: 0644]
regress/lib/libcrypto/rand/Makefile [new file with mode: 0644]
regress/lib/libcrypto/rand/randtest.c [new file with mode: 0644]
regress/lib/libcrypto/rc2/Makefile [new file with mode: 0644]
regress/lib/libcrypto/rc2/rc2test.c [new file with mode: 0644]
regress/lib/libcrypto/rc4/Makefile [new file with mode: 0644]
regress/lib/libcrypto/rc4/rc4test.c [new file with mode: 0644]
regress/lib/libcrypto/rmd/Makefile [new file with mode: 0644]
regress/lib/libcrypto/rmd/rmdtest.c [new file with mode: 0644]
regress/lib/libcrypto/sha/Makefile [new file with mode: 0644]
regress/lib/libcrypto/sha/shatest.c [new file with mode: 0644]
regress/lib/libcrypto/sha1/Makefile [new file with mode: 0644]
regress/lib/libcrypto/sha1/sha1test.c [new file with mode: 0644]