Sat May 2 02:44:36 2009 UTC ()
Document the way to get detached sig files from this library


(agc)
diff -r1.3 -r1.4 src/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3

cvs diff -r1.3 -r1.4 src/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3 (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3 2009/04/28 07:59:35 1.3
+++ src/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3 2009/05/02 02:44:36 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: libnetpgp.3,v 1.3 2009/04/28 07:59:35 wiz Exp $ 1.\" $NetBSD: libnetpgp.3,v 1.4 2009/05/02 02:44:36 agc Exp $
2.\" 2.\"
3.\" Copyright (c) 2009 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This manual page is derived from software contributed to The 6.\" This manual page is derived from software contributed to The
7.\" NetBSD Foundation by Alistair Crooks (agc@NetBSD.org) 7.\" NetBSD Foundation by Alistair Crooks (agc@NetBSD.org)
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -67,27 +67,27 @@ @@ -67,27 +67,27 @@
67.Fc 67.Fc
68.Ft int 68.Ft int
69.Fo netpgp_encrypt_file 69.Fo netpgp_encrypt_file
70.Fa "netpgp_t *netpgp" "char *userid" "char *filename" "char *out" 70.Fa "netpgp_t *netpgp" "char *userid" "char *filename" "char *out"
71.Fa "int armored" 71.Fa "int armored"
72.Fc 72.Fc
73.Ft int 73.Ft int
74.Fo netpgp_decrypt_file 74.Fo netpgp_decrypt_file
75.Fa "netpgp_t *netpgp" "char *filename" "char *out" "int armored" 75.Fa "netpgp_t *netpgp" "char *filename" "char *out" "int armored"
76.Fc 76.Fc
77.Ft int 77.Ft int
78.Fo netpgp_sign_file 78.Fo netpgp_sign_file
79.Fa "netpgp_t *netpgp" "char *userid" "char *filename" "char *out" 79.Fa "netpgp_t *netpgp" "char *userid" "char *filename" "char *out"
80.Fa "int armored" "int cleartext" 80.Fa "int armored" "int cleartext" "int detached"
81.Fc 81.Fc
82.Ft int 82.Ft int
83.Fo netpgp_verify_file 83.Fo netpgp_verify_file
84.Fa "netpgp_t *netpgp" "char *f" "int armored" 84.Fa "netpgp_t *netpgp" "char *f" "int armored"
85.Fc 85.Fc
86.Ft int 86.Ft int
87.Fo netpgp_set_debug 87.Fo netpgp_set_debug
88.Fa "const char *filename" 88.Fa "const char *filename"
89.Fc 89.Fc
90.Ft int 90.Ft int
91.Fo netpgp_get_debug 91.Fo netpgp_get_debug
92.Fa "const char *filename" 92.Fa "const char *filename"
93.Fc 93.Fc