commit 3d5fa7e7e63ce67bd5a4219147d31aa2735d2fcd Author: Jesús Pérez Date: Thu Aug 15 09:30:14 2024 +0100 init repo diff --git a/README.md b/README.md new file mode 100644 index 0000000..592162d --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ + +# [TII TLS 1.3 log and test features](./) + +Capture [TII TLS 1.3](https://tls13.io) logs and make them usefull to trace and test protocol developments and contexts + +Provide TII TLS 1.3](https://tls13.io) negotiating protocol logs, store, make them availables to be downloaded and navigate via browsers and command line requests against different test contextsi and services + +DocServer + + +> [!CAUTION] +> Code belongs to TII CRC + + ## Features + +[TII TLS 1.3 features- logs and tests](./) services and infrastructure to make them usefull in trace, diagnosis, researchs, etc. + +- **Transparent mode. Do not disturb too much**: use Rust logs and trace crates, **redefine** logs on the fly for contexts (secure and quiet modes) +- **Capture TLS negotiation. Even when one is not allowed to be in**: via developed log wrappers and libraries with conditional definitions for several existing log crates +- **Handling logs info ... suddenly an overwhelming quantity of infos**: handling different formats, categories and sources +- **Collecting and parsing** to allow friendly use and output format. Establish a taxonomy, structures and methods +- **Navigate among categories**: INFO, DEBUG, TRACE, ERROR, WARN. A search mechanism and some kind of filtering +- Log can for each request can have several hundreds of lines, some kind of **compression** is need for saving and sending and some kind of **autoclean** +- **Trusted procedures to deliver logs** with authorization, policies and permissions without authentication users +- **Share Source Libraries for Servers, Client and Processes**. Keep one's head healty and in place +- **Server** to listen **http** and **command-line** requests and to connect with **TLS servers** +- **Sharing settings** for all actors around logs. **Extending Settings** to be shared, reused and for validation and definitions +- **Log client for friendly log use and consume**. A Wasm client was created for browser and cli tools, under same Rust codebase +- **Allow use for common standards** like: curl, wget, openssl. Easy copy & paste command or descriptions with examples +- **Use templating subsystem** to share response and customize them for different clients and context +- **Test Challenge**. A final destination when everything seems to fail +- **Test mechanism** to collect logs even when everything in **TLS negotiation** fails +- **Test different context and client** against different settings and cominations +- **Customizable Services**: resources, primitives, settings, modules, text languages, etc +- **Create and support AWS infastructure** for all public Services using declarative mode and CD/CI in a Kubernetes cluster +- **Create automation procedures and tools** for develop and production toolchain around private git respositories +- **Design and Develop website for TII TLS 1.3 project as a personalized experince (ask permissions, save choices, sessions-ids, etc) +- **Events tracking and trace** to understand how services are used, what is used and where to improve +- **Documentation service** by using Rust mdbook and link code documention in logs viewer in browser UI + + +## Logs Request + + + diff --git a/cap/tls_test_curl.mp4 b/cap/tls_test_curl.mp4 new file mode 100644 index 0000000..59608a4 Binary files /dev/null and b/cap/tls_test_curl.mp4 differ diff --git a/cap/tls_test_openssl.mp4 b/cap/tls_test_openssl.mp4 new file mode 100644 index 0000000..3606548 Binary files /dev/null and b/cap/tls_test_openssl.mp4 differ diff --git a/cap/tls_test_openssl.webm b/cap/tls_test_openssl.webm new file mode 100644 index 0000000..2dca987 Binary files /dev/null and b/cap/tls_test_openssl.webm differ diff --git a/images/tii_tls_logs.svg b/images/tii_tls_logs.svg new file mode 100644 index 0000000..59a26ca --- /dev/null +++ b/images/tii_tls_logs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/tii_tls_logs_tests.svg b/images/tii_tls_logs_tests.svg new file mode 100644 index 0000000..9efe6ab --- /dev/null +++ b/images/tii_tls_logs_tests.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/tii_tls_test.svg b/images/tii_tls_test.svg new file mode 100644 index 0000000..955ad1e --- /dev/null +++ b/images/tii_tls_test.svg @@ -0,0 +1 @@ +test \ No newline at end of file diff --git a/images/tls_server_curl.jpg b/images/tls_server_curl.jpg new file mode 100644 index 0000000..ecc4c24 Binary files /dev/null and b/images/tls_server_curl.jpg differ diff --git a/images/tls_server_homepage.jpg b/images/tls_server_homepage.jpg new file mode 100644 index 0000000..885324a Binary files /dev/null and b/images/tls_server_homepage.jpg differ diff --git a/images/tls_server_openssl.jpg b/images/tls_server_openssl.jpg new file mode 100644 index 0000000..be139a7 Binary files /dev/null and b/images/tls_server_openssl.jpg differ diff --git a/images/tls_server_tiitls_client.jpg b/images/tls_server_tiitls_client.jpg new file mode 100644 index 0000000..0ab3097 Binary files /dev/null and b/images/tls_server_tiitls_client.jpg differ diff --git a/images/tls_server_wget.jpg b/images/tls_server_wget.jpg new file mode 100644 index 0000000..3df490f Binary files /dev/null and b/images/tls_server_wget.jpg differ diff --git a/images/tls_test_bubble.svg b/images/tls_test_bubble.svg new file mode 100644 index 0000000..6196d20 --- /dev/null +++ b/images/tls_test_bubble.svg @@ -0,0 +1 @@ +TLStests \ No newline at end of file diff --git a/images/tls_test_curl.webm b/images/tls_test_curl.webm new file mode 100644 index 0000000..4c906e0 Binary files /dev/null and b/images/tls_test_curl.webm differ diff --git a/images/tls_test_homepage.jpg b/images/tls_test_homepage.jpg new file mode 100644 index 0000000..44b792c Binary files /dev/null and b/images/tls_test_homepage.jpg differ