OpenSSL FIPS Object Module v1.2 status

2008-07-05 Thread Steve Marquess
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

Modifying the cipher in OpenSSL for TLS

2008-07-05 Thread Shridhar KS
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

Modifying the cipher in OpenSSL for TLS

2008-07-05 Thread Shridhar
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

ECDH

2008-07-05 Thread Pietro Albano
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

EC-Elgamal not work fine

2008-07-05 Thread Pietro Albano
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