Giter Club home page Giter Club logo

iso21177-proxy's Introduction

iso21177-proxy
--------------


Typical HTTP headers from Chrome
--------------------------------
GET /ruc/wormholeobjects.html HTTP/1.1
Host: localhost:8080
Connection: keep-alive
Cache-Control: max-age=0
sec-ch-ua: "Google Chrome";v="117", "Not;A=Brand";v="8", "Chromium";v="117"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Windows"
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
Sec-Fetch-Site: none
Sec-Fetch-Mode: navigate
Sec-Fetch-User: ?1
Sec-Fetch-Dest: document
Accept-Encoding: gzip, deflate, br
Accept-Language: nb-NO,nb;q=0.9,en-GB;q=0.8,en;q=0.7,no;q=0.6,nn;q=0.5,en-US;q=0.4,sv;q=0.3,da;q=0.2,de;q=0.1,it;q=0.1


Q-Free openssl with RFC8902 and ISO 21177 support
-------------------------------------------------

$ ./Configure
$ make
$ make test

Linking apps:
$(CC) -g -I$(OPENSSL_DIR)/include -L$(OPENSSL_DIR) \
and running:
LD_LIBRARY_PATH=$(OPENSSL_DIR) ./tls_client

Or use Makefile settings:
CXXOPTS+=-I/home/olal/openssl/include
LDFLAGS+=-L/home/olal/openssl -Wl,-rpath=/home/olal/openssl



Run proxy:
----------
iso21177-proxy -se-host 192.168.21.247 -vv -aid 36

Run RFC8902 HTTP client test tool:
----------------------------------
tls_client -e 192.168.21.247 -p 8877 -d -n 36 -H FILE
FILE can be:
/nnnn.text
/its1-100
/its1-s

iso21177-proxy's People

Contributors

lykkja avatar michalkazmierowski avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.