aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-08-03 14:42:44 +0000
committerlloyd <[email protected]>2012-08-03 14:42:44 +0000
commit3b8478fbf7aced5b1ab5d56757b6ca70f37e7557 (patch)
treed48fc9257d9eac73b12a1335bbd22d86e610830e /src
parentdb2a5f10716f69a58f8c554c8e65d21e198ffbc5 (diff)
Rename all the message source files to msg_
Diffstat (limited to 'src')
-rw-r--r--src/tls/info.txt20
-rw-r--r--src/tls/msg_cert_req.cpp (renamed from src/tls/cert_req.cpp)0
-rw-r--r--src/tls/msg_cert_verify.cpp (renamed from src/tls/cert_ver.cpp)0
-rw-r--r--src/tls/msg_client_hello.cpp (renamed from src/tls/c_hello.cpp)0
-rw-r--r--src/tls/msg_client_kex.cpp (renamed from src/tls/c_kex.cpp)0
-rw-r--r--src/tls/msg_finished.cpp (renamed from src/tls/finished.cpp)0
-rw-r--r--src/tls/msg_hello_verify.cpp (renamed from src/tls/hello_verify.cpp)0
-rw-r--r--src/tls/msg_next_protocol.cpp (renamed from src/tls/next_protocol.cpp)0
-rw-r--r--src/tls/msg_server_hello.cpp (renamed from src/tls/s_hello.cpp)0
-rw-r--r--src/tls/msg_server_kex.cpp (renamed from src/tls/s_kex.cpp)0
-rw-r--r--src/tls/msg_session_ticket.cpp (renamed from src/tls/session_ticket.cpp)0
11 files changed, 10 insertions, 10 deletions
diff --git a/src/tls/info.txt b/src/tls/info.txt
index bc2bc41c3..40a4cc9a5 100644
--- a/src/tls/info.txt
+++ b/src/tls/info.txt
@@ -34,18 +34,18 @@ tls_session_key.h
</header:internal>
<source>
-c_hello.cpp
-c_kex.cpp
-cert_req.cpp
-cert_ver.cpp
-finished.cpp
-hello_verify.cpp
-next_protocol.cpp
+msg_cert_req.cpp
+msg_cert_verify.cpp
+msg_client_hello.cpp
+msg_client_kex.cpp
+msg_finished.cpp
+msg_hello_verify.cpp
+msg_next_protocol.cpp
+msg_server_hello.cpp
+msg_server_kex.cpp
+msg_session_ticket.cpp
rec_read.cpp
rec_wri.cpp
-s_hello.cpp
-s_kex.cpp
-session_ticket.cpp
tls_alert.cpp
tls_channel.cpp
tls_ciphersuite.cpp
diff --git a/src/tls/cert_req.cpp b/src/tls/msg_cert_req.cpp
index 5087865d4..5087865d4 100644
--- a/src/tls/cert_req.cpp
+++ b/src/tls/msg_cert_req.cpp
diff --git a/src/tls/cert_ver.cpp b/src/tls/msg_cert_verify.cpp
index 7a58ea28a..7a58ea28a 100644
--- a/src/tls/cert_ver.cpp
+++ b/src/tls/msg_cert_verify.cpp
diff --git a/src/tls/c_hello.cpp b/src/tls/msg_client_hello.cpp
index 2d2e03752..2d2e03752 100644
--- a/src/tls/c_hello.cpp
+++ b/src/tls/msg_client_hello.cpp
diff --git a/src/tls/c_kex.cpp b/src/tls/msg_client_kex.cpp
index 1bf41cff2..1bf41cff2 100644
--- a/src/tls/c_kex.cpp
+++ b/src/tls/msg_client_kex.cpp
diff --git a/src/tls/finished.cpp b/src/tls/msg_finished.cpp
index 9205331de..9205331de 100644
--- a/src/tls/finished.cpp
+++ b/src/tls/msg_finished.cpp
diff --git a/src/tls/hello_verify.cpp b/src/tls/msg_hello_verify.cpp
index 19597e9df..19597e9df 100644
--- a/src/tls/hello_verify.cpp
+++ b/src/tls/msg_hello_verify.cpp
diff --git a/src/tls/next_protocol.cpp b/src/tls/msg_next_protocol.cpp
index 71bb0eb9e..71bb0eb9e 100644
--- a/src/tls/next_protocol.cpp
+++ b/src/tls/msg_next_protocol.cpp
diff --git a/src/tls/s_hello.cpp b/src/tls/msg_server_hello.cpp
index 8d151b2b0..8d151b2b0 100644
--- a/src/tls/s_hello.cpp
+++ b/src/tls/msg_server_hello.cpp
diff --git a/src/tls/s_kex.cpp b/src/tls/msg_server_kex.cpp
index 2d27c6f0d..2d27c6f0d 100644
--- a/src/tls/s_kex.cpp
+++ b/src/tls/msg_server_kex.cpp
diff --git a/src/tls/session_ticket.cpp b/src/tls/msg_session_ticket.cpp
index 2bb9987a9..2bb9987a9 100644
--- a/src/tls/session_ticket.cpp
+++ b/src/tls/msg_session_ticket.cpp