Home
last modified time | relevance | path

Searched refs:websafe_allowlist (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dagent_fuzz_helper.c161 websafe_allowlist = xstrdup("*"); in test_one()
/freebsd/crypto/openssh/
H A Dssh-agent.c194 static char *websafe_allowlist; variable
946 websafe_allowlist, 0) != 1 && in process_sign_request2()
2316 if (websafe_allowlist != NULL) in main()
2318 websafe_allowlist = xstrdup(ccp); in main()
2380 if (websafe_allowlist == NULL) in main()
2381 websafe_allowlist = xstrdup(DEFAULT_WEBSAFE_ALLOWLIST); in main()
H A DChangeLog6291 initialise websafe_allowlist in agent fuzzer