Pure C client for PurritoBin and other networking projects
Go to file
Érico Rolim dd30aa72a8 Split encrypt.c and fix use-after-free.
UAF from genalloc and stralloc frees.

Also remove randomization of IV, not used in bsd.ac.
2020-09-12 23:28:49 -03:00
.gitignore Split functionality into different files. 2020-09-10 23:33:52 -03:00
comm.c Split functionality into different files. 2020-09-10 23:33:52 -03:00
encrypt.c Split encrypt.c and fix use-after-free. 2020-09-12 23:28:49 -03:00
files.c Split functionality into different files. 2020-09-10 23:33:52 -03:00
formats.c Split functionality into different files. 2020-09-10 23:33:52 -03:00
makefile Split encrypt.c and fix use-after-free. 2020-09-12 23:28:49 -03:00
purr.c Split encrypt.c and fix use-after-free. 2020-09-12 23:28:49 -03:00
purr.h Split encrypt.c and fix use-after-free. 2020-09-12 23:28:49 -03:00
socket.c Split functionality into different files. 2020-09-10 23:33:52 -03:00
urls.c Split functionality into different files. 2020-09-10 23:33:52 -03:00