Commit 5b682b8b authored by Michele Berionne's avatar Michele Berionne
Browse files

Fix usage of PatternPoint in AAS-OP-AUTHENTICATE-ACCESSOR-Service-Command

The change was announced on the SCP TEC reflector and is done to match what was already approved in clause 6.13.4.7 in document SCP(20)000164.
parent e9a579f9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ IMPORTS
	id-pkix,
	Extensions,  -- RFC5280 X.509v3 extension
	Extension,
	ECDSA-Sig-Value,
	AlgorithmIdentifier,
	Attribute,
	AttributeType,
@@ -654,7 +653,7 @@ AAS-OP-AUTHENTICATE-ACCESSOR-Service-Command ::= [PRIVATE 22] SEQUENCE
	{
		aPinNumericCredential [10] NumericString,  -- Numeric PIN
		aPinPasswordCredential [11] PrintableString,  -- Password
		aPinPatternCredential [12] SEQUENCE OF PatternPoint (SIZE(4..255)),  -- Graphical pattern
		aPinPatternCredential [12] SEQUENCE (SIZE(4..255)) OF PatternPoint,  -- Graphical pattern
		aAccessorTokenCertificationPath [20] Certificates,
		aHostDomainCredential [30] NULL
	}