This function is a no-op. It previously cleaned up thread-local DRBG state, but the custom DRBG has been removed. Retained for API compatibility. Use s2n_cleanup_final() for full library cleanup.
This function was previously used to retrieve the negotiated PQ group in TLS 1.2. PQ key exchange in TLS1.2 was experimental and is now deprecated. Use s2n_connection_get_kem_group_name() to retrieve the PQ TLS 1.3 Group name.
Custom random callbacks are no longer supported. Randomness is now delegated directly to libcrypto or /dev/urandom. This function is a no-op kept for backwards compatibility.