Code formatting fixes and clean-up authentication plugin (#439)
* Fix code formatting, fix for memory leak in validate_handshake_reply_token and make error handling and return values more consistent with the other two plugins. Signed-off-by: Dennis Potman <dennis.potman@adlinktech.com> * Processed review comments: fixed memory leaks and more consistent error handling and function returns Signed-off-by: Dennis Potman <dennis.potman@adlinktech.com> * Fix trusted ca dir max exceeded Signed-off-by: Dennis Potman <dennis.potman@adlinktech.com>
This commit is contained in:
parent
0354b42cdc
commit
3ea2cea318
6 changed files with 2914 additions and 4410 deletions
|
@ -793,6 +793,8 @@ dds_security_api_err.h header file contains the code and message constants.
|
|||
+-------+----------------------------------------------------------------+
|
||||
| 151 | The payload is not aligned at 4 bytes |
|
||||
+-------+----------------------------------------------------------------+
|
||||
| 152 | Cannot open trusted CA directory: maximum number exceeded |
|
||||
+-------+----------------------------------------------------------------+
|
||||
| 200 | Undefined Error Message |
|
||||
+-------+----------------------------------------------------------------+
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue