Corrections made to the ASN.1 modules of X.511 (02/2001)

 

Module DirectoryAbstractService

1.Replacement of:

SimpleCredentials  ::=  SEQUENCE  {
	name  		[0]	DistinguishedName,
	validity	[1]	SET {
		time1  		[0]	CHOICE {
			utc			UTCTime,
			gt			GeneralizedTime } OPTIONAL,
		time2  		[1]	CHOICE {
			utc			UTCTime,
			gt			GeneralizedTime } OPTIONAL,
		random1		[2]	BIT STRING  OPTIONAL,
		random2		[3]	BIT STRING  OPTIONAL },
	password	[2]	CHOICE {
		unprotected		OCTET STRING,
		protected		SIGNATURE {OCTET STRING} } OPTIONAL}

with:

SimpleCredentials  ::=  SEQUENCE  {
	name  		[0]	DistinguishedName,
	validity	[1]	SET {
		time1  		[0]	CHOICE {
			utc			UTCTime,
			gt			GeneralizedTime } OPTIONAL,
		time2  		[1]	CHOICE {
			utc			UTCTime,
			gt			GeneralizedTime } OPTIONAL,
		random1		[2]	BIT STRING  OPTIONAL,
		random2		[3]	BIT STRING  OPTIONAL } OPTIONAL,
	password	[2]	CHOICE {
		unprotected		OCTET STRING,
		protected		SIGNATURE {OCTET STRING} } OPTIONAL}

Note: Some modules needed to compile this Recommendation were importing assignments from an old (1997) version of the X.500 series.

These ASN.1 modules are:

- X.411(06/1999)
	MTSAbstactService
- X.227(04/1995)
	ACSE-1
- X.420(06/1999)
	IPMSHeadingExtensions
	IPMSInformationObjects
	IPMSMessageStoreAttributes
	IPMSSecurityExtensions
- T.422(08/1995)
	External-References
- X.413(06/1999)
	MSAbstractService
	MSGeneralAttributesTypes
- External
	DOR-definition (ISO/IEC 10031-2)
	PKCS7

The OIDs in their IMPORTS statement have been updated to make sure
that the only version of the X.500 series that is referenced is the 2001 edition.