mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 07:13:20 +00:00
Add res_http_websocket module which implements the WebSocket protocol according to RFC 6455.
Review: https://reviewboard.asterisk.org/r/1952/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@368359 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -219,6 +219,8 @@ struct hostent *ast_gethostbyname(const char *host, struct ast_hostent *hp);
|
||||
void ast_md5_hash(char *output, const char *input);
|
||||
/*! \brief Produces SHA1 hash based on input string */
|
||||
void ast_sha1_hash(char *output, const char *input);
|
||||
/*! \brief Produces SHA1 hash based on input string, stored in uint8_t array */
|
||||
void ast_sha1_hash_uint(uint8_t *digest, const char *input);
|
||||
|
||||
int ast_base64encode_full(char *dst, const unsigned char *src, int srclen, int max, int linebreaks);
|
||||
|
||||
|
Reference in New Issue
Block a user