File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313)
1414
1515// MinimumRSABitLength is the minimum allowed bit-length when generating RSA keys.
16- const MinimumRSABitLength int = 12
16+ const MinimumRSABitLength int = 1024
1717
1818type ErrKeypairPassphrase struct { * locale.LocalizedError }
1919
Original file line number Diff line number Diff line change @@ -188,7 +188,5 @@ func (suite *RSAKeypairTestSuite) TestParseEncryptedRSA_IncorrectPassphrase() {
188188}
189189
190190func Test_RSAKeypair_TestSuite (t * testing.T ) {
191- t .Skip ("This is still captured by integration tests, but for now we're skipping the unit test as it" +
192- " prevents CI from running and we need time to devise a proper solution." )
193191 suite .Run (t , new (RSAKeypairTestSuite ))
194192}
Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ func (suite *SecretsSharingTestSuite) TestFailure_FirstShareHasBadlyEncryptedVal
5353}
5454
5555func (suite * SecretsSharingTestSuite ) TestFailure_FailedToEncryptForTargetUser () {
56- suite .T ().Skip ("This is still captured by integration tests, but for now we're skipping the unit test as it" +
57- " prevents CI from running and we need time to devise a proper solution." )
5856 shortKeypair , err := keypairs .GenerateRSA (keypairs .MinimumRSABitLength )
5957 suite .Require ().NoError (err )
6058
You can’t perform that action at this time.
0 commit comments