Lines Matching +full:itu +full:- +full:r
18 .\" Set up some character translations and predefined strings. \*(-- will
20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
32 . ds R" ""
37 . ds -- \|\(em\|
40 . ds R" ''
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
99 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
101 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
104 . \" troff and (daisy-wheel) nroff accents
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
133 .IX Title "OPENSSL-GLOSSARY 7ossl"
134 .TH OPENSSL-GLOSSARY 7ossl "2023-09-19" "3.0.11" "OpenSSL"
140 openssl\-glossary \- An OpenSSL Glossary
145 Cryptographic primitives such as the \s-1SHA256\s0 digest, or \s-1AES\s0 encryption are
146 referred to in OpenSSL as \*(L"algorithms\*(R". There can be more than one
150 .IP "\s-1ASN.1, ASN1\s0" 4
152 \&\s-1ASN.1\s0 (\*(L"Abstract Syntax Notation One\*(R") is a notation for describing abstract
153 types and values. It is defined in the ITU-T documents X.680 to X.683:
155 <https://www.itu.int/rec/T\-REC\-X.680>,
156 <https://www.itu.int/rec/T\-REC\-X.681>,
157 <https://www.itu.int/rec/T\-REC\-X.682>,
158 <https://www.itu.int/rec/T\-REC\-X.683>
165 \&\fBOSSL_PROVIDER\-base\fR\|(7)
169 external format such as \s-1PEM\s0 or \s-1DER.\s0
179 \&\fBOSSL_PROVIDER\-default\fR\|(7)
183 \&\s-1DER\s0 is a binary encoding of data, structured according to an \s-1ASN.1\s0
187 It is defined in ITU-T document X.690:
189 <https://www.itu.int/rec/T\-REC\-X.690>
193 external format such as \s-1PEM\s0 or \s-1DER.\s0
210 .IP "\s-1FIPS\s0 Provider" 4
213 been validated according to the \s-1FIPS 140\-2\s0 standard.
215 \&\s-1\fBOSSL_PROVIDER\-FIPS\s0\fR\|(7)
228 \&\fBOSSL_PROVIDER\-legacy\fR\|(7)
231 A Library Context in OpenSSL is represented by the type \fB\s-1OSSL_LIB_CTX\s0\fR. It can
233 application does not explicitly create a library context then the \*(L"default\*(R"
235 A \s-1NULL\s0 value can always be passed to indicate the default library context.
237 \&\s-1\fBOSSL_LIB_CTX\s0\fR\|(3)
238 .IP "\s-1MSBLOB\s0" 4
240 \&\s-1MSBLOB\s0 is a Microsoft specific binary format for \s-1RSA\s0 and \s-1DSA\s0 keys, both
248 \&\fBOSSL_PROVIDER\-null\fR\|(7)
258 \&\s-1PEM\s0 is a format used for encoding of binary content into a mail and \s-1ASCII\s0
259 friendly form. The content is a series of base64\-encoded lines, surrounded
263 \& \-\-\-\-\-BEGIN PRIVATE KEY\-\-\-\-\-
266 \& \-\-\-\-\-END PRIVATE KEY\-\-\-\-\-
272 For all OpenSSL uses, the binary content is expected to be a \s-1DER\s0 encoded
275 This is defined in \s-1IETF RFC 1421:\s0
280 PKCS#8 is a specification of \s-1ASN.1\s0 structures that OpenSSL uses for storing
283 key data in unencrypted form (known as \*(L"PrivateKeyInfo\*(R") and an encrypted
284 wrapper structure (known as \*(L"EncryptedPrivateKeyInfo\*(R").
286 This is specified in \s-1RFC 5208:\s0
293 implementations in the default provider have the property \*(L"provider=default\*(R".
303 \&\*(L"provider=example,foo=bar\*(R" will select algorithms from the \*(L"example\*(R" provider
304 that have a \*(L"foo\*(R" property defined for them with a value of \*(L"bar\*(R".
315 .IP "\s-1PVK\s0" 4
317 \&\s-1PVK\s0 is a Microsoft specific binary format for \s-1RSA\s0 and \s-1DSA\s0 private keys.
321 SubjectPublicKeyInfo is an \s-1ASN.1\s0 structure that OpenSSL uses for storing and
324 This is specified as part of the specification for certificates, \s-1RFC 5280:\s0
332 Copyright 2020\-2023 The OpenSSL Project Authors. All Rights Reserved.
334 Licensed under the Apache License 2.0 (the \*(L"License\*(R"). You may not use
336 in the file \s-1LICENSE\s0 in the source distribution or at