Skip to content

Commit 2b712de

Browse files
committed
Add CHANGELOG entries for #448
1 parent 9c06d07 commit 2b712de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1616
- Enable remoteip mod for Apache (#434)
1717
- Add support for `PMA_SSL` and `PMA_SSLS` to enable SSL connection (#441)
1818
- Fixed looping through `$sockets` using the same index variable `$i` interferes with the last server id (#186)
19+
- Add support for `PMA_SSL_VERIFY` and `PMA_SSL_VERIFIES` (#448)
20+
- Add support for `PMA_SSL_CA` and `PMA_SSL_CAS` (#448)
21+
- Add support for `PMA_SSL_CERT` and `PMA_SSL_CERTS` (#448)
22+
- Add support for `PMA_SSL_KEY` and `PMA_SSL_KEYS` (#448)
23+
- Also add `PMA_SSL_DIR` to define the dir where SSL files are generated for `_BASE64` prefixed variables
24+
- Support `PMA_SSL_CA_BASE64` and `PMA_SSL_CAS_BASE64` as variables that contain the file contents (#448)
25+
- Support `PMA_SSL_KEY_BASE64` and `PMA_SSL_KEYS_BASE64` as variables that contain the file contents (#448)
26+
- Support `PMA_SSL_CERT_BASE64` and `PMA_SSL_CERTS_BASE64` as variables that contain the file contents (#448)
1927

2028
## [5.2.1] - 2023-02-08
2129

0 commit comments

Comments
 (0)