]> WPIA git - gigi.git/blob - doc/references.md
fix: Somewhat sensibly split the wishlist document
[gigi.git] / doc / references.md
1 ==References==
2 * Our Policies
3   * Terms of Service (ToS)
4   * Certificate Policy on Signing (CPS) + Certification Policy (per Root) (CP)
5   * Data Privacy Policy
6   * Verification Policy
7   * Security Policy
8 * Internet Standards
9   * RFC documents
10     * IPv4/IPv6
11       * RFC 0791 (IPv4: Internet Protocol, 1981)
12       * RFC 2460 (IPv6: Internet Protocol, Version 6 (IPv6) Specification, 1998)
13     * HTTP
14       * RFC 1945 (HTTP/1.0, 1996)
15       * RFC 2616 (HTTP/1.1, 1999)
16       * RFC 7230 (HTTP/1.1: Message Syntax and Routing, 2014)
17       * RFC 7231 (HTTP/1.1: Semantics and Content, 2014)
18       * RFC 7232 (HTTP/1.1: Conditional Requests, 2014)
19       * RFC 7233 (HTTP/1.1: Range Requests, 2014)
20       * RFC 7234 (HTTP/1.1: Caching, 2014)
21       * RFC 7235 (HTTP/1.1: Authentication, 2014)
22     * SSL/TLS
23       * RFC 3268 (TLS 1.0+: Advanced Encryption Standard (AES) Ciphersuites for Transport Layer Security (TLS), 2002)
24       * RFC 4347 (DTLS 1.0: Datagram Transport Layer Security, 2006)
25       * RFC 4492 (TLS 1.0+: Elliptic Curve Cryptography (ECC) Cipher Suites for Transport Layer Security (TLS), 2006)
26       * RFC 4346 (TLS 1.1: The Transport Layer Security (TLS) Protocol Version 1.1, 2006)
27       * RFC 4366 (TLS 1.0+: Transport Layer Security (TLS) Extensions, 2006)
28       * RFC 5246 (TLS 1.2: The Transport Layer Security (TLS) Protocol Version 1.2, 2008)
29       * RFC 5764 (TLS 1.0+: Transport Layer Security (TLS) Renegotiation Indication Extension, 2010)
30       * RFC 5878 (TLS 1.0+: Transport Layer Security (TLS) Authorization Extensions, 2010)
31       * RFC 6176 (SSL 2.0: Prohibiting Secure Sockets Layer (SSL) Version 2.0, 2011)
32       * RFC 7027 (TLS 1.0+: Elliptic Curve Cryptography (ECC) Brainpool Curves for Transport Layer Security (TLS), 2013)
33     * Web Security
34       * RFC 6797 (HSTS: HTTP Strict Transport Security, 2012)
35     * PKIX
36       * RFC 2459 (X.509: Internet X.509 Public Key Infrastructure Certificate and CRL Profile, 1999)
37       * RFC 3280 (X.509: Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile, 2002)
38       * RFC 4325 (X.509: Internet X.509 Public Key Infrastructure Authority Information, Access Certificate Revocation List (CRL) Extension, 2005)
39       * RFC 4630 (X.509: Update to DirectoryString Processing in the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile, 2006)
40       * RFC 5280 (X.509: Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile, 2008)
41     * OpenPGP
42       * RFC 1991 (OpenPGP: PGP Message Exchange Formats, 1996)
43       * RFC 2440 (OpenPGP: OpenPGP Message Format, 1998)
44       * RFC 4880 (OpenPGP: OpenPGP Message Format, 2007)
45       * RFC 5581 (OpenPGP: The Camellia Cipher in OpenPGP, 2009)
46       * RFC 6637 (OpenPGP: Elliptic Curve Cryptography (ECC) in OpenPGP, 2012)
47     * JSON
48       * RFC 4627 (JSON: The application/json Media Type for JavaScript Object Notation (JSON), 2006)
49       * RFC 7158 (JSON: The JavaScript Object Notation (JSON) Data Interchange Format, 2013)
50       * RFC 7159 (JSON: The JavaScript Object Notation (JSON) Data Interchange Format, 2013)
51       * ECMA 404 (JSON: The JSON Data Interchange Format, 2013)
52         http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf
53     * JWS
54       * RFC 7515 (JSON Web Signature (JWS), 2015)
55     * MIME
56       * RFC 2045 (MIME: Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies, 1996)
57       * RFC 2046 (MIME: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types, 1996)
58       * RFC 2047 (MIME: MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text, 1996)
59       * RFC 2048 (MIME: Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures, 1996)
60       * RFC 2049 (MIME: Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance Criteria and Examples, 1996)
61       * RFC 2183 (MIME: Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field, 1997)
62       * RFC 2184 (MIME: MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations, 1997)
63       * RFC 2231 (MIME: MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations, 1997)
64       * RFC 5335 (MIME: Internationalized Email Headers, 2008)
65       * RFC 6532 (MIME: Internationalized Email Headers, 2012)
66     * S/MIME
67       * RFC 1847 (S/MIME: Security Multiparts for MIME: Multipart/Signed and Multipart/Encrypted, 1995)
68       * RFC 2633 (S/MIME: S/MIME Version 3 Message Specification, 1999)
69       * RFC 3851 (S/MIME: Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.1 Message Specification, 2004)
70       * RFC 5751 (S/MIME: Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.2 Message Specification, 2010)
71   * W3C documents
72     * HTML 5
73       * http://www.w3.org/TR/html-markup/
74       * http://dev.w3.org/html5/html4-differences
75     * CSS 3
76       * http://www.w3.org/Style/CSS/
77     * JavaScript / ECMAScript
78       * http://standards.iso.org/ittf/PubliclyAvailableStandards/c055755_ISO_IEC_16262_2011(E).zip
79       * http://ecma-international.org/ecma-262/5.1/
80     * XML
81       * XML 1.0: http://www.w3.org/TR/2008/REC-xml-20081126/
82       * XML 1.1: http://www.w3.org/TR/2006/REC-xml11-20060816/
83     * Content Security Policy
84       * Version 1.0: http://www.w3.org/TR/CSP/
85       * Version 1.1 (WIP):
86 https://w3c.github.io/webappsec/specs/content-security-policy/
87   * Miscellaneous
88     * Public Suffix List of
89       http://publicsuffix.org/
90   * Unicode Standard
91     * Unicode Technical Report 39: http://www.unicode.org/reports/tr39/
92 * ITU Standards
93   * X.690 / ASN.1
94     * Information technology - ASN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)
95       http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf
96   * X.509
97 * CA/Browser Forum
98   * Baseline Requirements
99     https://cabforum.org/baseline-requirements-documents/
100
101 * Miscellanious
102   * Passwords
103     * Research on Password strength
104       Carnegie Mellon University: Guessing again (and again and again)
105       https://www.ece.cmu.edu/~lbauer/papers/2012/oakland2012-guessing.pdf
106       Presentation on the findings of the paper:
107       https://www.youtube.com/watch?v=USMd3swFZp4
108     * SCrypt Key Dervation Function
109       http://www.tarsnap.com/scrypt.html
110       Colin Percival, Stronger Key Derivation via Sequential Memory-Hard Functions, presented at BSDCan'09, May 2009:
111       * http://www.tarsnap.com/scrypt/scrypt.pdf
112       * http://www.tarsnap.com/scrypt/scrypt-slides.pdf