Oliver Roberts

Results 55 comments of Oliver Roberts

I'm not sure what you mean by "to successfully use AmiSSL 4.0-4.2, InitAmiSSLMaster() must be called with version 0x06, else it fails". Which version of amisslmaster.library is installed when it...

Ok, I understand your issue now - it is a pretty complex subject. If you want to maintain a minimum AmiSSL version requirement in any application, which is fine, it...

Aha, that's quite clever - hope you're using SSL_free() too :wink:. Just as well I didn't really mess with the

Did you recompile libcurl? The parts that use OpenSSL **must** be recompiled with the new AmiSSL SDK, not just because of the above, but due to OpenSSL 3.0 ABI changes....

Absolutely. The libs are compiled for OpenSSL 1.1.1, so it is unsafe to use AmiSSL v5 with them at all. You'll need to stick with the AmiSSL v4 SDK until...

@ksdhans I've never needed to use libcurl before, so not really no. For AmiSSL, we do not use newlib or clib2 at all, and have our own cutdown c library...

Is this in the context of trying to recompile libcurl? If I understood the sources correctly, if compiling with the use AmiSSL option enabled, it will then include `proto/bsdsocket.h`. In...

Yes, that's probably it - it will need that defined somewhere. I think I was under the wrong impression the libcurl on os4dept already used AmiSSL, but I'm guessing that...

@ksdhans I've been playing with building libcurl. It certainly isn't so simple as linking with `-lamisslstubs` and passing the underlying socket to `SSL_set_fd` to make it work with AmiSSL. I've...

Can you attach a crashlog file?