File tree Expand file tree Collapse file tree 6 files changed +2
-31
lines changed
Expand file tree Collapse file tree 6 files changed +2
-31
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,6 @@ import (
1515// then call features.Set(parsedConfig) to load the parsed struct into this
1616// package's global Config.
1717type Config struct {
18- // Deprecated features. These features have no effect. Removing them from
19- // configuration is safe.
20- //
21- // Once all references to them have been removed from deployed configuration,
22- // they can be deleted from this struct, after which Boulder will fail to
23- // start if they are present in configuration.
24- CAAAfterValidation bool
25- AllowNoCommonName bool
26- SHA256SubjectKeyIdentifier bool
27- EnforceMultiVA bool
28- MultiVAFullResults bool
29- CertCheckerRequiresCorrespondence bool
30- ECDSAForAll bool
31- CheckRenewalExemptionAtWFE bool
32- TrackReplacementCertificatesARI bool
33- UseKvLimitsForNewAccount bool
34-
3518 // ServeRenewalInfo exposes the renewalInfo endpoint in the directory and for
3619 // GET requests. WARNING: This feature is a draft and highly unstable.
3720 ServeRenewalInfo bool
Original file line number Diff line number Diff line change 1818 ],
1919 "ctLogListFile" : " test/ct-test-srv/log_list.json" ,
2020 "features" : {
21- "CertCheckerRequiresCorrespondence" : true ,
2221 "CertCheckerChecksValidations" : true ,
2322 "CertCheckerRequiresValidations" : true
2423 }
Original file line number Diff line number Diff line change 104104 }
105105 }
106106 },
107- "features" : {
108- "CheckRenewalExemptionAtWFE" : true ,
109- "UseKvLimitsForNewAccount" : true
110- },
111107 "ctLogs" : {
112108 "stagger" : " 500ms" ,
113109 "logListFile" : " test/ct-test-srv/log_list.json" ,
Original file line number Diff line number Diff line change 4646 ]
4747 }
4848 }
49- },
50- "features" : {
51- "TrackReplacementCertificatesARI" : true
5249 }
5350 },
5451 "syslog" : {
Original file line number Diff line number Diff line change 103103 "authorizationLifetimeDays" : 30 ,
104104 "pendingAuthorizationLifetimeDays" : 7 ,
105105 "features" : {
106- "ServeRenewalInfo" : true ,
107- "TrackReplacementCertificatesARI" : true ,
108- "CheckRenewalExemptionAtWFE" : true ,
109- "UseKvLimitsForNewAccount" : true
106+ "ServeRenewalInfo" : true
110107 }
111108 },
112109 "syslog" : {
Original file line number Diff line number Diff line change @@ -75,8 +75,7 @@ func TestFirstCSRSANHoistedToCN(t *testing.T) {
7575}
7676
7777// TestCommonNameSANsTooLong tests that, when the names in an order and CSR are
78- // too long to be hoisted into the CN, the correct behavior results (depending
79- // on the state of the AllowNoCommonName feature flag).
78+ // too long to be hoisted into the CN, the correct behavior results.
8079func TestCommonNameSANsTooLong (t * testing.T ) {
8180 t .Parallel ()
8281
You can’t perform that action at this time.
0 commit comments