Jonathan Verner
Jonathan Verner
When using h2o I found it useful to be able to use the {% for %} block to iterate over a list given explicitly in the template, e.g.: ``` {%...
I found it useful to be able to include different files based on the content of variables, e.g. ``` {% for year in 2014,2015,2016 %} {% include 'gallery-{year}.html' %} {%...
I found it annoying that the `{% if %}` tag only allowed simple expressions (no `and`, `or`, ...) which forced me to nest if blocks. Similarly I found it convenient...
**Describe the bug** When using CMake integration to auto-discover tests and run them with CTest, tests which are skipped are reported as failed. **Expected behavior** Skipped tests are reported as...
This commit provides implementation for the following DEREncode methods: RdnValue::DEREncode DateValue::DEREncode ExtensionValue::DEREncode KeyIdentifierValue::DEREncode BasicConstraintValue::BERDecode Notably, it does not implement the X509Certificate::DEREncode method, which is the main missing part for being...