1. 02 Oct, 2022 4 commits
  2. 28 Sep, 2022 5 commits
  3. 27 Sep, 2022 1 commit
  4. 26 Sep, 2022 10 commits
  5. 23 Sep, 2022 1 commit
  6. 22 Sep, 2022 1 commit
  7. 21 Sep, 2022 7 commits
  8. 20 Sep, 2022 5 commits
    • oroulet's avatar
      update README · d0bd032e
      oroulet authored
      d0bd032e
    • oroulet's avatar
      update README · a244ac09
      oroulet authored
      a244ac09
    • oroulet's avatar
      new release v0.9.96 · c55447d8
      oroulet authored
      c55447d8
    • Alexander Schrode's avatar
      Check limits of messages (CVE-2022-25304) (#1040) · 01c7acf0
      Alexander Schrode authored
      * check message limits on recv
      
      * add ErrorMessage handling
      
      * add to large chunk test
      
      * client disconnect on ErrorMessage
      
      * change default transport limits
      01c7acf0
    • Jürg Rast's avatar
      New Documentation (#1007) · c66f34cf
      Jürg Rast authored
      * Initial new documentation
      
      * Update server-minimal example which is used in the docs
      
      * Better API Structure
      
      * Added RTD Config
      
      * Added documentation for 'a minimal opc-ua client'
      
      * More about nodes and nodeids
      
      * More usage guide
      
      * Combined Node & NodeId Docu, updated links in index
      
      * A little more documentation
      c66f34cf
  9. 16 Sep, 2022 2 commits
    • Karl Lindblom's avatar
      adds security policy Aes128-Sha256-RsaOaep (#1032) · 0499120c
      Karl Lindblom authored
      * adds security policy Aes128-Sha256-RsaOaep
      
      * updates docstring for policy
      
      * formats for loop in encrypt asymmetric
      
      * updates policy type
      
      * updates test case for new policy
      
      * updates server with new policy
      
      * adds secure_channel_nonce_length to policies
      
      * updates security policy class
      
      * updates client with new nonce length
      
      * updates connection with new nonce variable
      0499120c
    • Alexander Schrode's avatar
      server handle malformed packets · f6603daa
      Alexander Schrode authored
      fix test after rebase
      
      server handle malformed packets
      
      close connection on error
      
      reorder imports
      
      change test
      f6603daa
  10. 11 Sep, 2022 1 commit
  11. 07 Sep, 2022 3 commits