Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FuzzIstioCASign (0.17 sec)

  1. security/pkg/pki/ca/fuzz_test.go

    // limitations under the License.
    
    package ca
    
    import (
    	"testing"
    	"time"
    
    	fuzz "github.com/AdaLogics/go-fuzz-headers"
    )
    
    func FuzzIstioCASign(f *testing.F) {
    	f.Fuzz(func(t *testing.T, data, csrPEM []byte) {
    		ff := fuzz.NewConsumer(data)
    		// create ca options
    		opts := &IstioCAOptions{}
    		err := ff.GenerateStruct(opts)
    		if err != nil {
    			return
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 12 14:51:41 UTC 2022
    - 1.2K bytes
    - Viewed (0)
Back to top