Skip to content

Commit 6f02509

Browse files
committed
docs(deps): update OpenSSL requirement to 3.0+ in build guides
Remove OpenSSL 1.1.1 backward compatibility notes and security warnings from BUILD_GUIDE.md and BUILD_GUIDE.kr.md. OpenSSL 3.0+ is now the only supported version for PostgreSQL SSL connections.
1 parent 0983952 commit 6f02509

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

β€Ždocs/guides/BUILD_GUIDE.kr.mdβ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,12 @@
3030

3131
λ°μ΄ν„°λ² μ΄μŠ€ 지원은 선택 사항이며 ν…ŒμŠ€νŠΈλ₯Ό μœ„ν•΄ λΉ„ν™œμ„±ν™”ν•  수 μžˆμŠ΅λ‹ˆλ‹€:
3232

33-
- **PostgreSQL**: libpqxx, libpq, OpenSSL 3.x (ꢌμž₯) λ˜λŠ” 1.1.1 (지원 쀑단)
33+
- **PostgreSQL**: libpqxx, libpq, OpenSSL 3.0+
3434
- **MySQL**: libmysql λ˜λŠ” mysql-connector-cpp
3535
- **SQLite**: sqlite3
3636
- **MongoDB**: mongo-cxx-driver (mongocxx, bsoncxx)
3737
- **Redis**: hiredis
3838

39-
> **⚠️ λ³΄μ•ˆ μ°Έκ³ **: OpenSSL 1.1.1은 2023λ…„ 9월에 지원이 μ’…λ£Œλ˜μ—ˆμŠ΅λ‹ˆλ‹€. ν•˜μœ„ ν˜Έν™˜μ„±μ„ μœ„ν•΄ μ—¬μ „νžˆ μ§€μ›λ˜μ§€λ§Œ, 지속적인 λ³΄μ•ˆ 패치λ₯Ό μœ„ν•΄ OpenSSL 3.x둜 μ—…κ·Έλ ˆμ΄λ“œν•˜λŠ” 것을 κ°•λ ₯히 ꢌμž₯ν•©λ‹ˆλ‹€.
40-
4139
## λΉ λ₯Έ μ‹œμž‘
4240

4341
### 1. μ €μž₯μ†Œ 클둠

β€Ždocs/guides/BUILD_GUIDE.mdβ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,12 @@ Comprehensive guide for building the Database System with multi-backend support,
3030

3131
Database support is optional and can be disabled for testing:
3232

33-
- **PostgreSQL**: libpqxx, libpq, OpenSSL 3.x (recommended) or 1.1.1 (deprecated)
33+
- **PostgreSQL**: libpqxx, libpq, OpenSSL 3.0+
3434
- **MySQL**: libmysql or mysql-connector-cpp
3535
- **SQLite**: sqlite3
3636
- **MongoDB**: mongo-cxx-driver (mongocxx, bsoncxx)
3737
- **Redis**: hiredis
3838

39-
> **⚠️ Security Note**: OpenSSL 1.1.1 reached End-of-Life in September 2023. While still supported for backward compatibility, upgrading to OpenSSL 3.x is strongly recommended for continued security patches.
40-
4139
## Quick Start
4240

4341
### 1. Clone Repository

0 commit comments

Comments
Β (0)