0
I Use This!
Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 11 hours ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed from EVP_DecryptInit_ex2 to EVP_DecryptInit_ex More... almost 3 years ago
Erased comments. Bugs fixed. More... almost 3 years ago
Improve readability of the code. More... almost 3 years ago
Use unsigned char array when possible and use OPENSSL_free when necessary. More... almost 3 years ago
Merge pull request #14 from iotauth/error-fix More... almost 3 years ago
Fix error in processing payload when multiple TCP packets arrive at the same time. More... almost 3 years ago
Make cipher & MAC key unsigned char array More... almost 3 years ago
Fix error in processing payload when multiple TCP packets arrive at the same time. More... almost 3 years ago
Use array instantiation instead of malloc for locally created & destroyed buffers. More... almost 3 years ago
Update print_buf and delete print_usigned_char_array. More... almost 3 years ago
Change thread name & remove comment More... almost 3 years ago
Remove unnecessary prints and and comments More... almost 3 years ago
erased unused variable More... almost 3 years ago
Merge branch 'iotauth:master' into master More... almost 3 years ago
Add finComm command for node server entity. More... almost 3 years ago
Explicitly call pthread_join so that the program will continue only after the receive_thread returns. Make messages more meaningful. More... almost 3 years ago
Let thread return when socket is closed. More... almost 3 years ago
Fix strcpy -> memcpy, because we're not copying null-terminated string. More... almost 3 years ago
Fix Makefile so that it makes again when entity_client.c or entity_server.c has changed. More... almost 3 years ago
Added sleep() before freeing SST More... almost 3 years ago
erased useless codes More... almost 3 years ago
Fixed seg_fault on free_session_key_list_t More... almost 3 years ago
strncmp -> memcmp, fix typo in error message Ivalid -> Invalid, add printing for invalid MAC error. More... almost 3 years ago
Add utility function for printing buffer in hex string. More... almost 3 years ago
Move free(enc). More... almost 3 years ago
Fix segmentation fault in entity_server. More... almost 3 years ago
merge conflict solved More... almost 3 years ago
add comments to struct session_key_list_t // fix bug when distribution_key exists // erase unused comments More... almost 3 years ago
Fix type mismatch warning. More... almost 3 years ago
Add free functions for distribution_key_t and config_t. More... almost 3 years ago