AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2025-04-18 · Documentation low

File: AmazonRDS/latest/AuroraUserGuide/postgresql-oracle-fdw.md

Summary

Clarified encryption implementation using Oracle Security Library (libnnz)

Security assessment

Documents encryption details but does not address a specific security issue.

Diff

diff --git a/AmazonRDS/latest/AuroraUserGuide/postgresql-oracle-fdw.md b/AmazonRDS/latest/AuroraUserGuide/postgresql-oracle-fdw.md
index 15cd31202..4cde7cd2a 100644
--- a//AmazonRDS/latest/AuroraUserGuide/postgresql-oracle-fdw.md
+++ b//AmazonRDS/latest/AuroraUserGuide/postgresql-oracle-fdw.md
@@ -92 +92 @@ If the query reports the following error, check your security group and access c
-PostgreSQL-to-Oracle encryption in transit is based on a combination of client and server configuration parameters. For an example using Oracle 21c, see [About the Values for Negotiating Encryption and Integrity](https://docs.oracle.com/en/database/oracle/oracle-database/21/dbseg/configuring-network-data-encryption-and-integrity.html#GUID-3A2AF4AA-AE3E-446B-8F64-31C48F27A2B5) in the Oracle documentation. The client used for oracle_fdw on Amazon RDS is configured with `ACCEPTED`, meaning that the encryption depends on the Oracle database server configuration.
+PostgreSQL-to-Oracle encryption in transit is based on a combination of client and server configuration parameters. For an example using Oracle 21c, see [About the Values for Negotiating Encryption and Integrity](https://docs.oracle.com/en/database/oracle/oracle-database/21/dbseg/configuring-network-data-encryption-and-integrity.html#GUID-3A2AF4AA-AE3E-446B-8F64-31C48F27A2B5) in the Oracle documentation. The client used for oracle_fdw on Amazon RDS is configured with `ACCEPTED`, meaning that the encryption depends on the Oracle database server configuration and it uses Oracle Security Library (libnnz) for encryption.