diff options
| author | 刘学利 <[email protected]> | 2021-05-11 03:34:57 +0000 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2021-05-11 03:34:57 +0000 |
| commit | eaa9479def9efc97f0f6f991f8ac379fe1eb7ad6 (patch) | |
| tree | 2f892115138e95af18846ee79cc315a6a795c3af /src/SSL_Proc.h | |
| parent | 16b8fb5fe0e61815ec7020078876129044a77b0d (diff) | |
support session ticketv2.0.0
Diffstat (limited to 'src/SSL_Proc.h')
| -rw-r--r-- | src/SSL_Proc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/SSL_Proc.h b/src/SSL_Proc.h index c9c7be2..8e25916 100644 --- a/src/SSL_Proc.h +++ b/src/SSL_Proc.h @@ -20,10 +20,15 @@ int BtoL3BytesNum(char *pcData); int BtoL4BytesNum(char *pcData); int ssl_protoRecg(char *pcData, int iDataLen); +char *fn_pcGetSuite(unsigned char *pucId, int iIdLen, stSerialString_t *pastElemTypes); UCHAR ssl_doWithVersion(ssl_stream **a_ssl_stream, struct streaminfo *a_tcp, unsigned long long region_flag, int thread_seq, void *a_packet); +UCHAR ssl_doWithNewSessionTicket(ssl_stream **a_ssl_stream, struct streaminfo *a_tcp, + unsigned long long region_flag, int thread_seq, void *a_packet); UCHAR ssl_doWithApplicationData(ssl_stream **a_ssl_stream, struct streaminfo *a_tcp, unsigned long long region_flag, int thread_seq, void *a_packet); +UCHAR ssl_doWithAlert(ssl_stream **a_ssl_stream, struct streaminfo *a_tcp, + unsigned long long region_flag, int thread_seq, void *a_packet); UCHAR ssl_doWithCertificate(ssl_stream **a_ssl_stream, struct streaminfo *a_tcp, unsigned long long region_flag, int thread_seq, void *a_packet); UCHAR ssl_doWithCertificateDetail(ssl_stream **a_ssl_stream, struct streaminfo *a_tcp, |
