Two new manual pages X509_TRUST_set(3) and X509_check_trust(3)
authorschwarze <schwarze@openbsd.org>
Sat, 24 Jul 2021 14:33:14 +0000 (14:33 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 24 Jul 2021 14:33:14 +0000 (14:33 +0000)
commit045d4b691f74fd48a1dd311cb1370bda589d0c2f
tree93b0fabf1a089dfbfca5fb4c80ac2da2f4b3cc8c
parent8ec849bc4905e4320cfc584628ae760d34e3f339
Two new manual pages X509_TRUST_set(3) and X509_check_trust(3)
documenting ten functions related to X509_TRUST objects,
trust identifiers, and trust indices.
lib/libcrypto/man/Makefile
lib/libcrypto/man/PEM_read_bio_PrivateKey.3
lib/libcrypto/man/X509_CINF_new.3
lib/libcrypto/man/X509_TRUST_set.3 [new file with mode: 0644]
lib/libcrypto/man/X509_add1_trust_object.3
lib/libcrypto/man/X509_check_purpose.3
lib/libcrypto/man/X509_check_trust.3 [new file with mode: 0644]
lib/libcrypto/man/X509_new.3