Alessandro Vesely

Results 12 issues of Alessandro Vesely

``` ale@pcale:~/NFCPassportReader$ swift build Fetching https://github.com/krzyzanowskim/OpenSSL.git [6279/6279] Fetching objects Fetched https://github.com/krzyzanowskim/OpenSSL.git (39.91s) Computing version for https://github.com/krzyzanowskim/OpenSSL.git Computed https://github.com/krzyzanowskim/OpenSSL.git at 1.1.1400 (0.21s) Creating working copy for https://github.com/krzyzanowskim/OpenSSL.git Working copy of https://github.com/krzyzanowskim/OpenSSL.git...

The colon terminal ('`:`') seems to exist just for that, so it can be flagged while parsing. Doing it later requires careful counting (as in jsondump). Storing `is_key` requires just...

This bug is twofold. Both aspects of it originate from [rfc8616](https://tools.ietf.org/html/rfc8616#section-5), which allows d=, i=, and s= tags of a DKIM-Signature header field to be utf-8. On the one hand,...

enhancement

It'd be useful to retrieve existing file(s), or FS image, after changes carried out by the running sketch. Is it possible to do that without loading special tools to the...

If an application has more than one verify context open, it may need to check how a given signature validates in each different context. The order that signatures appear is...

RFC 8616 allows UTF-8 characters in domain and selector (and the i= tag). That doesn't seem to disturb signing. However, verification is hampered by a couple of ASCII checks in...

The [OpenDKIM site](http://www.opendkim.org/) has download and issues menu entries still pointing to SOURCEFORGE. This may cause confusion.

I'm unable to create an image from computed values. For example (skipping error checks): ```C spng_ctx *ctx = spng_ctx_new(SPNG_CTX_ENCODER); FILE *fp = fopen("my.png", "w"); spng_set_png_file(ctx, fp); struct spng_ihdr ihdr =...

The most important change is sorting by offset. This provides greater stability to those who run the client from cron. I used to see logs like this: ```log Sep 8...

Eseguendo il test, anche dando 20 come primo input, il programma esce abortendo a causa di un `double free`. Si tratta di `CLog::~CLog()` come si vede lanciando il test sotto...

bug