Richard Levitte

Results 452 comments of Richard Levitte

We can certainly add config targets for MinGW used with CMD. Now sure what that entails in terms of Makefile, though... As for CMake, I will reiterate that it's not...

Side note: I've pondered writing a cmake clone in perl. The C++ classes used in current cmake aren't that complicated. ... given time...

The one that I care about is [OpenVMS](https://vmssoftware.com/). There's an x86_64 port in the works that I understand will be a bit more up to date re Cmake et al,...

> I think the true answer is that the project does not know every platform that uses OpenSSL. There are many embedded devices, for example, and breaking them would be...

Do you have a preference as to where they get migrated?

It might be better to look at a simpler example: https://github.com/provider-corner/vigenere (because openssl's three providers are quite entangled, they are *not* a good starting example)

BTW, I'm working that provider up to be a bit more complete, including individual error reporting, which was more difficult than I had anticipated.

Done, please have a look and tell me if there's anything that needs clarification (actually, feel free to raise issues there)

@beldmit, you need to update your openssl 3.0-dev installation, this is an issue that was fixed quite a while ago, for exactly this sort of reason (ever since we started...

Are you sure you're looking at the right one? This is very specific: ``` /home/beldmit/crypto/openssl/include/openssl/params.h:61:49: error: lvalue required as unary ‘&’ operand OSSL_PARAM_DEFN((key), OSSL_PARAM_UTF8_PTR, &(addr), sz) ^ ``` If you...