greenplumn fe-secure-common 源码
greenplumn fe-secure-common 代码
文件路径:/src/interfaces/libpq/fe-secure-common.h
/*-------------------------------------------------------------------------
*
* fe-secure-common.h
*
* common implementation-independent SSL support code
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* src/interfaces/libpq/fe-secure-common.h
*
*-------------------------------------------------------------------------
*/
#ifndef FE_SECURE_COMMON_H
#define FE_SECURE_COMMON_H
#include "libpq-fe.h"
extern int pq_verify_peer_name_matches_certificate_name(PGconn *conn,
const char *namedata, size_t namelen,
char **store_name);
extern bool pq_verify_peer_name_matches_certificate(PGconn *conn);
#endif /* FE_SECURE_COMMON_H */
相关信息
相关文章
greenplumn fe-gssapi-common 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦