I hereby claim:
- I am kariem on github.
- I am kariem (https://keybase.io/kariem) on keybase.
- I have a public key whose fingerprint is 023F 83F7 7763 7202 F247 7001 3BDC C12A 0436 C795
To claim this, I am signing this object:
| # Disable SSL 2 and SSL 3 | |
| SSLProtocol all -SSLv2 -SSLv3 | |
| # Ciphers in the correct order, newlines added for readability | |
| SSLHonorCipherOrder on | |
| SSLCipherSuite | |
| EECDH+ECDSA+AESGCM | |
| EECDH+aRSA+AESGCM | |
| EECDH+ECDSA+SHA384 | |
| EECDH+ECDSA+SHA256 |
I hereby claim:
To claim this, I am signing this object:
| package net.hockeyapp.android.demo; | |
| import java.util.ArrayList; | |
| import java.util.Date; | |
| import java.util.List; | |
| import org.acra.ACRA; | |
| import org.acra.collector.CrashReportData; | |
| import org.acra.ReportField; | |
| import org.acra.sender.ReportSender; |