History log of /openbsd-src/regress/lib/libcrypto/asn1/x509_algor.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 00ee6dc4 29-Feb-2024 tb <tb@openbsd.org>

Link x509_algor test statically and switch to the internal
X509_ALGOR_set0_evp_md()


# 379777c0 26-Oct-2023 tb <tb@openbsd.org>

Provide prototype for X509_ALGOR_set_md()

Once we remove X509_ALGOR_set_md() we can link this test statically and use
X509_ALGOR_set_evp_md() but for now make sure the documented workaround for
this

Provide prototype for X509_ALGOR_set_md()

Once we remove X509_ALGOR_set_md() we can link this test statically and use
X509_ALGOR_set_evp_md() but for now make sure the documented workaround for
this garbage API works.

show more ...


# 06de2224 12-Oct-2023 tb <tb@openbsd.org>

x509_algor: fix error message


# 26cc26e1 12-Oct-2023 tb <tb@openbsd.org>

x509_algor: add a few missing includes


# fc20c835 11-Oct-2023 tb <tb@openbsd.org>

x509_algor: Turn expected failure into actual failure now that the API is
fixed.


# 7e2b1f45 11-Oct-2023 tb <tb@openbsd.org>

Add preallocation dance for X509_ALGOR_set_md() as documented


# 414d371c 11-Oct-2023 tb <tb@openbsd.org>

Add regress coverage for X509_ALGOR_*

This covers the setters and getters. Serialization and deserialization as
well as comparison is already well covered by the pieces of regress using
certs.

Ther

Add regress coverage for X509_ALGOR_*

This covers the setters and getters. Serialization and deserialization as
well as comparison is already well covered by the pieces of regress using
certs.

There is currently one printf indicating failure. This will be fixed
shortly.

show more ...