mirror of
https://github.com/sonertari/SSLproxy
synced 2024-11-02 15:40:19 +00:00
parent
96b038ef9b
commit
d7cccacc05
2
ssl.c
2
ssl.c
@ -1902,6 +1902,7 @@ out:
|
||||
DBG_printf("%zd bytes unparsed\n", n);
|
||||
return servername;
|
||||
}
|
||||
#endif /* !OPENSSL_NO_TLSEXT */
|
||||
|
||||
int
|
||||
ssl_tls_clienthello_identify(const unsigned char *buf, ssize_t *sz)
|
||||
@ -1984,6 +1985,5 @@ out2:
|
||||
DBG_printf("%zd bytes unparsed\n", n);
|
||||
return 0;
|
||||
}
|
||||
#endif /* !OPENSSL_NO_TLSEXT */
|
||||
|
||||
/* vim: set noet ft=c: */
|
||||
|
2
ssl.h
2
ssl.h
@ -167,9 +167,9 @@ int ssl_is_ocspreq(const unsigned char *, size_t) NONNULL(1) WUNRES;
|
||||
#ifndef OPENSSL_NO_TLSEXT
|
||||
char * ssl_tls_clienthello_parse_sni(const unsigned char *, ssize_t *)
|
||||
NONNULL(1,2) MALLOC;
|
||||
#endif /* !OPENSSL_NO_TLSEXT */
|
||||
int ssl_tls_clienthello_identify(const unsigned char *, ssize_t *)
|
||||
NONNULL(1,2);
|
||||
#endif /* !OPENSSL_NO_TLSEXT */
|
||||
int ssl_dnsname_match(const char *, size_t, const char *, size_t)
|
||||
NONNULL(1,3) WUNRES;
|
||||
char * ssl_wildcardify(const char *) NONNULL(1) MALLOC;
|
||||
|
Loading…
Reference in New Issue
Block a user