Skip to content

Commit 80e9a59

Browse files
committed
Explicitly allow small RSA key sizes for testing
1 parent d66689d commit 80e9a59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crypto_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
// you may not use this file except in compliance with the License.
55
// You may obtain a copy of the License at
66
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
7+
// http://www.apache.org/licenses/LICENSE-2.0
88
//
99
// Unless required by applicable law or agreed to in writing, software
1010
// distributed under the License is distributed on an "AS IS" BASIS,
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
14+
//
15+
//go:debug rsa1024min=0
1516
package certmagic
1617

1718
import (

0 commit comments

Comments
 (0)