summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkus <>2006-11-09 09:45:17 +0000
committermarkus <>2006-11-09 09:45:17 +0000
commit74b4b85fca56a31cf3d0a952d8eb83123420b704 (patch)
tree7e471aae5410049b8e67f38f525d1b5bbd5f8ffc
parent66a3c170186c8c029054e600d5940b4bb80de50b (diff)
downloadopenbsd-74b4b85fca56a31cf3d0a952d8eb83123420b704.tar.gz
openbsd-74b4b85fca56a31cf3d0a952d8eb83123420b704.tar.bz2
openbsd-74b4b85fca56a31cf3d0a952d8eb83123420b704.zip
add openssl PEM_* manpages; ok deraadt, hshoexer, djm
-rw-r--r--src/lib/libssl/man/Makefile79
1 files changed, 73 insertions, 6 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile
index 784537b83d..4f08f043a8 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.10 2006/05/12 11:16:58 fkr Exp $ 1# $OpenBSD: Makefile,v 1.11 2006/11/09 09:45:17 markus Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -65,6 +65,7 @@ MANALL= \
65 MD5.cat3 \ 65 MD5.cat3 \
66 OPENSSL_VERSION_NUMBER.cat3 \ 66 OPENSSL_VERSION_NUMBER.cat3 \
67 OpenSSL_add_all_algorithms.cat3 \ 67 OpenSSL_add_all_algorithms.cat3 \
68 PEM_read_bio_PrivateKey.cat3 \
68 RAND_add.cat3 \ 69 RAND_add.cat3 \
69 RAND_bytes.cat3 \ 70 RAND_bytes.cat3 \
70 RAND_cleanup.cat3 \ 71 RAND_cleanup.cat3 \
@@ -231,15 +232,16 @@ PSALL= ${MANALL:S/.cat1/.ps1/g:S/.cat2/.ps2/g:S/.cat3/.ps3/g:S/.cat4/.ps4/g:S/.c
231# des_enc_read, des_enc_write 232# des_enc_read, des_enc_write
232 233
233.for page src in \ 234.for page src in \
235 BF_set_key blowfish \
234 BUF_MEM_new buffer \ 236 BUF_MEM_new buffer \
235 RC4 rc4 \
236 CRYPTO_set_locking_callback threads \ 237 CRYPTO_set_locking_callback threads \
238 HMAC hmac \
239 MD5 md5 \
240 PEM_read_bio_PrivateKey pem \
241 RC4 rc4 \
237 RIPEMD160 ripemd \ 242 RIPEMD160 ripemd \
238 SHA1 sha \ 243 SHA1 sha \
239 MD5 md5 \ 244 des_random_key des
240 HMAC hmac \
241 des_random_key des \
242 BF_set_key blowfish
243 245
244${page}.cat3: ${src}.pod 246${page}.cat3: ${src}.pod
245 ${POD2MAN} --section=3 --name=${page:U} ${.ALLSRC} | \ 247 ${POD2MAN} --section=3 --name=${page:U} ${.ALLSRC} | \
@@ -464,6 +466,71 @@ MLINKS+=\
464 OpenSSL_add_all_algorithms.3 EVP_cleanup.3 \ 466 OpenSSL_add_all_algorithms.3 EVP_cleanup.3 \
465 OpenSSL_add_all_algorithms.3 OpenSSL_add_all_ciphers.3 \ 467 OpenSSL_add_all_algorithms.3 OpenSSL_add_all_ciphers.3 \
466 OpenSSL_add_all_algorithms.3 OpenSSL_add_all_digests.3 \ 468 OpenSSL_add_all_algorithms.3 OpenSSL_add_all_digests.3 \
469 PEM_read_bio_PrivateKey.3 PEM_read_DHparams.3 \
470 PEM_read_bio_PrivateKey.3 PEM_read_DSAPrivateKey.3 \
471 PEM_read_bio_PrivateKey.3 PEM_read_DSA_PUBKEY.3 \
472 PEM_read_bio_PrivateKey.3 PEM_read_DSAparams.3 \
473 PEM_read_bio_PrivateKey.3 PEM_read_NETSCAPE_CERT_SEQUENCE.3 \
474 PEM_read_bio_PrivateKey.3 PEM_read_PKCS7.3 \
475 PEM_read_bio_PrivateKey.3 PEM_read_PUBKEY.3 \
476 PEM_read_bio_PrivateKey.3 PEM_read_PrivateKey.3 \
477 PEM_read_bio_PrivateKey.3 PEM_read_RSAPrivateKey.3 \
478 PEM_read_bio_PrivateKey.3 PEM_read_RSAPublicKey.3 \
479 PEM_read_bio_PrivateKey.3 PEM_read_RSA_PUBKEY.3 \
480 PEM_read_bio_PrivateKey.3 PEM_read_X509.3 \
481 PEM_read_bio_PrivateKey.3 PEM_read_X509_AUX.3 \
482 PEM_read_bio_PrivateKey.3 PEM_read_X509_CRL.3 \
483 PEM_read_bio_PrivateKey.3 PEM_read_X509_REQ.3 \
484 PEM_read_bio_PrivateKey.3 PEM_read_bio_DHparams.3 \
485 PEM_read_bio_PrivateKey.3 PEM_read_bio_DSAPrivateKey.3 \
486 PEM_read_bio_PrivateKey.3 PEM_read_bio_DSA_PUBKEY.3 \
487 PEM_read_bio_PrivateKey.3 PEM_read_bio_DSAparams.3 \
488 PEM_read_bio_PrivateKey.3 PEM_read_bio_NETSCAPE_CERT_SEQUENCE.3 \
489 PEM_read_bio_PrivateKey.3 PEM_read_bio_PKCS7.3 \
490 PEM_read_bio_PrivateKey.3 PEM_read_bio_PUBKEY.3 \
491 PEM_read_bio_PrivateKey.3 PEM_read_bio_RSAPrivateKey.3 \
492 PEM_read_bio_PrivateKey.3 PEM_read_bio_RSAPublicKey.3 \
493 PEM_read_bio_PrivateKey.3 PEM_read_bio_RSA_PUBKEY.3 \
494 PEM_read_bio_PrivateKey.3 PEM_read_bio_X509.3 \
495 PEM_read_bio_PrivateKey.3 PEM_read_bio_X509_AUX.3 \
496 PEM_read_bio_PrivateKey.3 PEM_read_bio_X509_CRL.3 \
497 PEM_read_bio_PrivateKey.3 PEM_read_bio_X509_REQ.3 \
498 PEM_read_bio_PrivateKey.3 PEM_write_DHparams.3 \
499 PEM_read_bio_PrivateKey.3 PEM_write_DSAPrivateKey.3 \
500 PEM_read_bio_PrivateKey.3 PEM_write_DSA_PUBKEY.3 \
501 PEM_read_bio_PrivateKey.3 PEM_write_DSAparams.3 \
502 PEM_read_bio_PrivateKey.3 PEM_write_NETSCAPE_CERT_SEQUENCE.3 \
503 PEM_read_bio_PrivateKey.3 PEM_write_PKCS7.3 \
504 PEM_read_bio_PrivateKey.3 PEM_write_PKCS8PrivateKey.3 \
505 PEM_read_bio_PrivateKey.3 PEM_write_PKCS8PrivateKey_nid.3 \
506 PEM_read_bio_PrivateKey.3 PEM_write_PUBKEY.3 \
507 PEM_read_bio_PrivateKey.3 PEM_write_PrivateKey.3 \
508 PEM_read_bio_PrivateKey.3 PEM_write_RSAPrivateKey.3 \
509 PEM_read_bio_PrivateKey.3 PEM_write_RSAPublicKey.3 \
510 PEM_read_bio_PrivateKey.3 PEM_write_RSA_PUBKEY.3 \
511 PEM_read_bio_PrivateKey.3 PEM_write_X509.3 \
512 PEM_read_bio_PrivateKey.3 PEM_write_X509_AUX.3 \
513 PEM_read_bio_PrivateKey.3 PEM_write_X509_CRL.3 \
514 PEM_read_bio_PrivateKey.3 PEM_write_X509_REQ.3 \
515 PEM_read_bio_PrivateKey.3 PEM_write_X509_REQ_NEW.3 \
516 PEM_read_bio_PrivateKey.3 PEM_write_bio_DHparams.3 \
517 PEM_read_bio_PrivateKey.3 PEM_write_bio_DSAPrivateKey.3 \
518 PEM_read_bio_PrivateKey.3 PEM_write_bio_DSA_PUBKEY.3 \
519 PEM_read_bio_PrivateKey.3 PEM_write_bio_DSAparams.3 \
520 PEM_read_bio_PrivateKey.3 PEM_write_bio_NETSCAPE_CERT_SEQUENCE.3 \
521 PEM_read_bio_PrivateKey.3 PEM_write_bio_PKCS7.3 \
522 PEM_read_bio_PrivateKey.3 PEM_write_bio_PKCS8PrivateKey.3 \
523 PEM_read_bio_PrivateKey.3 PEM_write_bio_PKCS8PrivateKey_nid.3 \
524 PEM_read_bio_PrivateKey.3 PEM_write_bio_PUBKEY.3 \
525 PEM_read_bio_PrivateKey.3 PEM_write_bio_PrivateKey.3 \
526 PEM_read_bio_PrivateKey.3 PEM_write_bio_RSAPrivateKey.3 \
527 PEM_read_bio_PrivateKey.3 PEM_write_bio_RSAPublicKey.3 \
528 PEM_read_bio_PrivateKey.3 PEM_write_bio_RSA_PUBKEY.3 \
529 PEM_read_bio_PrivateKey.3 PEM_write_bio_X509.3 \
530 PEM_read_bio_PrivateKey.3 PEM_write_bio_X509_AUX.3 \
531 PEM_read_bio_PrivateKey.3 PEM_write_bio_X509_CRL.3 \
532 PEM_read_bio_PrivateKey.3 PEM_write_bio_X509_REQ.3 \
533 PEM_read_bio_PrivateKey.3 PEM_write_bio_X509_REQ_NEW.3 \
467 RAND_add.3 RAND_event.3 \ 534 RAND_add.3 RAND_event.3 \
468 RAND_add.3 RAND_screen.3 \ 535 RAND_add.3 RAND_screen.3 \
469 RAND_add.3 RAND_seed.3 \ 536 RAND_add.3 RAND_seed.3 \