Home
last modified time | relevance | path

Searched refs:rfc (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/external/python/cpython3/Doc/library/
Dhttp.rst62 ``100`` ``CONTINUE`` HTTP Semantics :rfc:`9110`, Section 15.2.1
63 ``101`` ``SWITCHING_PROTOCOLS`` HTTP Semantics :rfc:`9110`, Section 15.2.2
64 ``102`` ``PROCESSING`` WebDAV :rfc:`2518`, Section 10.1
65 ``103`` ``EARLY_HINTS`` An HTTP Status Code for Indicating Hints :rfc:`8297`
66 ``200`` ``OK`` HTTP Semantics :rfc:`9110`, Section 15.3.1
67 ``201`` ``CREATED`` HTTP Semantics :rfc:`9110`, Section 15.3.2
68 ``202`` ``ACCEPTED`` HTTP Semantics :rfc:`9110`, Section 15.3.3
69 ``203`` ``NON_AUTHORITATIVE_INFORMATION`` HTTP Semantics :rfc:`9110`, Section 15.3.4
70 ``204`` ``NO_CONTENT`` HTTP Semantics :rfc:`9110`, Section 15.3.5
71 ``205`` ``RESET_CONTENT`` HTTP Semantics :rfc:`9110`, Section 15.3.6
[all …]
Demail.header.rst19 :rfc:`2822` is the base standard that describes the format of email messages.
20 It derives from the older :rfc:`822` standard which came into widespread use at
21 a time when most email was composed of ASCII characters only. :rfc:`2822` is a
29 :rfc:`2822`\ -compliant format. These RFCs include :rfc:`2045`, :rfc:`2046`,
30 :rfc:`2047`, and :rfc:`2231`. The :mod:`email` package supports these standards
54 field was properly :rfc:`2047` encoded. MIME-aware mail readers would show this
84 Optional *continuation_ws* must be :rfc:`2822`\ -compliant folding
110 In either case, when producing an :rfc:`2822`\ -compliant header using
111 :rfc:`2047` rules, the string will be encoded using the output codec of
Dbase64.rst19 :rfc:`4648`, which defines the Base16, Base32, and Base64 algorithms,
22 The :rfc:`4648` encodings are suitable for encoding binary data so that it can be
31 defined in :rfc:`4648` (normal, and URL- and filesystem-safe) are supported.
36 newlines every 76 characters as per :rfc:`2045`. Note that if you are looking
37 for :rfc:`2045` support you probably want to be looking at the :mod:`email`
132 :rfc:`4648` allows for optional mapping of the digit 0 (zero) to the letter O
147 :rfc:`4648`.
155 :rfc:`4648`.
251 <https://rfc.zeromq.org/spec/32/>`_ for more information.
260 <https://rfc.zeromq.org/spec/32/>`_ for more information.
[all …]
Demail.utils.rst30 Returns a string suitable for an :rfc:`2822`\ -compliant
81 Optional *charset* is the character set that will be used in the :rfc:`2047`
114 Attempts to parse a date according to the rules in :rfc:`2822`. however, some
116 guess correctly in such cases. *date* is a string containing an :rfc:`2822`
158 Returns a date string as per :rfc:`2822`, e.g.::
193 Decode the string *s* according to :rfc:`2231`.
198 Encode the string *s* according to :rfc:`2231`. Optional *charset* and
206 When a header parameter is encoded in :rfc:`2231` format,
213 :rfc:`2231` header is not known by Python; it defaults to ``'us-ascii'``.
221 Decode parameters list according to :rfc:`2231`. *params* is a sequence of
[all …]
Dhttp.cookiejar.rst20 :rfc:`2965` are handled. RFC 2965 handling is switched off by default.
21 :rfc:`2109` cookies are parsed as Netscape cookies and subsequently treated
99 Netscape and :rfc:`2965` cookies. By default, :rfc:`2109` cookies (ie. cookies
111 This class represents Netscape, :rfc:`2109` and :rfc:`2965` cookies. It is not
127 https://curl.se/rfc/cookie_spec.html
133 :rfc:`2109` - HTTP State Management Mechanism
134 Obsoleted by :rfc:`2965`. Uses :mailheader:`Set-Cookie` with version=1.
136 :rfc:`2965` - HTTP State Management Mechanism
141 Unfinished errata to :rfc:`2965`.
143 :rfc:`2964` - Use of HTTP State Management
[all …]
Dquopri.rst16 defined in :rfc:`1521`: "MIME (Multipurpose Internet Mail Extensions) Part One:
29 described in :rfc:`1522`: "MIME (Multipurpose Internet Mail Extensions)
42 as per :rfc:`1521`. *header* is a flag which controls if spaces are encoded
43 as underscores as per :rfc:`1522`.
Demail.rst17 (:rfc:`2821`), NNTP, or other servers; those are functions of modules such as
19 RFC-compliant as possible, supporting :rfc:`5322` and :rfc:`6532`, as well as
20 such MIME-related RFCs as :rfc:`2045`, :rfc:`2046`, :rfc:`2047`, :rfc:`2183`,
21 and :rfc:`2231`.
/external/mbedtls/tests/suites/
Dtest_suite_ecdsa.data41 ECDSA primitive rfc 4754 p256
45 ECDSA primitive rfc 4754 p384
49 ECDSA primitive rfc 4754 p521
93 ECDSA deterministic test vector rfc 6979 p192 sha1 [#1]
97 ECDSA deterministic test vector rfc 6979 p192 sha224 [#1]
101 ECDSA deterministic test vector rfc 6979 p192 sha256 [#1]
105 ECDSA deterministic test vector rfc 6979 p192 sha384 [#1]
109 ECDSA deterministic test vector rfc 6979 p192 sha512 [#1]
113 ECDSA deterministic test vector rfc 6979 p192 sha1 [#2]
117 ECDSA deterministic test vector rfc 6979 p192 sha224 [#2]
[all …]
Dtest_suite_ecdh.data24 ECDH primitive rfc 5903 p256
28 ECDH primitive rfc 5903 p384
32 ECDH primitive rfc 5903 p521
44 ECDH restartable rfc 5903 p256 restart enabled max_ops=0 (disabled)
48 ECDH restartable rfc 5903 p256 restart enabled max_ops=1
52 ECDH restartable rfc 5903 p256 restart enabled max_ops=10000
56 ECDH restartable rfc 5903 p256 restart enabled max_ops=250
60 ECDH restartable rfc 5903 p256 restart disabled max_ops=0 (disabled)
64 ECDH restartable rfc 5903 p256 restart disabled max_ops=1
68 ECDH restartable rfc 5903 p256 restart disabled max_ops=10000
[all …]
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecdsa.data41 ECDSA primitive rfc 4754 p256
45 ECDSA primitive rfc 4754 p384
49 ECDSA primitive rfc 4754 p521
93 ECDSA deterministic test vector rfc 6979 p192 sha1 [#1]
97 ECDSA deterministic test vector rfc 6979 p192 sha224 [#1]
101 ECDSA deterministic test vector rfc 6979 p192 sha256 [#1]
105 ECDSA deterministic test vector rfc 6979 p192 sha384 [#1]
109 ECDSA deterministic test vector rfc 6979 p192 sha512 [#1]
113 ECDSA deterministic test vector rfc 6979 p192 sha1 [#2]
117 ECDSA deterministic test vector rfc 6979 p192 sha224 [#2]
[all …]
Dtest_suite_ecdh.data24 ECDH primitive rfc 5903 p256
28 ECDH primitive rfc 5903 p384
32 ECDH primitive rfc 5903 p521
44 ECDH restartable rfc 5903 p256 restart enabled max_ops=0 (disabled)
48 ECDH restartable rfc 5903 p256 restart enabled max_ops=1
52 ECDH restartable rfc 5903 p256 restart enabled max_ops=10000
56 ECDH restartable rfc 5903 p256 restart enabled max_ops=250
60 ECDH restartable rfc 5903 p256 restart disabled max_ops=0 (disabled)
64 ECDH restartable rfc 5903 p256 restart disabled max_ops=1
68 ECDH restartable rfc 5903 p256 restart disabled max_ops=10000
[all …]
/external/cldr/docs/rfc/
Ddraft-davis-t-langtag-ext.css18 rfc:before {
24 rfc>front title {
31 rfc>front author:before {
38 rfc>front organization {
42 rfc>front address {
47 rfc>front email { display: block; }
48 rfc>front uri { display: block; }
50 rfc>front date:before {
57 rfc>front area:before { content: "Area: "; }
58 rfc>front area:after { content: "; "; }
[all …]
Drfc2629.xslt32 Support ?rfc editing processing instruction.
44 Experimental support for rfc-issue PI.
48 Support rfc private PI. Removed bogus code reporting the WG in the header.
279 non-standard whitespace handling). Fix default handling for /rfc/@category.
327 <!-- rfc compact PI -->
331 translate(/processing-instruction('rfc')[contains(.,'compact=')], '&quot; ', ''),
335 <!-- rfc footer PI -->
339 translate(/processing-instruction('rfc')[contains(.,'footer=')], '&quot; ', ''),
343 <!-- rfc header PI -->
347 translate(/processing-instruction('rfc')[contains(.,'header=')], '&quot; ', ''),
[all …]
/external/curl/tests/unit/
Dunit3205.c42 const char *rfc; member
700 if(test->rfc) {
701 id = Curl_cipher_suite_lookup_id(test->rfc, strlen(test->rfc));
705 test->rfc, id, test->id);
723 expect = test->rfc ? test->rfc : test->openssl;
736 expect = test->openssl ? test->openssl : test->rfc;
/external/rust/android-crates-io/crates/mls-rs/
DREADME.md23 - Multi-party E2EE [group evolution](https://www.rfc-editor.org/rfc/rfc9420.html#name-cryptographic…
25 - Asynchronous by design with pre-computed [key packages](https://www.rfc-editor.org/rfc/rfc9420.ht…
28 - [Extension system](https://www.rfc-editor.org/rfc/rfc9420.html#name-extensions)
31 - Crypto agility via support for multiple [cipher suites](https://www.rfc-editor.org/rfc/rfc9420.ht…
54 For cipher suite descriptions see the RFC documentation [here](https://www.rfc-editor.org/rfc/rfc94…
/external/cldr/docs/
DREADME.md11 - draft-davis-t-langtag-ext: [html](rfc/draft-davis-t-langtag-ext.html) [txt](rfc/draft-davis-t-lan…
13 - draft-davis-u-langtag-ext-00: [html](rfc/draft-davis-u-langtag-ext-00.html) [txt](rfc/draft-davis…
/external/toybox/toys/net/
DREADME4 https://www.ietf.org/rfc/rfc-index.txt (ala https://www.ietf.org/rfc/rfc3.txt)
/external/tink-java/proto/
Dhpke.proto57 // https://www.rfc-editor.org/rfc/rfc9180.html#name-cryptographic-dependencies.
65 // https://www.rfc-editor.org/rfc/rfc9180.html#name-cryptographic-dependencies.
/external/tink/proto/
Dhpke.proto57 // https://www.rfc-editor.org/rfc/rfc9180.html#name-cryptographic-dependencies.
65 // https://www.rfc-editor.org/rfc/rfc9180.html#name-cryptographic-dependencies.
/external/tink/python/tink/proto/
Dhpke.proto57 // https://www.rfc-editor.org/rfc/rfc9180.html#name-cryptographic-dependencies.
65 // https://www.rfc-editor.org/rfc/rfc9180.html#name-cryptographic-dependencies.
/external/tink/cc/proto/
Dhpke.proto57 // https://www.rfc-editor.org/rfc/rfc9180.html#name-cryptographic-dependencies.
65 // https://www.rfc-editor.org/rfc/rfc9180.html#name-cryptographic-dependencies.
/external/tink/java_src/proto/
Dhpke.proto57 // https://www.rfc-editor.org/rfc/rfc9180.html#name-cryptographic-dependencies.
65 // https://www.rfc-editor.org/rfc/rfc9180.html#name-cryptographic-dependencies.
/external/brotli/scripts/dictionary/
Dstep-01-download-rfc.py13 with open(path, "w") as rfc:
14 rfc.write(text)
Dstep-02-rfc-to-bin.py10 with open(rfc_path, "r") as rfc:
11 lines = rfc.readlines()
/external/grpc-grpc/doc/core/
Ddefault_http_proxy_mapper.md5 defined in [RFC-2817](https://www.rfc-editor.org/rfc/rfc2817).
30 The allowed format is an [RFC3986](https://www.rfc-editor.org/rfc/rfc3986) URI
35 [RFC7617](https://www.rfc-editor.org/rfc/rfc7617) and `proxy.google.com:443`

12345678910>>...17