Commit History

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