Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. ECDHE-RSA-AES128-GCM-SHA256
  2. ECDHE-ECDSA-AES128-GCM-SHA256
  3. ECDHE-ECDSA-CHACHA20-POLY1305
  4.  
  5. ab -l -n 1000 -c 10 -H "Accept-Encoding: gzip, deflate, br" -Z ECDHE-RSA-AES128-GCM-SHA256 https://bytes.fyi/
  6. ab -l -n 1000 -c 10 -H "Accept-Encoding: gzip, deflate, br" -Z ECDHE-ECDSA-AES128-GCM-SHA256 https://bytes.fyi/
  7. ab -l -n 1000 -c 10 -H "Accept-Encoding: gzip, deflate, br" -Z ECDHE-ECDSA-CHACHA20-POLY1305 https://bytes.fyi/
  8.  
  9. error setting cipher list [ECDHE-ECDSA-CHACHA20-POLY1305]
  10. 1995798240:error:1410D0B9:SSL routines:SSL_CTX_set_cipher_list:no cipher match:ssl_lib.c:1385:
  11.  
  12. pi@pi3:~ $ which ab && ab -V
  13. /usr/bin/ab
  14. This is ApacheBench, Version 2.3 <$Revision: 1757674 $>
  15. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  16. Licensed to The Apache Software Foundation, http://www.apache.org/
  17.  
  18. pi@pi3:~ $ which openssl && openssl version
  19. /usr/bin/openssl
  20. OpenSSL 1.1.0f 25 May 2017
  21.  
  22. -Z ciphersuite
  23. Specify SSL/TLS cipher suite (See openssl ciphers)
  24.  
  25. pi@pi3:~ $ openssl ciphers -v | grep ECDHE-ECDSA-CHACHA20-POLY1305
  26. ECDHE-ECDSA-CHACHA20-POLY1305 TLSv1.2 Kx=ECDH Au=ECDSA Enc=CHACHA20/POLY1305(256) Mac=AEAD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement