Alexandre Snarskii
Alexandre Snarskii
Sometimes I need to find elements based not on full, but rather on partial matches (for example, find all elements with contents starting with some string). Unfortunately it was not...
Fix for a well-known glitch in OpenSSL: when reassigning SSL to a different SSL_CTX certificates gets updated from a new context, but verification mode/depth and options are not updated. Based...
Motivation: consider the structure with list hierarchy: ``` container earth { list country { key name; leaf name {....}; list city { key name; ...... ``` and you want to...
.. when called without flag LYD_DIFF_DEFAULTS on node having LYD_DEFAULT or when called on opaque node. Root cause: ```nosiblings``` is checked only when [node comparison completed](https://github.com/CESNET/libyang/blob/7783869951e1494d6f4366892baebb32132c360d/src/diff.c#L1285) but it not happens...