OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tls_verify_method
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
tls.c
160
if (!
tls_verify_method
)
161
tls_verify_method
= TLS_VERIFY_NONE;
163
if (!inf->peer_name || !strcmp(TLS_VERIFY_NONE,
tls_verify_method
)) {
177
if (!strcmp(TLS_VERIFY_SUBJECT,
tls_verify_method
)) {
182
if (strlen(
tls_verify_method
) == 0 ||
183
!strcmp(TLS_VERIFY_NAME,
tls_verify_method
)) {
188
if (!strcmp(TLS_VERIFY_SUFFIX,
tls_verify_method
)) {
pppd-private.h
236
extern char *
tls_verify_method
;
auth.c
264
char *
tls_verify_method
= NULL; /* Verify certificate method */
variable
462
{ "tls-verify-method", o_string, &
tls_verify_method
,
Completed in 21 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026