Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
2987cbdb
Commit
2987cbdb
authored
Sep 09, 2014
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws_ssl -> websocket_ssl_proxy
parent
6083b9c5
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile
examples/websocket_ssl_proxy/Makefile
+0
-0
ws1_ca.pem
examples/websocket_ssl_proxy/certs/ws1_ca.pem
+0
-0
ws1_client.pem
examples/websocket_ssl_proxy/certs/ws1_client.pem
+0
-0
ws1_server.pem
examples/websocket_ssl_proxy/certs/ws1_server.pem
+0
-0
ws2_ca.pem
examples/websocket_ssl_proxy/certs/ws2_ca.pem
+0
-0
ws2_client.pem
examples/websocket_ssl_proxy/certs/ws2_client.pem
+0
-0
ws2_server.pem
examples/websocket_ssl_proxy/certs/ws2_server.pem
+0
-0
net_skeleton.c
examples/websocket_ssl_proxy/net_skeleton.c
+1
-1
net_skeleton.h
examples/websocket_ssl_proxy/net_skeleton.h
+1
-1
ssl_wrapper.c
examples/websocket_ssl_proxy/ssl_wrapper.c
+1
-1
ssl_wrapper.h
examples/websocket_ssl_proxy/ssl_wrapper.h
+1
-1
ws_ssl.c
examples/websocket_ssl_proxy/ws_ssl.c
+0
-0
ws_ssl.html
examples/websocket_ssl_proxy/ws_ssl.html
+0
-0
No files found.
examples/w
s_ssl
/Makefile
→
examples/w
ebsocket_ssl_proxy
/Makefile
View file @
2987cbdb
File moved
examples/w
s_ssl
/certs/ws1_ca.pem
→
examples/w
ebsocket_ssl_proxy
/certs/ws1_ca.pem
View file @
2987cbdb
File moved
examples/w
s_ssl
/certs/ws1_client.pem
→
examples/w
ebsocket_ssl_proxy
/certs/ws1_client.pem
View file @
2987cbdb
File moved
examples/w
s_ssl
/certs/ws1_server.pem
→
examples/w
ebsocket_ssl_proxy
/certs/ws1_server.pem
View file @
2987cbdb
File moved
examples/w
s_ssl
/certs/ws2_ca.pem
→
examples/w
ebsocket_ssl_proxy
/certs/ws2_ca.pem
View file @
2987cbdb
File moved
examples/w
s_ssl
/certs/ws2_client.pem
→
examples/w
ebsocket_ssl_proxy
/certs/ws2_client.pem
View file @
2987cbdb
File moved
examples/w
s_ssl
/certs/ws2_server.pem
→
examples/w
ebsocket_ssl_proxy
/certs/ws2_server.pem
View file @
2987cbdb
File moved
examples/w
s_ssl
/net_skeleton.c
→
examples/w
ebsocket_ssl_proxy
/net_skeleton.c
View file @
2987cbdb
...
...
@@ -14,7 +14,7 @@
// Alternatively, you can license this software under a commercial
// license, as set out in <http://cesanta.com/>.
//
// $Date: 2014-09-09 17:0
7:55
UTC $
// $Date: 2014-09-09 17:0
9:33
UTC $
#include "net_skeleton.h"
...
...
examples/w
s_ssl
/net_skeleton.h
→
examples/w
ebsocket_ssl_proxy
/net_skeleton.h
View file @
2987cbdb
...
...
@@ -14,7 +14,7 @@
// Alternatively, you can license this software under a commercial
// license, as set out in <http://cesanta.com/>.
//
// $Date: 2014-09-09 17:0
7:55
UTC $
// $Date: 2014-09-09 17:0
9:33
UTC $
#ifndef NS_SKELETON_HEADER_INCLUDED
#define NS_SKELETON_HEADER_INCLUDED
...
...
examples/w
s_ssl
/ssl_wrapper.c
→
examples/w
ebsocket_ssl_proxy
/ssl_wrapper.c
View file @
2987cbdb
...
...
@@ -14,7 +14,7 @@
// Alternatively, you can license this software under a commercial
// license, as set out in <http://cesanta.com/products.html>.
//
// $Date: 2014-09-09 17:0
7:55
UTC $
// $Date: 2014-09-09 17:0
9:33
UTC $
#include "net_skeleton.h"
#include "ssl_wrapper.h"
...
...
examples/w
s_ssl
/ssl_wrapper.h
→
examples/w
ebsocket_ssl_proxy
/ssl_wrapper.h
View file @
2987cbdb
...
...
@@ -14,7 +14,7 @@
// Alternatively, you can license this software under a commercial
// license, as set out in <http://cesanta.com/products.html>.
//
// $Date: 2014-09-09 17:0
7:55
UTC $
// $Date: 2014-09-09 17:0
9:33
UTC $
#ifndef SSL_WRAPPER_HEADER_INCLUDED
#define SSL_WRAPPER_HEADER_INCLUDED
...
...
examples/w
s_ssl
/ws_ssl.c
→
examples/w
ebsocket_ssl_proxy
/ws_ssl.c
View file @
2987cbdb
File moved
examples/w
s_ssl
/ws_ssl.html
→
examples/w
ebsocket_ssl_proxy
/ws_ssl.html
View file @
2987cbdb
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment