Laurenz

Results 11 comments of Laurenz

Is anybody currently working on this issue? I'd be interested in working on that FR...

@sunjam Thanks for your post. Sorry for no reply since march on the issue. Really keen to contribute, but currently I have to pass several exams. If nobody else is...

Huge +1, this has been a show-stopper for my app, too.

Hi, today I tried to set up your script myself. Microsoft might have changed their UI again, I was unable to create a "Live SDK Application". Creating a normal mobile...

@cnxzcxy Sounds good, will certainly try it! Cheers! laufi

@cnxzcxy Works. You rock! Maybe the readme.md could be improved?

For the time being, I use this pattern as a bug fix: ` if ((wolfSSL_CTX_set1_curves_list(ctx, mappedName.c_str()) || wolfSSL_CTX_set1_groups_list(ctx, (char*) mappedName.c_str()))!= 1) { `

Hey @embhorn, I really appreciate you getting back to me so fast. Unfortunately, your tips did not help as I had `cffi` installed already. I further iterated on the issues...

Hey @bigbrett Thanks for including the header fix on your roadmap. I ended up building manually with `wolfSSL_set_tls13_secret_cb` and a patched version of wolf exposing `wolfSSL_get_keys´. I could not use...