Home | History | Annotate | Download | only in x509

Lines Matching refs:PEM

9 	"encoding/pem"
415 block, _ := pem.Decode([]byte(pemBytes))
417 return nil, errors.New("failed to decode PEM")
1532 der, _ := pem.Decode([]byte(tt.cert))
1534 t.Errorf("#%d: Unable to decode PEM block", i)