OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tls_expecthash
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/nc/
netcat.c
121
char *
tls_expecthash
; /* required hash of peer cert */
variable in typeref:typename:char *
228
tls_expecthash
= optarg;
422
if (
tls_expecthash
&& !usetls)
531
if (
tls_expecthash
!= NULL)
807
if (
tls_expecthash
&& tls_peer_cert_hash(tls_ctx) &&
808
strcmp(
tls_expecthash
, tls_peer_cert_hash(tls_ctx)) != 0)
809
errx(1, "peer certificate is not %s",
tls_expecthash
);
838
else if (gotcert && tls_peer_cert_hash(tls_ctx) &&
tls_expecthash
&&
839
strcmp(
tls_expecthash
, tls_peer_cert_hash(tls_ctx)) != 0)
840
warnx("peer certificate is not %s",
tls_expecthash
);
[
all
...]
netcat.c
121
char *
tls_expecthash
; /* required hash of peer cert */
variable in typeref:typename:char *
228
tls_expecthash
= optarg;
422
if (
tls_expecthash
&& !usetls)
531
if (
tls_expecthash
!= NULL)
807
if (
tls_expecthash
&& tls_peer_cert_hash(tls_ctx) &&
808
strcmp(
tls_expecthash
, tls_peer_cert_hash(tls_ctx)) != 0)
809
errx(1, "peer certificate is not %s",
tls_expecthash
);
838
else if (gotcert && tls_peer_cert_hash(tls_ctx) &&
tls_expecthash
&&
839
strcmp(
tls_expecthash
, tls_peer_cert_hash(tls_ctx)) != 0)
840
warnx("peer certificate is not %s",
tls_expecthash
);
[
all
...]
netcat.c
121
char *
tls_expecthash
; /* required hash of peer cert */
variable in typeref:typename:char *
228
tls_expecthash
= optarg;
422
if (
tls_expecthash
&& !usetls)
531
if (
tls_expecthash
!= NULL)
807
if (
tls_expecthash
&& tls_peer_cert_hash(tls_ctx) &&
808
strcmp(
tls_expecthash
, tls_peer_cert_hash(tls_ctx)) != 0)
809
errx(1, "peer certificate is not %s",
tls_expecthash
);
838
else if (gotcert && tls_peer_cert_hash(tls_ctx) &&
tls_expecthash
&&
839
strcmp(
tls_expecthash
, tls_peer_cert_hash(tls_ctx)) != 0)
840
warnx("peer certificate is not %s",
tls_expecthash
);
[
all
...]
Completed in 61 milliseconds
Indexes created Mon Sep 22 21:09:42 GMT 2025