microsoft / openssl

A cross-platform cryptographic library
133 stars 57 forks source link

Hi! #33

Open richsalz opened 8 years ago

richsalz commented 8 years ago

Hey folks, hello! Kinda neat you're doing this. Can you explain how it interacts with openssl mainline, etc? Perhaps in a note to openssl-dev or if you want just the team at openssl-team?

khouzam commented 8 years ago

Hi Rich,

We've had conversations with the OpenSSL team at the start of this project for getting this code included in the main trunk of the project. At the moment we're focusing on keeping the project updated with the latest releases but will be looking at getting back into the development branch and starting the conversations again for merging.

richsalz commented 8 years ago

Hi Gilles. That sounds great. We should talk more closely after we get around to releasing 1.1

mezdej commented 7 years ago

Hi, how things are going?

Some long time ago I used this branch for windows phone (works great!) and now i need native static library for my universal winrt app with a lot of native code linking with openssl. There are some problems now under VS 2015 but I can wait if you are doing some big merges 👍

khouzam commented 7 years ago

Hi @mezdej,

For the moment, we're focusing on keeping 1.0.1 and 1.0.2 up to date with the releases. I haven't had a chance to look at moving to 1.1.0 yet.

What issues are you seeing with VS 2015? I have just made a change that might be fixing your issues.

Thanks

noloader commented 7 years ago

For the moment, we're focusing on keeping 1.0.1 ...

I believe 1.0.1 passed into End of Life in December 2016. 1.0.1 will receive security updates, but I am not sure how long the security fixes will be applied. Also see Release Strategy on the OpenSSL blogs.

mezdej commented 7 years ago

@khouzam Today I had some small success but not with static library... That I will check it tommorow. I had multiple problems, some was described in other issues here.

//edit Yesterday one went fine. Today I wanted to do a clean build and I probably forgot about some simple step..

Should I have still set this env variable? _WKITS10VER=10.0.14393.0

perl Configure no-asm no-hw no-dso VC-WINUNIVERSAL ms\do_winuniversal ms\setVSvars universal10.0Win32 nmake -f ms\nt.mak init NMAKE : fatal error U1073: don't know how to make 'init'

don't know why my nt.mak is empty after ms\do_whatever