Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dqlog_event_helpers.c543 size_t adv = need_skip; in log_frames() local
545 if (adv < PACKET_remaining(&pkt)) in log_frames()
546 adv = PACKET_remaining(&pkt); in log_frames()
548 if (!PACKET_forward(&pkt, adv)) in log_frames()
551 need_skip -= adv; in log_frames()
/openssl/doc/man1/
H A Dopenssl-s_client.pod.in56 [B<-adv>]
453 =item B<-adv>
878 given), and neither of B<-adv> or B<-nocommands> are given then "Basic" command
910 If B<-adv> has been given then "advanced" command mode is entered. As with basic
/openssl/
H A DCHANGES.md586 option. Use of the "advanced" s_client command command via the "-adv" option
591 * Added an "advanced" command mode to s_client. Use this with the "-adv"
595 escaping mechanism. After starting s_client with "-adv" type "{help}"

Completed in 157 milliseconds