History log of /openbsd-src/regress/lib/libcrypto/dsa/dsatest.c (Results 1 – 11 of 11)
Revision Date Author Comments
# a1db1954 29-Feb-2024 tb <tb@openbsd.org>

CRYPTO_mem_leaks* will go away. Remove calls in legacy tests


# 21b7c6ba 19-Nov-2023 tb <tb@openbsd.org>

Unifdef OPENSSL_NO_ENGINE in libcrypto regress


# d42dedfe 20-Aug-2023 tb <tb@openbsd.org>

Another OPENSSL_NO_DEPRECATED hits the bit bucket


# c75241f9 12-Aug-2023 tb <tb@openbsd.org>

Check that {DH,DSA}_get0_engine() returns NULL if OPENSSL_NO_ENGINE is
defined.


# 386a8f7d 12-Jan-2022 tb <tb@openbsd.org>

Rework dsatest to use accessors and link statically for now


# 7b57ed75 18-Nov-2021 tb <tb@openbsd.org>

dsatest: make this work with opaque BN. Some more fixes will be needed
for opaque DSA. I'll deal with that later. I also lobbed a KNF grenade
in here.


# 657b055c 17-Jul-2018 tb <tb@openbsd.org>

Add missing $OpenBSD$ markers.


# 1b2bbd6a 30-Jun-2016 bcook <bcook@openbsd.org>

Remove flags for disabling constant-time operations.

This removes support for DSA_FLAG_NO_EXP_CONSTTIME, DH_FLAG_NO_EXP_CONSTTIME,
and RSA_FLAG_NO_CONSTTIME flags, making all of these operations unc

Remove flags for disabling constant-time operations.

This removes support for DSA_FLAG_NO_EXP_CONSTTIME, DH_FLAG_NO_EXP_CONSTTIME,
and RSA_FLAG_NO_CONSTTIME flags, making all of these operations unconditionally
constant-time.

Based on the original patch by César Pereid. ok beck@

show more ...


# e4595d04 22-Oct-2014 jsing <jsing@openbsd.org>

None of these need <openssl/rand.h>


# a9e51476 01-Jun-2014 miod <miod@openbsd.org>

Build these tests with WARNINGS=Yes and -Werror, and do the necessary
fixes to keep building.


# 3c6bd008 15-Apr-2014 miod <miod@openbsd.org>

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.