1) First of all I have taken Gurux Server and client in C base, I have compiled and I testing all the scenarios, The General thing is working but when I look for secure, there are two things symmetric and
asymmetric. The symmetric testing I have gone through below link https://www.gurux.fi/Gurux.DLMS.Secure but after making the changes even though If i change wrong blockCipherKey, Authentication key in client side, still the connection establishment happening for the Given Client and Server sample, I made the changes from above link for client. How can I make sure it is surely working on symmetric mode because it never fails with wrong authentication key,
2) There is no example for asymmetric secure testing in C based, Is there no support in C at all or only the example code is not available, Please let us know, because we are going to use your C based code in our devices to communicate with meters and It has to work for both Symmetric and asymmetric.
Yes, python is available but my question is asymmetric secure support is available in python?, if not what are all the languages right now you are supporting with asymmetric? Please let us know. Because only with symmetric in C, is that enough?
Hi,
Hi,
Check the client example. If you give -C parameter you can set used ciphering level. Example:
-C AuthenticationEncryption
Asymmetric security is not implemented for ANSI C at the moment.
BR,
Mikko
Thanks for the inputs.
Thanks for the inputs.
Is it available for python?
Hi,
Hi,
Yes, you can also use Python.
BR,
Mikko
Hi Mikko,
Hi Mikko,
Yes, python is available but my question is asymmetric secure support is available in python?, if not what are all the languages right now you are supporting with asymmetric? Please let us know. Because only with symmetric in C, is that enough?
Thanks,
Gopi
Hi,
Hi,
Only Java is supporting asymmetric at the moment.
BR,
Mikko
Thank you
Thank you