[PR #296] [MERGED] Core/SSL: AES module, SSL 1.1 compatibility. #290

Closed
opened 2026-05-05 03:44:57 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/296
Author: @ismail-yilmaz
Created: 9/14/2025
Status: Merged
Merged: 9/30/2025
Merged by: @mirek-fidler

Base: masterHead: aes-ssl-fix


📝 Commits (3)

  • 3ad5480 Core/SSL: AES module, SSL 1.1 compatibility.
  • 08465cb Conditional compilation def is removed
  • c88084a Merge branch 'ultimatepp:master' into aes-ssl-fix

📊 Changes

2 files changed (+34 additions, -12 deletions)

View changed files

📝 uppsrc/Core/SSL/AES.cpp (+31 -7)
📝 uppsrc/Core/SSL/SSL.h (+3 -5)

📄 Description

This PR addresses issue #292, related to PR #294 (which includes non-upp stuff too)

Enables AES module to work with the older versions of OpenSSL (>= 1.1)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/296 **Author:** [@ismail-yilmaz](https://github.com/ismail-yilmaz) **Created:** 9/14/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `aes-ssl-fix` --- ### 📝 Commits (3) - [`3ad5480`](https://github.com/ultimatepp/ultimatepp/commit/3ad5480969060ddf1819ec360091954a5255762c) Core/SSL: AES module, SSL 1.1 compatibility. - [`08465cb`](https://github.com/ultimatepp/ultimatepp/commit/08465cbc6c8e36063f2b6a6f533e28abcf8d5b59) Conditional compilation def is removed - [`c88084a`](https://github.com/ultimatepp/ultimatepp/commit/c88084aaa5ae92a0b6a556bb06a83d2f863abc03) Merge branch 'ultimatepp:master' into aes-ssl-fix ### 📊 Changes **2 files changed** (+34 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/Core/SSL/AES.cpp` (+31 -7) 📝 `uppsrc/Core/SSL/SSL.h` (+3 -5) </details> ### 📄 Description This PR addresses issue #292, related to PR #294 (which includes non-upp stuff too) Enables AES module to work with the older versions of OpenSSL (>= 1.1) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:44:57 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#290
No description provided.