akarneliuk / pygnmi

The pure Python implementation of the gNMI client.
https://training.karneliuk.com
BSD 3-Clause "New" or "Revised" License
126 stars 44 forks source link

Support for tls-min-version and tls-max-version #156

Open rao-aneesh opened 4 months ago

rao-aneesh commented 4 months ago

Is there any support in pygnmi for these flags in accordance with this (tls-min-version and tls-max-version)? I have not been able to find anything in the source code related to flags like these. Thanks!