Skip to content

OS-8632 Update OpenSSL to 3.5 (next LTS)#187

Open
danmcd wants to merge 8 commits into
masterfrom
OS-8632
Open

OS-8632 Update OpenSSL to 3.5 (next LTS)#187
danmcd wants to merge 8 commits into
masterfrom
OS-8632

Conversation

@danmcd

@danmcd danmcd commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Not QUITE ready yet, but far enough along to compile in the strap build.

@danmcd

danmcd commented Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

One thing that I know is missing: When this patient gets opened up, we MUST also upgrade /usr/bin/openssl to be a 64-bit binary. Do not +1 or IA until that is either fixed, or a damned good reason it's not is given.

@danmcd
danmcd requested a review from a team July 22, 2026 12:56
@danmcd

danmcd commented Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

Indeed openssl(1) is now only a 64-bit binary. Operationally deployed on Kebecloud and both NUCs, so far without incident.

@danmcd

danmcd commented Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

Per @jperkin I ran this test, to make sure the 3.6 certificate expiration bug was not present.

[root@moe (kebecloud) ~]# openssl version
OpenSSL 3.5.7 9 Jun 2026 (Library: OpenSSL 3.5.7 9 Jun 2026)
[root@moe (kebecloud) ~]# openssl x509 -enddate -checkend $(( 86400 * 365 * 9 )) -in /opt/tools/etc/openssl/certs/mozilla-rootcert-89.pem && echo 'no expire'
notAfter=Jun  4 11:04:38 2035 GMT
Certificate will expire
[root@moe (kebecloud) ~]# openssl x509 -enddate -checkend $(( 86400 * 365 * 8 )) -in /opt/tools/etc/openssl/certs/mozilla-rootcert-89.pem && echo 'no expire'
notAfter=Jun  4 11:04:38 2035 GMT
Certificate will not expire
no expire
[root@moe (kebecloud) ~]# 

@tsoome tsoome left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose there will be more testing done notes? So far it does look good IMO.

@danmcd

danmcd commented Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

I suppose there will be more testing done notes? So far it does look good IMO.

Will perform any other testing you'd like. I have "gmake test" results in the ticket.

@tsoome

tsoome commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

I suppose there will be more testing done notes? So far it does look good IMO.

Will perform any other testing you'd like. I have "gmake test" results in the ticket.

its all good, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants