Tomáš Mráz

Results 1511 comments of Tomáš Mráz

Merged. Thank you for the reviews.

What about the empty line after the `UnboundedDirectoryString` line? Is that intentional?

Merged to the master branch. Thank you for your contribution.

@baentsch please note that algorithm names are case-insensitive apart from when you retrieve them for displaying them to the user.

> Oh, and one more thing: As group names _are_ case sensitive, a complete implementation of this issue would also require adding a "properly cased" alias for group names (currently...

> Could you elaborate why? Wouldn't this simply be a question of changing group name matching (in openssl core) to be case insensitive? Wouldn't the group name be passed to...

> a) How/where/why? I thought the only item of relevance in operation (for groups) is the code point, not the name(?) b) Isn't the KEM registration procedure defining which provider...

> The fix can solve the test failure. In crypto/ec/ec_support.c, NID_sect283k1 is enclosed in #ifndef OPENSSL_NO_EC2M ... #endif, but in crypto/evp/ec_curve.c and ssl/t1_lib.c, it's not. So some api can find...