Bug 494336 - CS 8.0 Alpha -- Subject alt name not processing other name field correctly.
Summary: CS 8.0 Alpha -- Subject alt name not processing other name field correctly.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Dogtag Certificate System
Classification: Retired
Component: CA
Version: 1.1
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Christina Fu
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks: 443788
TreeView+ depends on / blocked
 
Reported: 2009-04-06 13:23 UTC by Sean Veale
Modified: 2015-01-04 23:37 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-04-06 19:06:29 UTC
Embargoed:


Attachments (Terms of Use)

Description Sean Veale 2009-04-06 13:23:38 UTC
Description of problem:
Subject alt name not processing other name field correctly. 

Version-Release number of selected component (if applicable):
CS 8.0 Alpha build

How reproducible:
Always

Steps to Reproduce:
1. Add the subject alt name to a cert profile setting up other name to be added
2.
3.
  
Actual results:

Other name is not added. Error in the debug log
[30/Mar/2009:17:13:17][http-9444-Processor25]: SubjectAlternativeNameExtension: n null

Expected results:
Other name adding to cert


Additional info:

Here is the snippit from the error log
[30/Mar/2009:17:13:17][http-9444-Processor25]: SubjectAltNameExtDefault: populate start
[30/Mar/2009:17:13:17][http-9444-Processor25]: SubjectAltNameExtDefault: createExtension i=0
[30/Mar/2009:17:13:17][http-9444-Processor25]: SubjectAltNameExtDefault: createExtension got gname=1234567890
[30/Mar/2009:17:13:17][http-9444-Processor25]: adding gname: 1234567890
[30/Mar/2009:17:13:17][http-9444-Processor25]: SubjectAlternativeNameExtension: n null
[30/Mar/2009:17:13:17][http-9444-Processor25]: count is 0

Here is how the profile is setup for subject alt name
#policy set 12 defines Subject alt name
policyset.idset.12.constraint.class_id=noConstraintImpl
policyset.idset.12.constraint.name=No Constraint
policyset.idset.12.default.class_id=subjectAltNameExtDefaultImpl
policyset.idset.12.default.name=Subject Alternative Name Extension Default
policyset.idset.12.default.params.subjAltNameExtCritical=false
policyset.idset.12.default.params.subjAltExtGNEnable_0=true
policyset.idset.12.default.params.subjAltExtGNEnable_1=false
policyset.idset.12.default.params.subjAltExtPattern_0=$request.edipi$.$request.pcc$@smil.mil
policyset.idset.12.default.params.subjAltExtPattern_1=
#policyset.idset.12.default.params.subjAltExtType_0=RFC822Name
policyset.idset.12.default.params.subjAltExtType_0=OtherName
policyset.idset.12.default.params.subjAltExtType_1=OtherName
policyset.idset.12.default.params.subjAltNameExtCritical=false
policyset.idset.12.default.params.subjAltNameNumGNs=1


Note You need to log in before you can comment on or make changes to this bug.