Hi, I'm using openssl 1.0.2 (as web server application) and utilize the APLN callback to react on protocols offered by the client. In this callback I need a way to get the list of ciphers that the client sends within the client_hello. Background is that http2 should only be negotiated if client supports "ECDHE-RSA-AES128-GCM-SHA256" (like Firefox). Any idea how I can get this information? Thanks a lot Dirk