Commit c3dd463
Add Secure Connections Standard (#548)
* Add first part of the secure connections standard
Signed-off-by: Markus Hentsch <[email protected]>
* Add notes about the classifications
Signed-off-by: Markus Hentsch <[email protected]>
* Add considered options and open questions
Signed-off-by: Markus Hentsch <[email protected]>
* Fix linter problems
Signed-off-by: Markus Hentsch <[email protected]>
* Add TLS standardization
Signed-off-by: Markus Hentsch <[email protected]>
* Add database and message queue channel security, extend TLS cipher rules
Signed-off-by: Markus Hentsch <[email protected]>
* Add remaining decision sections
Signed-off-by: Markus Hentsch <[email protected]>
* Add testing script for secure connection standard (WIP)
Signed-off-by: Markus Hentsch <[email protected]>
* Turn avoiding CBC mode into a recommendation.
https://crypto.stackexchange.com/a/95660
Signed-off-by: Markus Hentsch <[email protected]>
* Refactor the TLS test script to use SSLyze
and implement all tests based on the current standard draft
Signed-off-by: Markus Hentsch <[email protected]>
* Add testing README and reference
Signed-off-by: Markus Hentsch <[email protected]>
* Address review feedback
Signed-off-by: Markus Hentsch <[email protected]>
* Fix typo in test script comment
Signed-off-by: Markus Hentsch <[email protected]>
* Add glossary and rephrase "SCS" to "SCS project"
Signed-off-by: Markus Hentsch <[email protected]>
* Rename standard filename due to conflicting counter
Signed-off-by: Markus Hentsch <[email protected]>
* Refine the scope in regards to the communication channels
Signed-off-by: Markus Hentsch <[email protected]>
* s/IPsec/WireGuard/
Signed-off-by: Markus Hentsch <[email protected]>
* Fix option references for oslo.messaging ssl
Signed-off-by: Markus Hentsch <[email protected]>
* Add RFC link for TLS deprecation
Signed-off-by: Markus Hentsch <[email protected]>
* Don't endorse internal CAs specifically
Signed-off-by: Markus Hentsch <[email protected]>
* Refactor test script to check Mozilla TLS recommendations
Signed-off-by: Markus Hentsch <[email protected]>
* Update standard to reference Mozilla's TLS recommendations
Signed-off-by: Markus Hentsch <[email protected]>
* Migrate test script requirements to requirements.in
Signed-off-by: Markus Hentsch <[email protected]>
* Add libvirt security choices to design considerations
Signed-off-by: Markus Hentsch <[email protected]>
* Add open question about libvirt hardening
Signed-off-by: Markus Hentsch <[email protected]>
* Relax the requirement for the libvirt port
Signed-off-by: Markus Hentsch <[email protected]>
* Rephrase and clarify libvirt security recommendations and questions
Signed-off-by: Markus Hentsch <[email protected]>
* Add Mozilla TLS JSON override option to test script
Signed-off-by: Markus Hentsch <[email protected]>
* Fully parameterize Mozilla TLS config in test script
Signed-off-by: Markus Hentsch <[email protected]>
* Rename cli args in test script
Signed-off-by: Markus Hentsch <[email protected]>
* Add Mozilla TLS JSON copy and staging YAML entry
Signed-off-by: Markus Hentsch <[email protected]>
* Add remark about internal audits
Signed-off-by: Markus Hentsch <[email protected]>
* Remove specific MQ SSL config examples, refer to docs
Signed-off-by: Markus Hentsch <[email protected]>
* Align header naming with latest standards template
Signed-off-by: Markus Hentsch <[email protected]>
* Add storage channels
Signed-off-by: Markus Hentsch <[email protected]>
* Assign document number 0122
Signed-off-by: Markus Hentsch <[email protected]>
* Update scs-compatible-test.yaml
Signed-off-by: Markus Hentsch <[email protected]>
* Remove bare URLs
Signed-off-by: Anja Strunk <[email protected]>
* Remove tailing whitespaces
Signed-off-by: Anja Strunk <[email protected]>
* Fix markdown linter
Signed-off-by: Anja Strunk <[email protected]>
* remove bare URLs
Signed-off-by: Anja Strunk <[email protected]>
* Fix markdown lint errors
Signed-off-by: Anja Strunk <[email protected]>
* Fix markdown lint errors
Signed-off-by: Anja Strunk <[email protected]>
* Fix markdown lint errors
Signed-off-by: Anja Strunk <[email protected]>
* Fix markdown lint errors
Signed-off-by: Anja Strunk <[email protected]>
* Fix markdown lint errors
Signed-off-by: Anja Strunk <[email protected]>
* Change verison number of secure connection standard as it conflicts with node to node encryption DR
Signed-off-by: Anja Strunk <[email protected]>
* Add new linke char at the end of file to fix MD047
Signed-off-by: Anja Strunk <[email protected]>
* Replace absolute dead links with relative links
Signed-off-by: Anja Strunk <[email protected]>
* Fix dead links
Signed-off-by: Anja Strunk <[email protected]>
* Use absolute path as relative pathes are not allowed
Signed-off-by: Anja Strunk <[email protected]>
---------
Signed-off-by: Markus Hentsch <[email protected]>
Signed-off-by: Anja Strunk <[email protected]>
Co-authored-by: Dominik Pataky <[email protected]>
Co-authored-by: anjastrunk <[email protected]>
Co-authored-by: Anja Strunk <[email protected]>1 parent ebfaa1a commit c3dd463
File tree
9 files changed
+914
-3
lines changed- Standards
- Tests
- iaas/secure-connections
- mozilla-tls-profiles
- testing
9 files changed
+914
-3
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
Lines changed: 209 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments