Questions tagged [ecdhe]
19 questions
0
votes
2 answers
How to use ECDHE ciphers in PHP CURL?
I used nmap to scan, this is the result:
Looks like they only support ECDHE, from output of openssl_get_cipher_methods(), there is no ECDHE cipher! So my question is how can I connect to the remote server using PHP CURL client?
This is my sample…

Chin Lee
- 133
- 1
- 1
- 8
0
votes
1 answer
how to generate a pem certificate with Openssl using 'TLS1_ECDHE_RSA' ciphers for fips platform
I want to generate a '.pem' certificate with OpenSSL using 'TLS1_ECDHE_RSA_' ciphers for fips platform. Also, I am using an elliptic curve 'sec384r1'.
The certs that I was using on a non-fips platform is not working on fips platform even though the…

metadata
- 1,139
- 1
- 7
- 28
0
votes
1 answer
Can implement ECDSA and ECDH like algorithm in CoAP with the help of californium?
I am working on CoAP implementation for my academics, I am trying to integrate combined version of ECDSA and ECDH like algorithm in CoAP and will observe behavior of protocol after implementation. Till now I have gone through Eclipse Californium is…

Akshay Patil
- 27
- 2
- 11
0
votes
0 answers
Using TLS in Android
I'm developing an Android application that communicates with my device(ARM based device with bluetooth module) via bluetooth using TLS(TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256).
What I considered:
javax.net.ssl from Android. Problem is that…

dc914337
- 415
- 4
- 14