History log of /openbsd/lib/libcrypto/man/X509_get0_signature.3 (Results 1 – 9 of 9)
Revision Date Author Comments
# bdbf14dd 28-Aug-2024 tb <tb@openbsd.org>

Document X509_get0_signature_info()

Loosely based on the OpenSSL 1.1 documentation but extended quite a bit to
explain what the flags mean and what info they do (and do not) convey. With
the usual v

Document X509_get0_signature_info()

Loosely based on the OpenSSL 1.1 documentation but extended quite a bit to
explain what the flags mean and what info they do (and do not) convey. With
the usual valuable feedback from jmc.

ok jmc

show more ...


# 46101aef 16-Mar-2023 job <job@openbsd.org>

Update manpage for X509_CRL_get0_tbs_sigalg()

OK tb@


# d8f5a1e2 06-Jul-2021 schwarze <schwarze@openbsd.org>

document X509_signature_dump(3) and X509_signature_print(3)


# cac24cfe 24-Jun-2020 schwarze <schwarze@openbsd.org>

Properly document the return values of EVP_PKEY_base_id(3)
and EVP_PKEY_id(3), then describe the "type" parameters of
various functions more precisely referencing that information.
In particular, doc

Properly document the return values of EVP_PKEY_base_id(3)
and EVP_PKEY_id(3), then describe the "type" parameters of
various functions more precisely referencing that information.
In particular, document X509_get_signature_type(3) which was
so far missing.
OK tb@

show more ...


# 4b12da35 23-Mar-2018 schwarze <schwarze@openbsd.org>

finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes


# 7fe7dbf7 23-Mar-2018 schwarze <schwarze@openbsd.org>

crypto HISTORY up to 1.0.2; researched from OpenSSL git and OpenBSD CVS


# 15c192ea 24-Feb-2018 schwarze <schwarze@openbsd.org>

In x509.h rev. 1.34 2018/02/22 16:50:30, jsing@ provided
X509_REQ_get_signature_nid(3), in rev. 1.36 2018/02/22 16:58:45
X509_CRL_get_signature_nid(3), and in rev. 1.40 2018/02/22 17:09:28
X509_get0_

In x509.h rev. 1.34 2018/02/22 16:50:30, jsing@ provided
X509_REQ_get_signature_nid(3), in rev. 1.36 2018/02/22 16:58:45
X509_CRL_get_signature_nid(3), and in rev. 1.40 2018/02/22 17:09:28
X509_get0_tbs_sigalg(3). Merge the documentation from OpenSSL.

show more ...


# 9a79e339 22-Feb-2018 schwarze <schwarze@openbsd.org>

In x509.h rev. 1.30 2018/02/20 17:04:58, jsing@ provided
X509_CRL_get0_signature(3) and in rev. 1.31 2018/02/20 17:06:19
X509_REQ_get0_signature(3). Document them.


# 7ecfbc7e 19-Feb-2018 schwarze <schwarze@openbsd.org>

In x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ provided
X509_get0_signature(3). Merge the documentation from OpenSSL.
Rename the file from X509_get_signature_nid.3 to X509_get0_signature.3
for cons

In x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ provided
X509_get0_signature(3). Merge the documentation from OpenSSL.
Rename the file from X509_get_signature_nid.3 to X509_get0_signature.3
for consistency because we are not losing any history yet.

show more ...