Tomáš Mráz
Tomáš Mráz
@npajkovsky Could you please submit a CLA according to https://openssl-library.org/policies/cla/index.html ?
Ah, there was a typo in our CLA database. I'm sorry for that.
> should that one also have & ~ASN1_STRFLGS_ESC_MSB? IMO yes. We should be printing UTF-8 unmangled.
The newly added CI job is failing.
> Do we need to fight the machine because the branch was created in the openssl repo? Yes, unfortunately.
Ping @openssl/committers for the second review.
@shahsb I am really curious what are your intentions with these approvals on PRs like this one. We very much appreciate external (non-committers) reviews which find issues with PRs. However...
@mattcaswell can you please merge this as this is for master branch only?
Merged to the master branch. Thank you
> crypto/ts/ts_conf.c: if ((cert = BIO_new_file(file, "r")) == NULL) > crypto/ts/ts_conf.c: if ((certs = BIO_new_file(file, "r")) == NULL) > crypto/ts/ts_conf.c: if ((key = BIO_new_file(file, "r")) == NULL) I believe at...