<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Panos Kampanakis &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/author/panos-kampanakis/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Mon, 17 Nov 2025 19:40:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Post-quantum (ML-DSA) code signing with AWS Private CA and AWS KMS</title>
		<link>https://noise.getoto.net/2025/11/17/post-quantum-ml-dsa-code-signing-with-aws-private-ca-and-aws-kms/</link>
		
		<dc:creator><![CDATA[Panos Kampanakis]]></dc:creator>
		<pubDate>Mon, 17 Nov 2025 19:40:02 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[AWS Certificate Manager]]></category>
		<category><![CDATA[AWS Key Management Service*]]></category>
		<category><![CDATA[AWS KMS]]></category>
		<category><![CDATA[AWS Private CA]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=9d803731525ebc6a269c2d208a79cfdd</guid>

					<description><![CDATA[Following our recent announcement of ML-DSA support in AWS Key Management Service (AWS KMS), we just introduced post-quantum ML-DSA signature support in AWS Private Certificate Authority (AWS Private CA). Customers can use AWS Private CA to create and manage their own private public key infrastructure (PKI) hierarchies. Through this integration, you can establish and use […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Customer compliance and security during the post-quantum cryptographic migration</title>
		<link>https://noise.getoto.net/2024/10/03/customer-compliance-and-security-during-the-post-quantum-cryptographic-migration/</link>
		
		<dc:creator><![CDATA[Panos Kampanakis]]></dc:creator>
		<pubDate>Thu, 03 Oct 2024 16:18:14 +0000</pubDate>
				<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[post-quantum cryptography]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=c2a1828b93c950db6a39a6dc531ffd25</guid>

					<description><![CDATA[Amazon Web Services (AWS) prioritizes the security, privacy, and performance of its services. AWS is responsible for the security of the cloud and the services it offers, and customers own the security of the hosts, applications, and services they deploy in the cloud. AWS has also been introducing quantum-resistant key exchange in common transport protocols used […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Post-quantum hybrid SFTP file transfers using AWS Transfer Family</title>
		<link>https://noise.getoto.net/2023/06/13/post-quantum-hybrid-sftp-file-transfers-using-aws-transfer-family/</link>
		
		<dc:creator><![CDATA[Panos Kampanakis]]></dc:creator>
		<pubDate>Tue, 13 Jun 2023 12:59:54 +0000</pubDate>
				<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[post-quantum cryptography]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=691b59929d6810dbdb28a68187afcb39</guid>

					<description><![CDATA[Amazon Web Services (AWS) prioritizes security, privacy, and performance. Encryption is a vital part of privacy. To help provide long-term protection of encrypted data, AWS has been introducing quantum-resistant key exchange in common transport protocols used by AWS customers. In this blog post, we introduce post-quantum hybrid key exchange with Kyber, the National Institute of Standards […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Enable post-quantum key exchange in QUIC with the s2n-quic library</title>
		<link>https://noise.getoto.net/2022/07/25/enable-post-quantum-key-exchange-in-quic-with-the-s2n-quic-library/</link>
		
		<dc:creator><![CDATA[Panos Kampanakis]]></dc:creator>
		<pubDate>Mon, 25 Jul 2022 19:18:33 +0000</pubDate>
				<category><![CDATA[Cryptography library]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[post-quantum QUIC]]></category>
		<category><![CDATA[QUIC]]></category>
		<category><![CDATA[QUIC protocol]]></category>
		<category><![CDATA[s2n-quic]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=580af21fd1feba2014fd9d708f209d0c</guid>

					<description><![CDATA[At Amazon Web Services (AWS) we prioritize security, performance, and strong encryption in our cloud services. In order to be prepared for quantum computer advancements, we’ve been investigating the use of quantum-safe algorithms for key exchange in the TLS protocol. In this blog post, we’ll first bring you up to speed on what we’ve been […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Introducing s2n-quic, a new open-source QUIC protocol implementation in Rust</title>
		<link>https://noise.getoto.net/2022/02/17/introducing-s2n-quic-a-new-open-source-quic-protocol-implementation-in-rust/</link>
		
		<dc:creator><![CDATA[Panos Kampanakis]]></dc:creator>
		<pubDate>Thu, 17 Feb 2022 20:05:43 +0000</pubDate>
				<category><![CDATA[announcements]]></category>
		<category><![CDATA[Cryptographic library]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[QUIC]]></category>
		<category><![CDATA[QUIC protocol]]></category>
		<category><![CDATA[s2n]]></category>
		<category><![CDATA[s2n-quic]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=a85334f531d585c338da45aecff3f4e3</guid>

					<description><![CDATA[At Amazon Web Services (AWS), security, high performance, and strong encryption for everyone are top priorities for all our services. With these priorities in mind, less than a year after QUIC ratification in the Internet Engineering Task Force (IETF), we are introducing support for the QUIC protocol which can boost performance for web applications that […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 32/120 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2026-02-06 20:36:50 by W3 Total Cache
-->