Commit 2ffd96b
committed
broker: ensure CURVE certificate has a name
Problem: internally generated curve certs are not named,
so overlay_cert_name() can return NULL, but a name is required
when authorizing a cert.
This API inconsistency results in extra code and confusion
when implementing a new boot method.
Use the rank as the name for internally generated certs.1 parent 98d7b2a commit 2ffd96b
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
282 | 287 | | |
283 | 288 | | |
284 | 289 | | |
| |||
0 commit comments