This website works better with JavaScript.
Explore
Help
Sign In
jab2870
/
YAIP
Watch
1
Star
0
Fork
You've already forked YAIP
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Yet Another Intercepting Proxy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24
Commits
1
Branch
0
Tags
145 KiB
Tag:
Branch:
Tree:
b880108746
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b880108746'
${ noResults }
YAIP
/
.gitignore
7 lines
48 B
Raw
Normal View
History
Unescape
Escape
Adds gitignore
3 years ago
.ccls-cache
*.o
Deletes binary
3 years ago
yaip
mynotes.md
*.sqlite
Starts work on https as well as some moving about I now start the listener in the main.c file rather than proxy given that I didn't feel proxy was the right place if a normal (non-proxied) request came in. webserver.{c,h} and proxy.{c,h} had some changes relating to this. The config changed slightly - we now create a folder in ~/.config/ called yaip. This is where certificates and so on will be stored along with the user configuration I created a helper function to get files inside this directory (it changes based on xdg_config_home) and updated relevant tests. In ssl.{c,h} I have started work. If they don't exist, the tool now creates and stores a key and certificate for the CA that this tool will need to pretend to be. I still need to write tests for this.
3 years ago
/certs