openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
I
IoTAuth - SST: Secure Swarm Toolkit
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
about 11 hours
ago.
Jun 26, 2024 — Jun 26, 2025
Showing page 10 of 29
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
changed from EVP_DecryptInit_ex2 to EVP_DecryptInit_ex
Jakio815
More...
almost 3 years ago
Erased comments. Bugs fixed.
Jakio815
More...
almost 3 years ago
Improve readability of the code.
Hokeun Kim
More...
almost 3 years ago
Use unsigned char array when possible and use OPENSSL_free when necessary.
Hokeun Kim
More...
almost 3 years ago
Merge pull request #14 from iotauth/error-fix
Hokeun Kim
More...
almost 3 years ago
Fix error in processing payload when multiple TCP packets arrive at the same time.
Jakio815
More...
almost 3 years ago
Make cipher & MAC key unsigned char array
Jakio815
More...
almost 3 years ago
Fix error in processing payload when multiple TCP packets arrive at the same time.
Jakio815
More...
almost 3 years ago
Use array instantiation instead of malloc for locally created & destroyed buffers.
Hokeun Kim
More...
almost 3 years ago
Update print_buf and delete print_usigned_char_array.
Hokeun Kim
More...
almost 3 years ago
Change thread name & remove comment
Jakio815
More...
almost 3 years ago
Remove unnecessary prints and and comments
Jakio815
More...
almost 3 years ago
erased unused variable
Jakio815
More...
almost 3 years ago
Merge branch 'iotauth:master' into master
Hokeun Kim
More...
almost 3 years ago
Add finComm command for node server entity.
Hokeun Kim
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.
Hokeun Kim
More...
almost 3 years ago
Let thread return when socket is closed.
Hokeun Kim
More...
almost 3 years ago
Fix strcpy -> memcpy, because we're not copying null-terminated string.
Hokeun Kim
More...
almost 3 years ago
Fix Makefile so that it makes again when entity_client.c or entity_server.c has changed.
Hokeun Kim
More...
almost 3 years ago
Added sleep() before freeing SST
Jakio815
More...
almost 3 years ago
erased useless codes
Jakio815
More...
almost 3 years ago
Fixed seg_fault on free_session_key_list_t
Jakio815
More...
almost 3 years ago
strncmp -> memcmp, fix typo in error message Ivalid -> Invalid, add printing for invalid MAC error.
Hokeun Kim
More...
almost 3 years ago
Add utility function for printing buffer in hex string.
Hokeun Kim
More...
almost 3 years ago
Move free(enc).
Hokeun Kim
More...
almost 3 years ago
Fix segmentation fault in entity_server.
Hokeun Kim
More...
almost 3 years ago
merge conflict solved
Jakio815
More...
almost 3 years ago
add comments to struct session_key_list_t // fix bug when distribution_key exists // erase unused comments
Jakio815
More...
almost 3 years ago
Fix type mismatch warning.
Hokeun Kim
More...
almost 3 years ago
Add free functions for distribution_key_t and config_t.
Hokeun Kim
More...
almost 3 years ago
←
1
2
…
6
7
8
9
10
11
12
13
14
…
28
29
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree