147e946e7SWyllys Ingersoll /*
247e946e7SWyllys Ingersoll  *		Common Public License Version 0.5
347e946e7SWyllys Ingersoll  *
447e946e7SWyllys Ingersoll  *		THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF
547e946e7SWyllys Ingersoll  *		THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE,
647e946e7SWyllys Ingersoll  *		REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES
747e946e7SWyllys Ingersoll  *		RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
847e946e7SWyllys Ingersoll  *
947e946e7SWyllys Ingersoll  *		1. DEFINITIONS
1047e946e7SWyllys Ingersoll  *
1147e946e7SWyllys Ingersoll  *		"Contribution" means:
1247e946e7SWyllys Ingersoll  *		      a) in the case of the initial Contributor, the
1347e946e7SWyllys Ingersoll  *		      initial code and documentation distributed under
1447e946e7SWyllys Ingersoll  *		      this Agreement, and
1547e946e7SWyllys Ingersoll  *
1647e946e7SWyllys Ingersoll  *		      b) in the case of each subsequent Contributor:
1747e946e7SWyllys Ingersoll  *		      i) changes to the Program, and
1847e946e7SWyllys Ingersoll  *		      ii) additions to the Program;
1947e946e7SWyllys Ingersoll  *
2047e946e7SWyllys Ingersoll  *		      where such changes and/or additions to the Program
2147e946e7SWyllys Ingersoll  *		      originate from and are distributed by that
2247e946e7SWyllys Ingersoll  *		      particular Contributor. A Contribution 'originates'
2347e946e7SWyllys Ingersoll  *		      from a Contributor if it was added to the Program
2447e946e7SWyllys Ingersoll  *		      by such Contributor itself or anyone acting on such
2547e946e7SWyllys Ingersoll  *		      Contributor's behalf. Contributions do not include
2647e946e7SWyllys Ingersoll  *		      additions to the Program which: (i) are separate
2747e946e7SWyllys Ingersoll  *		      modules of software distributed in conjunction with
2847e946e7SWyllys Ingersoll  *		      the Program under their own license agreement, and
2947e946e7SWyllys Ingersoll  *		      (ii) are not derivative works of the Program.
3047e946e7SWyllys Ingersoll  *
3147e946e7SWyllys Ingersoll  *
3247e946e7SWyllys Ingersoll  *		"Contributor" means any person or entity that distributes
3347e946e7SWyllys Ingersoll  *		the Program.
3447e946e7SWyllys Ingersoll  *
3547e946e7SWyllys Ingersoll  *		"Licensed Patents " mean patent claims licensable by a
3647e946e7SWyllys Ingersoll  *		Contributor which are necessarily infringed by the use or
3747e946e7SWyllys Ingersoll  *		sale of its Contribution alone or when combined with the
3847e946e7SWyllys Ingersoll  *		Program.
3947e946e7SWyllys Ingersoll  *
4047e946e7SWyllys Ingersoll  *		"Program" means the Contributions distributed in
4147e946e7SWyllys Ingersoll  *		accordance with this Agreement.
4247e946e7SWyllys Ingersoll  *
4347e946e7SWyllys Ingersoll  *		"Recipient" means anyone who receives the Program under
4447e946e7SWyllys Ingersoll  *		this Agreement, including all Contributors.
4547e946e7SWyllys Ingersoll  *
4647e946e7SWyllys Ingersoll  *		2. GRANT OF RIGHTS
4747e946e7SWyllys Ingersoll  *
4847e946e7SWyllys Ingersoll  *		      a) Subject to the terms of this Agreement, each
4947e946e7SWyllys Ingersoll  *		      Contributor hereby grants Recipient a
5047e946e7SWyllys Ingersoll  *		      no - exclusive, worldwide, royalt - free copyright
5147e946e7SWyllys Ingersoll  *		      license to reproduce, prepare derivative works of,
5247e946e7SWyllys Ingersoll  *		      publicly display, publicly perform, distribute and
5347e946e7SWyllys Ingersoll  *		      sublicense the Contribution of such Contributor, if
5447e946e7SWyllys Ingersoll  *		      any, and such derivative works, in source code and
5547e946e7SWyllys Ingersoll  *		      object code form.
5647e946e7SWyllys Ingersoll  *
5747e946e7SWyllys Ingersoll  *		      b) Subject to the terms of this Agreement, each
5847e946e7SWyllys Ingersoll  *		      Contributor hereby grants Recipient a
5947e946e7SWyllys Ingersoll  *		      no - exclusive, worldwide, royalt - free patent
6047e946e7SWyllys Ingersoll  *		      license under Licensed Patents to make, use, sell,
6147e946e7SWyllys Ingersoll  *		      offer to sell, import and otherwise transfer the
6247e946e7SWyllys Ingersoll  *		      Contribution of such Contributor, if any, in source
6347e946e7SWyllys Ingersoll  *		      code and object code form. This patent license
6447e946e7SWyllys Ingersoll  *		      shall apply to the combination of the Contribution
6547e946e7SWyllys Ingersoll  *		      and the Program if, at the time the Contribution is
6647e946e7SWyllys Ingersoll  *		      added by the Contributor, such addition of the
6747e946e7SWyllys Ingersoll  *		      Contribution causes such combination to be covered
6847e946e7SWyllys Ingersoll  *		      by the Licensed Patents. The patent license shall
6947e946e7SWyllys Ingersoll  *		      not apply to any other combinations which include
7047e946e7SWyllys Ingersoll  *		      the Contribution. No hardware per se is licensed
7147e946e7SWyllys Ingersoll  *		      hereunder.
7247e946e7SWyllys Ingersoll  *
7347e946e7SWyllys Ingersoll  *		      c) Recipient understands that although each
7447e946e7SWyllys Ingersoll  *		      Contributor grants the licenses to its
7547e946e7SWyllys Ingersoll  *		      Contributions set forth herein, no assurances are
7647e946e7SWyllys Ingersoll  *		      provided by any Contributor that the Program does
7747e946e7SWyllys Ingersoll  *		      not infringe the patent or other intellectual
7847e946e7SWyllys Ingersoll  *		      property rights of any other entity. Each
7947e946e7SWyllys Ingersoll  *		      Contributor disclaims any liability to Recipient
8047e946e7SWyllys Ingersoll  *		      for claims brought by any other entity based on
8147e946e7SWyllys Ingersoll  *		      infringement of intellectual property rights or
8247e946e7SWyllys Ingersoll  *		      otherwise. As a condition to exercising the rights
8347e946e7SWyllys Ingersoll  *		      and licenses granted hereunder, each Recipient
8447e946e7SWyllys Ingersoll  *		      hereby assumes sole responsibility to secure any
8547e946e7SWyllys Ingersoll  *		      other intellectual property rights needed, if any.
8647e946e7SWyllys Ingersoll  *
8747e946e7SWyllys Ingersoll  *		      For example, if a third party patent license is
8847e946e7SWyllys Ingersoll  *		      required to allow Recipient to distribute the
8947e946e7SWyllys Ingersoll  *		      Program, it is Recipient's responsibility to
9047e946e7SWyllys Ingersoll  *		      acquire that license before distributing the
9147e946e7SWyllys Ingersoll  *		      Program.
9247e946e7SWyllys Ingersoll  *
9347e946e7SWyllys Ingersoll  *		      d) Each Contributor represents that to its
9447e946e7SWyllys Ingersoll  *		      knowledge it has sufficient copyright rights in its
9547e946e7SWyllys Ingersoll  *		      Contribution, if any, to grant the copyright
9647e946e7SWyllys Ingersoll  *		      license set forth in this Agreement.
9747e946e7SWyllys Ingersoll  *
9847e946e7SWyllys Ingersoll  *		3. REQUIREMENTS
9947e946e7SWyllys Ingersoll  *
10047e946e7SWyllys Ingersoll  *		A Contributor may choose to distribute the Program in
10147e946e7SWyllys Ingersoll  *		object code form under its own license agreement, provided
10247e946e7SWyllys Ingersoll  *		that:
10347e946e7SWyllys Ingersoll  *		      a) it complies with the terms and conditions of
10447e946e7SWyllys Ingersoll  *		      this Agreement; and
10547e946e7SWyllys Ingersoll  *
10647e946e7SWyllys Ingersoll  *		      b) its license agreement:
10747e946e7SWyllys Ingersoll  *		      i) effectively disclaims on behalf of all
10847e946e7SWyllys Ingersoll  *		      Contributors all warranties and conditions, express
10947e946e7SWyllys Ingersoll  *		      and implied, including warranties or conditions of
11047e946e7SWyllys Ingersoll  *		      title and no - infringement, and implied warranties
11147e946e7SWyllys Ingersoll  *		      or conditions of merchantability and fitness for a
11247e946e7SWyllys Ingersoll  *		      particular purpose;
11347e946e7SWyllys Ingersoll  *
11447e946e7SWyllys Ingersoll  *		      ii) effectively excludes on behalf of all
11547e946e7SWyllys Ingersoll  *		      Contributors all liability for damages, including
11647e946e7SWyllys Ingersoll  *		      direct, indirect, special, incidental and
11747e946e7SWyllys Ingersoll  *		      consequential damages, such as lost profits;
11847e946e7SWyllys Ingersoll  *
11947e946e7SWyllys Ingersoll  *		      iii) states that any provisions which differ from
12047e946e7SWyllys Ingersoll  *		      this Agreement are offered by that Contributor
12147e946e7SWyllys Ingersoll  *		      alone and not by any other party; and
12247e946e7SWyllys Ingersoll  *
12347e946e7SWyllys Ingersoll  *		      iv) states that source code for the Program is
12447e946e7SWyllys Ingersoll  *		      available from such Contributor, and informs
12547e946e7SWyllys Ingersoll  *		      licensees how to obtain it in a reasonable manner
12647e946e7SWyllys Ingersoll  *		      on or through a medium customarily used for
12747e946e7SWyllys Ingersoll  *		      software exchange.
12847e946e7SWyllys Ingersoll  *
12947e946e7SWyllys Ingersoll  *		When the Program is made available in source code form:
13047e946e7SWyllys Ingersoll  *		      a) it must be made available under this Agreement;
13147e946e7SWyllys Ingersoll  *		      and
13247e946e7SWyllys Ingersoll  *		      b) a copy of this Agreement must be included with
13347e946e7SWyllys Ingersoll  *		      each copy of the Program.
13447e946e7SWyllys Ingersoll  *
13547e946e7SWyllys Ingersoll  *		Contributors may not remove or alter any copyright notices
13647e946e7SWyllys Ingersoll  *		contained within the Program.
13747e946e7SWyllys Ingersoll  *
13847e946e7SWyllys Ingersoll  *		Each Contributor must identify itself as the originator of
13947e946e7SWyllys Ingersoll  *		its Contribution, if any, in a manner that reasonably
14047e946e7SWyllys Ingersoll  *		allows subsequent Recipients to identify the originator of
14147e946e7SWyllys Ingersoll  *		the Contribution.
14247e946e7SWyllys Ingersoll  *
14347e946e7SWyllys Ingersoll  *
14447e946e7SWyllys Ingersoll  *		4. COMMERCIAL DISTRIBUTION
14547e946e7SWyllys Ingersoll  *
14647e946e7SWyllys Ingersoll  *		Commercial distributors of software may accept certain
14747e946e7SWyllys Ingersoll  *		responsibilities with respect to end users, business
14847e946e7SWyllys Ingersoll  *		partners and the like. While this license is intended to
14947e946e7SWyllys Ingersoll  *		facilitate the commercial use of the Program, the
15047e946e7SWyllys Ingersoll  *		Contributor who includes the Program in a commercial
15147e946e7SWyllys Ingersoll  *		product offering should do so in a manner which does not
15247e946e7SWyllys Ingersoll  *		create potential liability for other Contributors.
15347e946e7SWyllys Ingersoll  *		Therefore, if a Contributor includes the Program in a
15447e946e7SWyllys Ingersoll  *		commercial product offering, such Contributor ("Commercial
15547e946e7SWyllys Ingersoll  *		Contributor") hereby agrees to defend and indemnify every
15647e946e7SWyllys Ingersoll  *		other Contributor ("Indemnified Contributor") against any
15747e946e7SWyllys Ingersoll  *		losses, damages and costs (collectively "Losses") arising
15847e946e7SWyllys Ingersoll  *		from claims, lawsuits and other legal actions brought by a
15947e946e7SWyllys Ingersoll  *		third party against the Indemnified Contributor to the
16047e946e7SWyllys Ingersoll  *		extent caused by the acts or omissions of such Commercial
16147e946e7SWyllys Ingersoll  *		Contributor in connection with its distribution of the
16247e946e7SWyllys Ingersoll  *		Program in a commercial product offering. The obligations
16347e946e7SWyllys Ingersoll  *		in this section do not apply to any claims or Losses
16447e946e7SWyllys Ingersoll  *		relating to any actual or alleged intellectual property
16547e946e7SWyllys Ingersoll  *		infringement. In order to qualify, an Indemnified
16647e946e7SWyllys Ingersoll  *		Contributor must: a) promptly notify the Commercial
16747e946e7SWyllys Ingersoll  *		Contributor in writing of such claim, and b) allow the
16847e946e7SWyllys Ingersoll  *		Commercial Contributor to control, and cooperate with the
16947e946e7SWyllys Ingersoll  *		Commercial Contributor in, the defense and any related
17047e946e7SWyllys Ingersoll  *		settlement negotiations. The Indemnified Contributor may
17147e946e7SWyllys Ingersoll  *		participate in any such claim at its own expense.
17247e946e7SWyllys Ingersoll  *
17347e946e7SWyllys Ingersoll  *
17447e946e7SWyllys Ingersoll  *		For example, a Contributor might include the Program in a
17547e946e7SWyllys Ingersoll  *		commercial product offering, Product X. That Contributor
17647e946e7SWyllys Ingersoll  *		is then a Commercial Contributor. If that Commercial
17747e946e7SWyllys Ingersoll  *		Contributor then makes performance claims, or offers
17847e946e7SWyllys Ingersoll  *		warranties related to Product X, those performance claims
17947e946e7SWyllys Ingersoll  *		and warranties are such Commercial Contributor's
18047e946e7SWyllys Ingersoll  *		responsibility alone. Under this section, the Commercial
18147e946e7SWyllys Ingersoll  *		Contributor would have to defend claims against the other
18247e946e7SWyllys Ingersoll  *		Contributors related to those performance claims and
18347e946e7SWyllys Ingersoll  *		warranties, and if a court requires any other Contributor
18447e946e7SWyllys Ingersoll  *		to pay any damages as a result, the Commercial Contributor
18547e946e7SWyllys Ingersoll  *		must pay those damages.
18647e946e7SWyllys Ingersoll  *
18747e946e7SWyllys Ingersoll  *
18847e946e7SWyllys Ingersoll  *		5. NO WARRANTY
18947e946e7SWyllys Ingersoll  *
19047e946e7SWyllys Ingersoll  *		EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE
19147e946e7SWyllys Ingersoll  *		PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT
19247e946e7SWyllys Ingersoll  *		WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
19347e946e7SWyllys Ingersoll  *		IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR
19447e946e7SWyllys Ingersoll  *		CONDITIONS OF TITLE, NO - INFRINGEMENT, MERCHANTABILITY OR
19547e946e7SWyllys Ingersoll  *		FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
19647e946e7SWyllys Ingersoll  *		responsible for determining the appropriateness of using
19747e946e7SWyllys Ingersoll  *		and distributing the Program and assumes all risks
19847e946e7SWyllys Ingersoll  *		associated with its exercise of rights under this
19947e946e7SWyllys Ingersoll  *		Agreement, including but not limited to the risks and
20047e946e7SWyllys Ingersoll  *		costs of program errors, compliance with applicable laws,
20147e946e7SWyllys Ingersoll  *		damage to or loss of data, programs or equipment, and
20247e946e7SWyllys Ingersoll  *		unavailability or interruption of operations.
20347e946e7SWyllys Ingersoll  *
20447e946e7SWyllys Ingersoll  *		6. DISCLAIMER OF LIABILITY
20547e946e7SWyllys Ingersoll  *		EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER
20647e946e7SWyllys Ingersoll  *		RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY
20747e946e7SWyllys Ingersoll  *		FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
20847e946e7SWyllys Ingersoll  *		OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
20947e946e7SWyllys Ingersoll  *		LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
21047e946e7SWyllys Ingersoll  *		LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21147e946e7SWyllys Ingersoll  *		(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
21247e946e7SWyllys Ingersoll  *		OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE
21347e946e7SWyllys Ingersoll  *		OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
21447e946e7SWyllys Ingersoll  *		POSSIBILITY OF SUCH DAMAGES.
21547e946e7SWyllys Ingersoll  *
21647e946e7SWyllys Ingersoll  *		7. GENERAL
21747e946e7SWyllys Ingersoll  *
21847e946e7SWyllys Ingersoll  *		If any provision of this Agreement is invalid or
21947e946e7SWyllys Ingersoll  *		unenforceable under applicable law, it shall not affect
22047e946e7SWyllys Ingersoll  *		the validity or enforceability of the remainder of the
22147e946e7SWyllys Ingersoll  *		terms of this Agreement, and without further action by the
22247e946e7SWyllys Ingersoll  *		parties hereto, such provision shall be reformed to the
22347e946e7SWyllys Ingersoll  *		minimum extent necessary to make such provision valid and
22447e946e7SWyllys Ingersoll  *		enforceable.
22547e946e7SWyllys Ingersoll  *
22647e946e7SWyllys Ingersoll  *
22747e946e7SWyllys Ingersoll  *		If Recipient institutes patent litigation against a
22847e946e7SWyllys Ingersoll  *		Contributor with respect to a patent applicable to
22947e946e7SWyllys Ingersoll  *		software (including a cros - claim or counterclaim in a
23047e946e7SWyllys Ingersoll  *		lawsuit), then any patent licenses granted by that
23147e946e7SWyllys Ingersoll  *		Contributor to such Recipient under this Agreement shall
23247e946e7SWyllys Ingersoll  *		terminate as of the date such litigation is filed. In
23347e946e7SWyllys Ingersoll  *		addition, If Recipient institutes patent litigation
23447e946e7SWyllys Ingersoll  *		against any entity (including a cros - claim or
23547e946e7SWyllys Ingersoll  *		counterclaim in a lawsuit) alleging that the Program
23647e946e7SWyllys Ingersoll  *		itself (excluding combinations of the Program with other
23747e946e7SWyllys Ingersoll  *		software or hardware) infringes such Recipient's
23847e946e7SWyllys Ingersoll  *		patent(s), then such Recipient's rights granted under
23947e946e7SWyllys Ingersoll  *		Section 2(b) shall terminate as of the date such
24047e946e7SWyllys Ingersoll  *		litigation is filed.
24147e946e7SWyllys Ingersoll  *
24247e946e7SWyllys Ingersoll  *		All Recipient's rights under this Agreement shall
24347e946e7SWyllys Ingersoll  *		terminate if it fails to comply with any of the material
24447e946e7SWyllys Ingersoll  *		terms or conditions of this Agreement and does not cure
24547e946e7SWyllys Ingersoll  *		such failure in a reasonable period of time after becoming
24647e946e7SWyllys Ingersoll  *		aware of such noncompliance. If all Recipient's rights
24747e946e7SWyllys Ingersoll  *		under this Agreement terminate, Recipient agrees to cease
24847e946e7SWyllys Ingersoll  *		use and distribution of the Program as soon as reasonably
24947e946e7SWyllys Ingersoll  *		practicable. However, Recipient's obligations under this
25047e946e7SWyllys Ingersoll  *		Agreement and any licenses granted by Recipient relating
25147e946e7SWyllys Ingersoll  *		to the Program shall continue and survive.
25247e946e7SWyllys Ingersoll  *
25347e946e7SWyllys Ingersoll  *		Everyone is permitted to copy and distribute copies of
25447e946e7SWyllys Ingersoll  *		this Agreement, but in order to avoid inconsistency the
25547e946e7SWyllys Ingersoll  *		Agreement is copyrighted and may only be modified in the
25647e946e7SWyllys Ingersoll  *		following manner. The Agreement Steward reserves the right
25747e946e7SWyllys Ingersoll  *		to publish new versions (including revisions) of this
25847e946e7SWyllys Ingersoll  *		Agreement from time to time. No one other than the
25947e946e7SWyllys Ingersoll  *		Agreement Steward has the right to modify this Agreement.
26047e946e7SWyllys Ingersoll  *
26147e946e7SWyllys Ingersoll  *		IBM is the initial Agreement Steward. IBM may assign the
26247e946e7SWyllys Ingersoll  *		responsibility to serve as the Agreement Steward to a
26347e946e7SWyllys Ingersoll  *		suitable separate entity. Each new version of the
26447e946e7SWyllys Ingersoll  *		Agreement will be given a distinguishing version number.
26547e946e7SWyllys Ingersoll  *		The Program (including Contributions) may always be
26647e946e7SWyllys Ingersoll  *		distributed subject to the version of the Agreement under
26747e946e7SWyllys Ingersoll  *		which it was received. In addition, after a new version of
26847e946e7SWyllys Ingersoll  *		the Agreement is published, Contributor may elect to
26947e946e7SWyllys Ingersoll  *		distribute the Program (including its Contributions) under
27047e946e7SWyllys Ingersoll  *		the new version. Except as expressly stated in Sections
27147e946e7SWyllys Ingersoll  *		2(a) and 2(b) above, Recipient receives no rights or
27247e946e7SWyllys Ingersoll  *		licenses to the intellectual property of any Contributor
27347e946e7SWyllys Ingersoll  *		under this Agreement, whether expressly, by implication,
27447e946e7SWyllys Ingersoll  *		estoppel or otherwise. All rights in the Program not
27547e946e7SWyllys Ingersoll  *		expressly granted under this Agreement are reserved.
27647e946e7SWyllys Ingersoll  *
27747e946e7SWyllys Ingersoll  *
27847e946e7SWyllys Ingersoll  *		This Agreement is governed by the laws of the State of New
27947e946e7SWyllys Ingersoll  *		York and the intellectual property laws of the United
28047e946e7SWyllys Ingersoll  *		States of America. No party to this Agreement will bring a
28147e946e7SWyllys Ingersoll  *		legal action under this Agreement more than one year after
28247e946e7SWyllys Ingersoll  *		the cause of action arose. Each party waives its rights to
28347e946e7SWyllys Ingersoll  *		a jury trial in any resulting litigation.
28447e946e7SWyllys Ingersoll  *
28547e946e7SWyllys Ingersoll  *
28647e946e7SWyllys Ingersoll  *
28747e946e7SWyllys Ingersoll  * (C) COPYRIGHT International Business Machines Corp. 2001, 2002
28847e946e7SWyllys Ingersoll  */
28947e946e7SWyllys Ingersoll /*
29047e946e7SWyllys Ingersoll  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
29147e946e7SWyllys Ingersoll  * Use is subject to license terms.
292*33f5ff17SMilan Jurik  * Copyright 2012 Milan Jurik. All rights reserved.
29347e946e7SWyllys Ingersoll  */
29447e946e7SWyllys Ingersoll 
29547e946e7SWyllys Ingersoll #include "tpmtok_int.h"
29647e946e7SWyllys Ingersoll 
29747e946e7SWyllys Ingersoll /*
29847e946e7SWyllys Ingersoll  * cert_check_required_attributes
29947e946e7SWyllys Ingersoll  *
30047e946e7SWyllys Ingersoll  * Checks for required attributes for generic CKO_CERTIFICATE objects
30147e946e7SWyllys Ingersoll  *
30247e946e7SWyllys Ingersoll  *    CKA_CERTIFICATE_TYPE : must be present on MODE_CREATE.
30347e946e7SWyllys Ingersoll  */
30447e946e7SWyllys Ingersoll static CK_RV
cert_check_required_attributes(TEMPLATE * tmpl,CK_ULONG mode)30547e946e7SWyllys Ingersoll cert_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode)
30647e946e7SWyllys Ingersoll {
30747e946e7SWyllys Ingersoll 	CK_ATTRIBUTE * attr = NULL;
30847e946e7SWyllys Ingersoll 	CK_BBOOL found;
30947e946e7SWyllys Ingersoll 
31047e946e7SWyllys Ingersoll 	if (! tmpl)
31147e946e7SWyllys Ingersoll 	return (CKR_FUNCTION_FAILED);
31247e946e7SWyllys Ingersoll 
31347e946e7SWyllys Ingersoll 	if (mode == MODE_CREATE) {
31447e946e7SWyllys Ingersoll 		found = template_attribute_find(tmpl,
31547e946e7SWyllys Ingersoll 		    CKA_CERTIFICATE_TYPE, &attr);
31647e946e7SWyllys Ingersoll 		if (found == FALSE) {
31747e946e7SWyllys Ingersoll 			return (CKR_TEMPLATE_INCOMPLETE);
31847e946e7SWyllys Ingersoll 		}
31947e946e7SWyllys Ingersoll 	}
32047e946e7SWyllys Ingersoll 
32147e946e7SWyllys Ingersoll 	return (template_check_required_base_attributes(tmpl, mode));
32247e946e7SWyllys Ingersoll }
32347e946e7SWyllys Ingersoll 
32447e946e7SWyllys Ingersoll /*
32547e946e7SWyllys Ingersoll  * cert_validate_attribute()
32647e946e7SWyllys Ingersoll  */
32747e946e7SWyllys Ingersoll CK_RV
cert_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode)32847e946e7SWyllys Ingersoll cert_validate_attribute(TEMPLATE *tmpl, CK_ATTRIBUTE *attr, CK_ULONG mode)
32947e946e7SWyllys Ingersoll {
33047e946e7SWyllys Ingersoll 	CK_CERTIFICATE_TYPE type;
33147e946e7SWyllys Ingersoll 
33247e946e7SWyllys Ingersoll 	switch (attr->type) {
33347e946e7SWyllys Ingersoll 		case CKA_CERTIFICATE_TYPE:
33447e946e7SWyllys Ingersoll 			if (mode != MODE_CREATE) {
33547e946e7SWyllys Ingersoll 				return (CKR_ATTRIBUTE_READ_ONLY);
33647e946e7SWyllys Ingersoll 			}
33747e946e7SWyllys Ingersoll 			type = *(CK_CERTIFICATE_TYPE *)attr->pValue;
33847e946e7SWyllys Ingersoll 			if (type == CKC_X_509 || type >= CKC_VENDOR_DEFINED)
33947e946e7SWyllys Ingersoll 				return (CKR_OK);
34047e946e7SWyllys Ingersoll 			else {
34147e946e7SWyllys Ingersoll 				return (CKR_ATTRIBUTE_VALUE_INVALID);
34247e946e7SWyllys Ingersoll 			}
34347e946e7SWyllys Ingersoll 		default:
344*33f5ff17SMilan Jurik 			return (
345*33f5ff17SMilan Jurik 			    template_validate_base_attribute(tmpl, attr, mode));
34647e946e7SWyllys Ingersoll 	}
34747e946e7SWyllys Ingersoll }
34847e946e7SWyllys Ingersoll 
34947e946e7SWyllys Ingersoll CK_RV
cert_x509_check_required_attributes(TEMPLATE * tmpl,CK_ULONG mode)35047e946e7SWyllys Ingersoll cert_x509_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) {
35147e946e7SWyllys Ingersoll 	CK_ATTRIBUTE *attr = NULL;
35247e946e7SWyllys Ingersoll 	CK_BBOOL found;
35347e946e7SWyllys Ingersoll 
35447e946e7SWyllys Ingersoll 	found = template_attribute_find(tmpl, CKA_SUBJECT, &attr);
35547e946e7SWyllys Ingersoll 	if (! found) {
35647e946e7SWyllys Ingersoll 		return (CKR_TEMPLATE_INCOMPLETE);
35747e946e7SWyllys Ingersoll 	}
35847e946e7SWyllys Ingersoll 	found = template_attribute_find(tmpl, CKA_VALUE, &attr);
35947e946e7SWyllys Ingersoll 	if (! found) {
36047e946e7SWyllys Ingersoll 		return (CKR_TEMPLATE_INCOMPLETE);
36147e946e7SWyllys Ingersoll 	}
36247e946e7SWyllys Ingersoll 	return (cert_check_required_attributes(tmpl, mode));
36347e946e7SWyllys Ingersoll }
36447e946e7SWyllys Ingersoll 
36547e946e7SWyllys Ingersoll /*
36647e946e7SWyllys Ingersoll  * cert_x509_set_default_attributes()
36747e946e7SWyllys Ingersoll  *
36847e946e7SWyllys Ingersoll  * Set the default attributes for X.509 certificates
36947e946e7SWyllys Ingersoll  *
37047e946e7SWyllys Ingersoll  *    CKA_ID            : empty string
37147e946e7SWyllys Ingersoll  *    CKA_ISSUER        : empty string
37247e946e7SWyllys Ingersoll  *    CKA_SERIAL_NUMBER : empty string
37347e946e7SWyllys Ingersoll  */
37447e946e7SWyllys Ingersoll CK_RV
cert_x509_set_default_attributes(TEMPLATE * tmpl,CK_ULONG mode)37547e946e7SWyllys Ingersoll cert_x509_set_default_attributes(TEMPLATE *tmpl, CK_ULONG mode)
37647e946e7SWyllys Ingersoll {
37747e946e7SWyllys Ingersoll 	CK_ATTRIBUTE * id_attr = NULL;
37847e946e7SWyllys Ingersoll 	CK_ATTRIBUTE * issuer_attr = NULL;
37947e946e7SWyllys Ingersoll 	CK_ATTRIBUTE * serial_attr = NULL;
38047e946e7SWyllys Ingersoll 
38147e946e7SWyllys Ingersoll 	if (mode)
38247e946e7SWyllys Ingersoll 	id_attr = NULL;
38347e946e7SWyllys Ingersoll 
38447e946e7SWyllys Ingersoll 	id_attr = (CK_ATTRIBUTE *)malloc(sizeof (CK_ATTRIBUTE));
38547e946e7SWyllys Ingersoll 	issuer_attr = (CK_ATTRIBUTE *)malloc(sizeof (CK_ATTRIBUTE));
38647e946e7SWyllys Ingersoll 	serial_attr = (CK_ATTRIBUTE *)malloc(sizeof (CK_ATTRIBUTE));
38747e946e7SWyllys Ingersoll 
38847e946e7SWyllys Ingersoll 	if (! id_attr || ! issuer_attr || ! serial_attr) {
38947e946e7SWyllys Ingersoll 		if (id_attr) free(id_attr);
39047e946e7SWyllys Ingersoll 		if (issuer_attr) free(issuer_attr);
39147e946e7SWyllys Ingersoll 		if (serial_attr) free(serial_attr);
39247e946e7SWyllys Ingersoll 
39347e946e7SWyllys Ingersoll 		return (CKR_HOST_MEMORY);
39447e946e7SWyllys Ingersoll 	}
39547e946e7SWyllys Ingersoll 
39647e946e7SWyllys Ingersoll 	id_attr->type = CKA_ID;
39747e946e7SWyllys Ingersoll 	id_attr->ulValueLen = 0;
39847e946e7SWyllys Ingersoll 	id_attr->pValue = NULL;
39947e946e7SWyllys Ingersoll 
40047e946e7SWyllys Ingersoll 	issuer_attr->type = CKA_ISSUER;
40147e946e7SWyllys Ingersoll 	issuer_attr->ulValueLen  = 0;
40247e946e7SWyllys Ingersoll 	issuer_attr->pValue = NULL;
40347e946e7SWyllys Ingersoll 
40447e946e7SWyllys Ingersoll 	serial_attr->type = CKA_SERIAL_NUMBER;
40547e946e7SWyllys Ingersoll 	serial_attr->ulValueLen  = 0;
40647e946e7SWyllys Ingersoll 	serial_attr->pValue = NULL;
40747e946e7SWyllys Ingersoll 
40847e946e7SWyllys Ingersoll 	(void) template_update_attribute(tmpl, id_attr);
40947e946e7SWyllys Ingersoll 	(void) template_update_attribute(tmpl, issuer_attr);
41047e946e7SWyllys Ingersoll 	(void) template_update_attribute(tmpl, serial_attr);
41147e946e7SWyllys Ingersoll 
41247e946e7SWyllys Ingersoll 	return (CKR_OK);
41347e946e7SWyllys Ingersoll }
41447e946e7SWyllys Ingersoll 
41547e946e7SWyllys Ingersoll CK_RV
cert_x509_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode)41647e946e7SWyllys Ingersoll cert_x509_validate_attribute(TEMPLATE *tmpl,
41747e946e7SWyllys Ingersoll CK_ATTRIBUTE *attr, CK_ULONG mode)
41847e946e7SWyllys Ingersoll {
41947e946e7SWyllys Ingersoll 	switch (attr->type) {
42047e946e7SWyllys Ingersoll 		case CKA_SUBJECT:
42147e946e7SWyllys Ingersoll 		if (mode != MODE_CREATE)
42247e946e7SWyllys Ingersoll 			return (CKR_ATTRIBUTE_READ_ONLY);
42347e946e7SWyllys Ingersoll 		else
42447e946e7SWyllys Ingersoll 			return (CKR_OK);
42547e946e7SWyllys Ingersoll 
42647e946e7SWyllys Ingersoll 		case CKA_ID:
42747e946e7SWyllys Ingersoll 		case CKA_ISSUER:
42847e946e7SWyllys Ingersoll 		case CKA_SERIAL_NUMBER:
42947e946e7SWyllys Ingersoll 		return (CKR_OK);
43047e946e7SWyllys Ingersoll 
43147e946e7SWyllys Ingersoll 		case CKA_VALUE:
43247e946e7SWyllys Ingersoll 		if (mode != MODE_CREATE)
43347e946e7SWyllys Ingersoll 			return (CKR_ATTRIBUTE_READ_ONLY);
43447e946e7SWyllys Ingersoll 		else
43547e946e7SWyllys Ingersoll 			return (CKR_OK);
43647e946e7SWyllys Ingersoll 
43747e946e7SWyllys Ingersoll 		default:
43847e946e7SWyllys Ingersoll 		return (cert_validate_attribute(tmpl, attr, mode));
43947e946e7SWyllys Ingersoll 	}
44047e946e7SWyllys Ingersoll }
44147e946e7SWyllys Ingersoll 
44247e946e7SWyllys Ingersoll CK_RV
cert_vendor_check_required_attributes(TEMPLATE * tmpl,CK_ULONG mode)44347e946e7SWyllys Ingersoll cert_vendor_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode)
44447e946e7SWyllys Ingersoll {
44547e946e7SWyllys Ingersoll 	return (cert_check_required_attributes(tmpl, mode));
44647e946e7SWyllys Ingersoll }
44747e946e7SWyllys Ingersoll 
44847e946e7SWyllys Ingersoll CK_RV
cert_vendor_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode)44947e946e7SWyllys Ingersoll cert_vendor_validate_attribute(TEMPLATE *tmpl,
45047e946e7SWyllys Ingersoll 	CK_ATTRIBUTE *attr, CK_ULONG mode)
45147e946e7SWyllys Ingersoll {
45247e946e7SWyllys Ingersoll 	return (cert_validate_attribute(tmpl, attr, mode));
45347e946e7SWyllys Ingersoll }
454