Home
last modified time | relevance | path

Searched refs:stdin (Results 26 – 34 of 34) sorted by relevance

12

/openssl/doc/man3/
H A DBIO_s_file.pod73 When wrapping stdout, stdin or stderr the underlying stream should not
/openssl/apps/lib/
H A Dapps.c307 unbuffer(stdin); in app_get_pass()
997 unbuffer(stdin); in load_key_certs_crls()
998 bio = BIO_new_fp(stdin, 0); in load_key_certs_crls()
2931 return fileno(stdin); in fileno_stdin()
2996 return BIO_new_fp(stdin, in dup_bio_in()
3248 if (!feof(stdin)) { in has_stdin_waiting()
/openssl/apps/
H A Ddgst.c438 BIO_set_fp(in, stdin, BIO_NOCLOSE); in dgst_main()
H A Dca.c1027 if (fgets(tmp, sizeof(tmp), stdin) == NULL) { in ca_main()
1884 if (fgets(buf, sizeof(buf), stdin) == NULL) { in do_body()
H A Dreq.c1395 if (!fgets(buf, buf_size, stdin)) in build_data()
/openssl/doc/man1/
H A Dopenssl-s_client.pod.in1017 a script without a valid I<stdin>), it may close the connection prematurely,
1019 which keeps B<s_client> running even after reaching EOF from I<stdin>.
H A Dopenssl-ts.pod.in139 created. stdin is the default if neither the B<-data> nor the B<-digest>
/openssl/include/openssl/
H A Dbio.h.in81 * BIO_set_fp(in,stdin,BIO_NOCLOSE);
/openssl/
H A DCHANGES.md2130 This allows piping or redirection of a file BIO using stdin to be buffered
14904 * Disable stdin buffering in `load_cert()` (`apps/apps.c`) so that no certs are
15467 line, '-stdin' option, '-in ...' option) and thus should not
17582 * New s_client option -ign_eof: EOF at stdin is ignored, and

Completed in 98 milliseconds

12