Lines Matching full:s0

151 These functions generate the \s-1ASN1\s0 encoding of a string
152 in an \fB\s-1ASN1_TYPE\s0\fR structure.
159 functions. \fIcnf\fR or \fInconf\fR can be set to \s-1NULL\s0 if no additional
176 Unless otherwise specified only the \fB\s-1ASCII\s0\fR format is permissible.
177 .IP "\fB\s-1BOOLEAN\s0\fR, \fB\s-1BOOL\s0\fR" 4
180 should be \fB\s-1TRUE\s0\fR or \fB\s-1FALSE\s0\fR. Additionally \fB\s-1TRUE\s0\fR, \fBtrue\fR, \fBY…
181 \&\fBy\fR, \fB\s-1YES\s0\fR, \fByes\fR, \fB\s-1FALSE\s0\fR, \fBfalse\fR, \fBN\fR, \fBn\fR, \fB\s-1N…
183 .IP "\fB\s-1NULL\s0\fR" 4
185 Encode the \fB\s-1NULL\s0\fR type, the \fIvalue\fR string must not be present.
186 .IP "\fB\s-1INTEGER\s0\fR, \fB\s-1INT\s0\fR" 4
188 Encodes an \s-1ASN1\s0 \fB\s-1INTEGER\s0\fR type. The \fIvalue\fR string represents
192 .IP "\fB\s-1ENUMERATED\s0\fR, \fB\s-1ENUM\s0\fR" 4
194 Encodes the \s-1ASN1\s0 \fB\s-1ENUMERATED\s0\fR type, it is otherwise identical to
195 \&\fB\s-1INTEGER\s0\fR.
196 .IP "\fB\s-1OBJECT\s0\fR, \fB\s-1OID\s0\fR" 4
198 Encodes an \s-1ASN1\s0 \fB\s-1OBJECT IDENTIFIER\s0\fR, the \fIvalue\fR string can be
200 .IP "\fB\s-1UTCTIME\s0\fR, \fB\s-1UTC\s0\fR" 4
202 Encodes an \s-1ASN1\s0 \fBUTCTime\fR structure, the value should be in
203 the format \fB\s-1YYMMDDHHMMSSZ\s0\fR.
204 .IP "\fB\s-1GENERALIZEDTIME\s0\fR, \fB\s-1GENTIME\s0\fR" 4
206 Encodes an \s-1ASN1\s0 \fBGeneralizedTime\fR structure, the value should be in
207 the format \fB\s-1YYYYMMDDHHMMSSZ\s0\fR.
208 .IP "\fB\s-1OCTETSTRING\s0\fR, \fB\s-1OCT\s0\fR" 4
210 Encodes an \s-1ASN1\s0 \fB\s-1OCTET STRING\s0\fR. \fIvalue\fR represents the contents
211 of this structure, the format strings \fB\s-1ASCII\s0\fR and \fB\s-1HEX\s0\fR can be
213 .IP "\fB\s-1BITSTRING\s0\fR, \fB\s-1BITSTR\s0\fR" 4
215 Encodes an \s-1ASN1\s0 \fB\s-1BIT STRING\s0\fR. \fIvalue\fR represents the contents
216 of this structure, the format strings \fB\s-1ASCII\s0\fR, \fB\s-1HEX\s0\fR and \fB\s-1BITLIST\s0\fR
219 If the format is anything other than \fB\s-1BITLIST\s0\fR the number of unused
221s0\fR, \fB\s-1UNIV\s0\fR, \fB\s-1IA5\s0\fR, \fB\s-1IA5STRING\s0\fR, \fB\s-1UTF8\s0\fR, \fBUTF8Stri…
224 contents of this structure. The format can be \fB\s-1ASCII\s0\fR or \fB\s-1UTF8\s0\fR.
225 .IP "\fB\s-1SEQUENCE\s0\fR, \fB\s-1SEQ\s0\fR, \fB\s-1SET\s0\fR" 4
227 Formats the result as an \s-1ASN1\s0 \fB\s-1SEQUENCE\s0\fR or \fB\s-1SET\s0\fR type. \fIvalue\fR
230 generated string format. If \fIvalue\fR is absent then an empty \s-1SEQUENCE\s0
235 add \s-1EXPLICIT\s0 or \s-1IMPLICIT\s0 tagging, add wrappers or to change
238 .IP "\fB\s-1EXPLICIT\s0\fR, \fB\s-1EXP\s0\fR" 4
245 APPLICATION, PRIVATE\s0 or \s-1CONTEXT SPECIFIC\s0 tagging can be used,
246 the default is \s-1CONTEXT SPECIFIC.\s0
247 .IP "\fB\s-1IMPLICIT\s0\fR, \fB\s-1IMP\s0\fR" 4
249 This is the same as \fB\s-1EXPLICIT\s0\fR except \s-1IMPLICIT\s0 tagging is used
251 .IP "\fB\s-1OCTWRAP\s0\fR, \fB\s-1SEQWRAP\s0\fR, \fB\s-1SETWRAP\s0\fR, \fB\s-1BITWRAP\s0\fR" 4
253 The following structure is surrounded by an \s-1OCTET STRING,\s0 a \s-1SEQUENCE,\s0
254 a \s-1SET\s0 or a \s-1BIT STRING\s0 respectively. For a \s-1BIT STRING\s0 the number of unused
256 .IP "\fB\s-1FORMAT\s0\fR" 4
259 … a colon and one of the strings \fB\s-1ASCII\s0\fR, \fB\s-1UTF8\s0\fR, \fB\s-1HEX\s0\fR or \fB\s-1…
261 If no format specifier is included then \fB\s-1ASCII\s0\fR is used. If \fB\s-1UTF8\s0\fR is
262 specified then the value string must be a valid \fB\s-1UTF8\s0\fR string. For \fB\s-1HEX\s0\fR the
263 output must be a set of hex digits. \fB\s-1BITLIST\s0\fR (which is only valid for a \s-1BIT
264 STRING\s0) is a comma separated list of the indices of the set bits, all other
269 data as an \fB\s-1ASN1_TYPE\s0\fR structure or \s-1NULL\s0 if an error occurred.
286 An IA5String explicitly tagged using \s-1APPLICATION\s0 tagging:
292 A \s-1BITSTRING\s0 with bits 1 and 5 set and all others zero:
299 \&\s-1SEQUENCE\s0 consisting of a \s-1BOOL\s0 an \s-1OID\s0 and a UTF8String:
379 in the file \s-1LICENSE\s0 in the source distribution or at