| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
It takes too much time and we now know that all covered ciphers can cope
with unaligned input and output on all tested architectures.
|
|
|
|
|
| |
and with an unaligned offset. Let's see if all ciphers on our strict
alignment arches can deal with this.
|
|
|
|
|
|
|
| |
The validation tests are originaly createtd by Steffen Ullrich.
OK tb@
No objection jsing@
|
|
|
|
|
|
|
| |
this means that running the regression test doesn't take forever
because we run a huge dhparam test and openssl speed tests.
ok inoguchi@
|
|
|
|
|
|
|
|
|
|
| |
make OPENSSL=/usr/src/usr.bin/openssl/obj/openssl
actually does the expected thing instead of running a mixture of both the
openssl below /usr/obj and the one below /usr/bin. Found the hard way via
backtraces that made no sense whatsoever.
ok jsing
|
|
|
|
| |
ok beck@
|
| |
|
|
|
|
|
| |
for openssl(1), which is also variable in behaviour between applications
(and currently inconsistent).
|
|
|