This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.bouncycastle.tls.*; | |
import org.bouncycastle.tls.crypto.TlsCrypto; | |
import org.bouncycastle.tls.crypto.impl.bc.BcTlsCrypto; | |
import java.io.IOException; | |
import java.net.Socket; | |
import java.util.Hashtable; | |
import java.util.Vector; | |
import java.io.InputStream; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates taken from: | |
https://www.whitehouse.gov/presidential-actions/2025/06/sustaining-select-efforts-to-strengthen-the-nations-cybersecurity-and-amending-executive-order-13694-and-executive-order-14144/ | |
Applied to: | |
https://public-inspection.federalregister.gov/2025-01470.pdf | |
Following the instructions from whitehouse.gov is not straight forward, | |
since some sections are stricken wholesale and then renumbered and | |
subsequently referenced either by their old or by their new section | |
numbers |