diff options
| author | tb <> | 2023-09-25 01:14:34 +0000 |
|---|---|---|
| committer | tb <> | 2023-09-25 01:14:34 +0000 |
| commit | de805f6a027c108e7292c0c5f4bd5be74fd6fde4 (patch) | |
| tree | 0c90055b8753a2c2f45f1f0092fece234da5592c /src/lib/libcrypto/man/Makefile | |
| parent | 3ea71d1778f511b776dc81cb998189a896bda759 (diff) | |
| download | openbsd-de805f6a027c108e7292c0c5f4bd5be74fd6fde4.tar.gz openbsd-de805f6a027c108e7292c0c5f4bd5be74fd6fde4.tar.bz2 openbsd-de805f6a027c108e7292c0c5f4bd5be74fd6fde4.zip | |
Add initial documentation for the RFC 3779 API
This documents the part of the API that allows building the two
extensions. It is all very complicated and the bug density is
quite high. Surely there's lots of room for improvement, but
I've been sitting way too long on versions of these. I'll never
finish. Let's fix and improve in tree.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index ec8d3fe191..ccf0be63fe 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,10 +1,11 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.268 2023/09/09 14:39:09 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.269 2023/09/25 01:14:34 tb Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| 5 | MAN= \ | 5 | MAN= \ |
| 6 | ACCESS_DESCRIPTION_new.3 \ | 6 | ACCESS_DESCRIPTION_new.3 \ |
| 7 | AES_encrypt.3 \ | 7 | AES_encrypt.3 \ |
| 8 | ASIdentifiers_new.3 \ | ||
| 8 | ASN1_BIT_STRING_set.3 \ | 9 | ASN1_BIT_STRING_set.3 \ |
| 9 | ASN1_INTEGER_get.3 \ | 10 | ASN1_INTEGER_get.3 \ |
| 10 | ASN1_NULL_new.3 \ | 11 | ASN1_NULL_new.3 \ |
| @@ -389,6 +390,8 @@ MAN= \ | |||
| 389 | X509_verify_cert.3 \ | 390 | X509_verify_cert.3 \ |
| 390 | X509at_add1_attr.3 \ | 391 | X509at_add1_attr.3 \ |
| 391 | X509at_get_attr.3 \ | 392 | X509at_get_attr.3 \ |
| 393 | X509v3_addr_add_inherit.3 \ | ||
| 394 | X509v3_asid_add_id_or_range.3 \ | ||
| 392 | X509v3_get_ext_by_NID.3 \ | 395 | X509v3_get_ext_by_NID.3 \ |
| 393 | a2d_ASN1_OBJECT.3 \ | 396 | a2d_ASN1_OBJECT.3 \ |
| 394 | crypto.3 \ | 397 | crypto.3 \ |
| @@ -431,8 +434,8 @@ MAN= \ | |||
| 431 | i2d_PKCS7_bio_stream.3 \ | 434 | i2d_PKCS7_bio_stream.3 \ |
| 432 | lh_new.3 \ | 435 | lh_new.3 \ |
| 433 | lh_stats.3 \ | 436 | lh_stats.3 \ |
| 434 | s2i_ASN1_INTEGER.3 \ | ||
| 435 | openssl.cnf.5 \ | 437 | openssl.cnf.5 \ |
| 438 | s2i_ASN1_INTEGER.3 \ | ||
| 436 | x509v3.cnf.5 | 439 | x509v3.cnf.5 |
| 437 | 440 | ||
| 438 | all clean cleandir depend includes obj tags: | 441 | all clean cleandir depend includes obj tags: |
