Martin Lang
|
e229a3514a
Update src/ua_securechannel.c
|
hace 6 años |
Julius Pfrommer
|
7b275d9777
SecureChannel: Check for NULL-pointers in the SecureChannel
|
hace 6 años |
Jonas Green
|
e0eb2a099a
Fixed code analyze fix and reserve 1 more byte for padding.
|
hace 6 años |
Jonas Green
|
3da1d93e7d
Removed +1 byte when reserving space for padding in msg chunk
|
hace 6 años |
Jonas Green
|
4c5fa4a33f
Removed unused variable that was previously part of the solution
|
hace 6 años |
Jonas Green
|
f8c062c3be
Calculate the largest possible message body to fit the padding
|
hace 6 años |
Jonas Green
|
8f366f15f7
Reduce the size of the msg chunk to fit header and footer
|
hace 6 años |
Julius Pfrommer
|
27dc05196f
SecureChannel: Split UA_SecureChannel_close and UA_SecureChannel_deleteMembers
|
hace 6 años |
Mark Giraud
|
9310e39a06
Improve logging, error code handling and cosmetics
|
hace 6 años |
Mark Giraud
|
cf6e89d6b7
Fix #1930
|
hace 6 años |
Mark Giraud
|
e02e0abe98
Refactor large functions and add trace logging
|
hace 6 años |
Julius Pfrommer
|
f6eae36ebe
One ConnectionConfig per connection; Deduplicate HEL/ACK negotiation
|
hace 6 años |
Julius Pfrommer
|
7e635abcda
SecureChannel: Split into _init and _setSecurityPolicy
|
hace 6 años |
Julius Pfrommer
|
fd1061e444
SecureChannel: Put all messages/chunks in a tailq for in-order processing
|
hace 6 años |
Stefan Profanter
|
58c1be4db9
Use correct identifier labels and encode bytestring as base64
|
hace 6 años |
Stefan Profanter
|
af8daa874d
Merge branch '0.3' into master
|
hace 6 años |
Stefan Profanter
|
0f51f66653
Remove all usages of UA_THREAD_LOCAL. Fixes #1769
|
hace 6 años |
anzeskerjanc
|
dba75ccd25
Function UA_SecureChannel_appendChunk doesn't call UA_realloc for every new chunk.
|
hace 6 años |
Stefan Profanter
|
516865e606
Merge branch '0.3' into master
|
hace 6 años |
Stefan Profanter
|
880b5fb33c
Merge remote-tracking branch 'upstream/0.3' into feature/unit-tests/securechannel
|
hace 6 años |
Julius Pfrommer
|
67cbd86018
Set the correct copyright for @jpfr
|
hace 6 años |
Julius Pfrommer
|
46979d3b87
replace alloca with variable-length arrays and alloca as fallback
|
hace 6 años |
Mark Giraud
|
37e8654da8
SecurityPolicy Interface change (#1613)
|
hace 6 años |
StalderT
|
891aacf713
Check the connection state in UA_SecureChannel_sendSymmetricMessage
|
hace 6 años |
Julius Pfrommer
|
94dd550326
Small cleanup in securechannel
|
hace 6 años |
Mark Giraud
|
1600d8056e
Actually verify certificates when creating a securechannel (#1583)
|
hace 6 años |
Thomas Bender
|
487bc8674d
Removal of liburcu (userspace-rcu) (#1564)
|
hace 6 años |
Stefan Profanter
|
c2305461a3
Copyright holders at beginning of file (#1514)
|
hace 6 años |
Mark Giraud
|
a836a1c9f4
Fix incorrect padding calculation (#1551)
|
hace 6 años |
StalderT
|
02b817fc3c
fix UA_SecureChannel_sendSymmetricMessage
|
hace 6 años |