logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: OpenSSL 1.1.1j release 16-Feb-2021
Author
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Wed 10 Feb '21 19:14    Post subject: OpenSSL 1.1.1j release 16-Feb-2021 Reply with quote

The OpenSSL project team would like to announce the forthcoming release of OpenSSL version 1.1.1j.

This release will be made available on Tuesday 16th February 2021 between 1300-1700 UTC.

OpenSSL 1.1.1j is a security-fix release. The highest severity issue fixed in this release is MODERATE:
https://www.openssl.org/policies/secpolicy.html#moderate

Yours

The OpenSSL Project Team
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Tue 16 Feb '21 21:23    Post subject: Reply with quote

@steffen: Does 'nmake install' work when you try to build OpenSSL 1.1.1j with VS16?

I am getting this error:
Quote:
Can't Open libcrypto-1_1-x64.pdb at .\util\copy.pl line 68.

VC15 works fine.
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Tue 16 Feb '21 21:35    Post subject: Reply with quote

Did not build yet.
Back to top
tangent
Moderator


Joined: 16 Aug 2020
Posts: 312
Location: UK

PostPosted: Tue 16 Feb '21 21:53    Post subject: Reply with quote

@Jan-E: It built ok for me. I'm using 'perl Configure' followed by 'nmake install' (VS16).

Code:
C:\Development\Apache24\src\openssl-1.1.1j>dir libcrypto*
 Volume in drive C has no label.
 Volume Serial Number is 36C1-18C9

 Directory of C:\Development\Apache24\src\openssl-1.1.1j

16/02/2021  18:37         3,424,256 libcrypto-1_1-x64.dll
16/02/2021  18:37         9,551,240 libcrypto-1_1-x64.ilk
16/02/2021  18:37        10,383,360 libcrypto-1_1-x64.pdb
16/02/2021  18:37           109,008 libcrypto.def
16/02/2021  18:37           585,082 libcrypto.exp
16/02/2021  18:37         1,008,226 libcrypto.lib
16/02/2021  18:36             1,186 libcrypto.rc
16/02/2021  18:36               924 libcrypto.res
16/02/2021  18:37        17,715,160 libcrypto_static.lib
               9 File(s)     42,778,442 bytes
               0 Dir(s)  64,523,780,096 bytes free

I've hit problems in the past if previous release header files, etc., can be seen by the build process.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Tue 16 Feb '21 22:29    Post subject: Reply with quote

Might be that
Quote:
set LDFLAGS="/d2:-AllowCompatibleILVersions"

was the problem. I added that to my VS16 build env.
See https://github.com/microsoft/php-sdk-binary-tools/issues/72#issuecomment-770730685
Back to top


Reply to topic   Topic: OpenSSL 1.1.1j release 16-Feb-2021 View previous topic :: View next topic
Post new topic   Forum Index -> Other Software