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 3.0 RC released
Author
Jan-E



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

PostPosted: Fri 18 Jun '21 11:22    Post subject: OpenSSL 3.0 RC released Reply with quote

OpenSSL beta 1 has been released. See https://www.openssl.org/blog/blog/2021/06/17/OpenSSL3.0ReleaseCandidate/ for a blog post about the release.

https://www.prnewswire.com/news-releases/openssl-3-0-release-candidate-now-available-301314821.html was the announcement for the press.

A stable release is expected in Q3 2021. I did not test building Apache using OpenSSL 3.0, but maybe Gregg has done that.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 22 Jun '21 6:30    Post subject: Reply with quote

I tried building with it back at alpha5 I think and ran into problems. Last I read httpd project knows about them but I have not tried again. Maybe I'll try tomorrow.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 22 Jun '21 21:28    Post subject: Reply with quote

It works!

https://ibb.co/VtDLgVD
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Wed 23 Jun '21 12:26    Post subject: Reply with quote

Same build process as 1.1 ?

New directives/settings?
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Wed 23 Jun '21 16:10    Post subject: Reply with quote

I did not read the install file to see if there were any during configure. I did a standard 1.1 build.

I was just happy httpd would now build with 3.0 without the missing symbol error I had when I tried during the alphas.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Sat 26 Jun '21 8:55    Post subject: Reply with quote

admin wrote:
Same build process as 1.1 ?

New directives/settings?


Did anything change in mod_ssl? Otherwise I think only internal commands could have changed like SSLOpenSSLConfCmd
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Thu 01 Jul '21 22:07    Post subject: Reply with quote

Quickly looking over svn log messages from recently modified files in mod_ssl trunk & 2.4 nothing stood out that I could see.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Thu 09 Sep '21 22:42    Post subject: Reply with quote

Well, that was short lived.

There only one other beta before yesterday's GA release of Openssl 3.0.0 that I had not tried to compile.

Apache 2.4.49-rc1 & OpenSSL 3.0.0

error LNK2019: unresolved external symbol ERR_GET_FUNC referenced in function ssl_init_server_certs
Code:
        else if ((SSL_CTX_use_PrivateKey_file(mctx->ssl_ctx, keyfile,
                                              SSL_FILETYPE_PEM) < 1)
                 && (ERR_GET_FUNC(ERR_peek_last_error())
                     != X509_F_X509_CHECK_PRIVATE_KEY)) {


I was sad not being able to have the combo up and running today Sad
Back to top
Jan-E



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

PostPosted: Thu 09 Sep '21 22:50    Post subject: Reply with quote

did you open an issue? https://github.com/openssl/openssl/issues
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Fri 10 Sep '21 0:53    Post subject: Reply with quote

It's not an OpenSSL issue.

Just needs backporting r1891138 from trunk. Then it builds and works just fine.
https://polaris.possessed.us:8443/

I did mention it on the "release roll soon?" thread of the httpd mailing list.

On an OT side note, Jansson 2.14 was released today.
Back to top


Reply to topic   Topic: OpenSSL 3.0 RC released View previous topic :: View next topic
Post new topic   Forum Index -> Other Software