Searched refs:no_nonce (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.bin/openssl/ |
H A D | ts.c | 84 const char *policy, int no_nonce, int cert, const char *in, const char *out, 89 const char *policy, int no_nonce, int cert); 130 int no_nonce; member 252 .opt.flag = &cfg.no_nonce, 415 cfg.md, cfg.policy, cfg.no_nonce, in ts_main() 531 const char *policy, int no_nonce, int cert, const char *in, const char *out, in query_command() argument 552 policy, no_nonce, cert); in query_command() 594 int no_nonce, int cert) in create_query() argument 651 if (!no_nonce && (nonce_asn1 = create_nonce(NONCE_LENGTH)) == NULL) in create_query()
|
/openbsd/lib/libssl/test/ |
H A D | testtsa | 85 …../util/shlib_wrap.sh ../../apps/openssl ts -query -data ../testtsa -policy tsa_policy2 -no_nonce \ 92 ../../util/shlib_wrap.sh ../../apps/openssl ts -query -data ../CAtsa.cnf -no_nonce -out req3.tsq
|