Richard Levitte

Results 466 comments of Richard Levitte

In what way doesn't it work? That functionality is deprecated, but not yet removed. We don't support this way of doing things in providers, though, but I'm not sure if...

Merged 1dc2ae414f8e34e957c41ac5933d9a033305501d Use $config{build_file} instead of $target{build_file}

The surprising thing with this is that we do test `EVP_PKEY_CTX_set_group_name()`, among others by pretty thorough ssl test programs, but also explicitly here: https://github.com/openssl/openssl/blob/c8093347f736c7991350d26048b680d0e64974a0/test/evp_extra_test.c#L1917 So, what I wonder is what's...

.... ah! We haven't really tested much using legacy methods, have we? Everything we try has moved to providers, so the param→ctrl translations doesn't get as exercised as they probably...

This is a sort of roundabout way to try and resolve the concept of a session, isn't it? I would rather solve that at a higher level, as it concerns...

Implementing this in the file store is rather.... futile. It still uses the passphrase callback given through load, and redoes the decoder setup there (when loading files). I haven't made...

@simo5, thanks for the expansion on the issue. I understand what you're seeing as a problem. The concern I'm having is that this sort of thing doesn't touch just the...

> > I think the issue here is that it should be kept in the tree _and_ there should be a CI target that actually uses it. > > It's...

The config target `darwin64-x86_64` specifies the C flag `-arch x86_64`. Is anything else needed to make that work? Also, `openssl.dylib` would be quite surprising. `libcrypto.dylib` and `libssl.dylib` should be available,...

Are those projects having similar problems with other error sets, such as `errno`? After all, `errno` comes with a number of macros as well, like EPERM, EBADF, ERFKILL, and a...