summaryrefslogtreecommitdiff
path: root/usr/src/man/man3lib
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2019-08-29 12:07:33 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2019-08-29 12:07:33 +0000
commit40781992661b2626691b6b26740cf8f1605855e8 (patch)
treed994c0951cf9d1ddf46da57af2a8020365c783a1 /usr/src/man/man3lib
parent8854c9be792aa0a2df2e16e3e0797838559f16c6 (diff)
parent75f3d687b66304117c7ea9676a959382b37e6ad4 (diff)
downloadillumos-joyent-40781992661b2626691b6b26740cf8f1605855e8.tar.gz
[illumos-gate merge]
commit 75f3d687b66304117c7ea9676a959382b37e6ad4 11112 sys/null.h: make NULL void * commit 57d1724de89ec4a493f9795169bfee3f470b7c6d 11635 ip: passing argument 2 of 'cc_cong_signal' makes integer from pointer without a cast commit b77a2dc4455ca028e52fdf96385a530a2d168316 11628 typos detected by mandoc style commit b8dadaa8b0556cca0e965ddc197acacafeb40980 11621 fmadm and fmstat document privileges incorrectly commit 727feae5cc0661f4ec44e87b934863693bedf87d 10622 ZFS should still check paths for devices that have no devid commit e2f631f93662311389118b220daa637b16a612ac 11576 Want support for ahci LED entries in topo Conflicts: usr/src/man/man5/privileges.5
Diffstat (limited to 'usr/src/man/man3lib')
-rw-r--r--usr/src/man/man3lib/libpkcs11.3lib21
1 files changed, 10 insertions, 11 deletions
diff --git a/usr/src/man/man3lib/libpkcs11.3lib b/usr/src/man/man3lib/libpkcs11.3lib
index 3de428effd..ac77c1b3a4 100644
--- a/usr/src/man/man3lib/libpkcs11.3lib
+++ b/usr/src/man/man3lib/libpkcs11.3lib
@@ -1,10 +1,11 @@
.\" Copyright (c) 2008, Sun Microsystems, Inc. All rights reserved.
.\" Copyright 2016 Jason King.
+.\" Copyright 2019 Peter Tribble.
.\"
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.Dd Oct 19, 2016
+.Dd Aug 27, 2019
.Dt LIBPKCS11 3LIB
.Os
.Sh NAME
@@ -59,7 +60,8 @@ environment variables are used to specify an alternate token object store.
A user can specify either slot-description in
.Ev ${METASLOT_OBJECTSTORE_SLOT}
or token-label in
-.Ev ${METASLOT_OBJECTSTORE_TOKEN} , or both.
+.Ev ${METASLOT_OBJECTSTORE_TOKEN} ,
+or both.
Valid values for slot-description and token-label are available from output of
the command:
.Bd -literal -offset indent
@@ -95,7 +97,7 @@ the policy set by
.Lp
This library provides entry points for all PKCS#11 v2.40 functions.
See the PKCS#11 v2.40 specifications at
-.Lk http://www.oasis-open.org.
+.Lk http://www.oasis-open.org .
.Lp
Plug-ins are added to
.Nm
@@ -108,7 +110,7 @@ The available mechanisms are administered by the
.Xr cryptoadm 1M
utility.
.Lp
-Plug-ins must have all of their library dependancies specified, including
+Plug-ins must have all of their library dependencies specified, including
.Xr libc 3LIB .
Libraries that have unresolved symbols, including those from
.Xr libc 3LIB ,
@@ -206,9 +208,6 @@ The SUNW Extension functions are MT-Safe.
The PKCS#11 Standard functions are MT-Safe with exceptions.
See Section 2.5.3 of PKCS#11 Cryptographic Token Usage Guide v2.40 and
Section 5.1.5 of PKCS#11 Cryptographic Token Interface Base Standard v2.40
-.Sh STANDARD
-The PKCS#11 Standard functions conform to PKCS#11 Cryptographic Token
-Interface Profiles v2.40 Extended Provider.
.Sh SEE ALSO
.Xr cryptoadm 1M ,
.Xr pkgadd 1M ,
@@ -230,6 +229,9 @@ Interface Profiles v2.40 Extended Provider.
.%T "PKCS#11 Cryptographic Token Interface Usage Guide v2.40"
.%U http://docs.oasis-open.org/pkcs11/pkcs11-ug/v2.40/pkcs11-ug-v2.40.html
.Re
+.Sh STANDARDS
+The PKCS#11 Standard functions conform to PKCS#11 Cryptographic Token
+Interface Profiles v2.40 Extended Provider.
.Sh NOTES
If an application calls
.Fn C_WaitForSlotEvent
@@ -245,11 +247,8 @@ is set,
returns
.Dv CKR_FUNCTION_FAILED .
.Lp
-The PKCS#11 library does not work with Netscape 4.\fIx\fR but does work with
-more recent versions of Netscape and Mozilla.
-.Lp
Because
-.Fn C_Initalize
+.Fn C_Initialize
might have been called by both an application and a
library, it is not safe for a library or its plugins to call
.Fn C_Finalize .