I've received several requests for minor editorial changes to the draft
security policy for the v1.2 OpenSSL FIPS Object Module validation that
has been in process for a number of months now. Based on past
experience those requests mean that the validation is now undergoing
active review and t
Hi All,
I want to use TLS_RSA_WITH_AES_128_CBC_SHA cipher for encrypting the
application data in TLS. But, OpenSSL negotiates this encryption algorithm
to be used(selected cipher in ServerHello) based on the first common
algorithm presented by the client in ClientHello message. Since I want to
t
Hi All,
I want to use TLS_RSA_WITH_AES_128_CBC_SHA cipher for encrypting the
application data in TLS. But, OpenSSL negotiates this encryption algorithm
to be used(selected cipher in ServerHello) based on the first common
algorithm presented by the client in ClientHello message. Since I want to
Hi all,
I must develop a simple program to do ECDH. This is an example of what i
think:
EC_POINT_mul(group,Q,NULL,EC_KEY_get0_public_key(a),EC_KEY_get0_private_key(a),ctx);
EC_POINT_mul(group,R,NULL,EC_KEY_get0_public_key(a),EC_KEY_get0_private_key(b),ctx);
EC_POINT_mul(group,A,NULL,Q,EC_KEY_ge
Hi all,
I developed EC-Elgamal crypto schema, work fine till I use NIST
Prime-Curve, but when I try to work on NIST Binary-Curve crypted point
is egual to decrypted poit.
This is source code, pls help me :(
#include
#include
#include
#include "../e_os.h"
#include /* for OPENSSL_NO_E