Add kx509.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19546 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-28 21:05:23 +00:00
parent 3572041050
commit b8e9905b57
2 changed files with 32 additions and 0 deletions

20
lib/asn1/kx509.asn1 Normal file
View File

@@ -0,0 +1,20 @@
-- $Id$
KX509 DEFINITIONS ::=
BEGIN
Kx509Request ::= SEQUENCE {
authenticator OCTET STRING,
pk-hash OCTET STRING,
pk-key OCTET STRING
}
Kx509Response ::= SEQUENCE {
error-code[0] INTEGER (-2147483648..2147483647)
OPTIONAL -- DEFAULT 0 --,
hash[1] OCTET STRING OPTIONAL,
certificate[2] OCTET STRING OPTIONAL,
e-text[3] VisibleString OPTIONAL
}
END