[openssl-users] SNAPSHOT updates

2015-03-13 Thread The Doctor
What is happening?

In the Moutain Time Zone:

It was at 22:22 MST then 23:22 MDT then 00:22 MDT !!


-- 
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! 
http://www.fullyfollow.me/rootnl2k  Look at Psalms 14 and 53 on Atheism
 Never compare your inside with somebody else's outside.  -Hugh Macleod
___
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] TLS 1.2 message hiding.

2015-03-13 Thread Salz, Rich
 > I'm using TLS 1.2 with compression and was wondering if OpenSSL
> implements ways to hide the exact length of the message (may be using RFC
> 6066).

No.  What in 6066 were you thinking of trying to use?

___
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


[openssl-users] TLS 1.2 message hiding.

2015-03-13 Thread dE

Hi!

I'm using TLS 1.2 with compression and was wondering if OpenSSL 
implements ways to hide the exact length of the message (may be using 
RFC 6066).


Thanks for any hints.
___
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


[openssl-users] EVP_EncryptInit_ex() with EVP__idea_* in FIPS mode

2015-03-13 Thread jonetsu
Hello,

Using fips_hmac.c and the do_crypt() example, compiling
EVP_EncryptInit_ex() with EVP__idea_* in FIPS mode yields:


fips_hmac.c:58:2: warning: passing argument 2 of
‘EVP_EncryptInit_ex’ makes pointer from integer without a cast
[enabled by default]

  EVP_EncryptInit_ex(&ctx, EVP_idea_cbc(), NULL, key, iv);
  ^

/usr/include/openssl/evp.h:582:5: note: expected ‘const struct
EVP_CIPHER *’ but argument is of type ‘int’

 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER
 *cipher, ENGINE *impl,


Others I've tried so far such as EVP_aes_256_cbc(), EVP_rc4(),
EVP_cast5_ecb(), EVP_aes_192_cbc, EVP_bf_cbc() compiles fine
without warning (I've thrown some non-FIPS in there only for
trying).

Regards.





___
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


[openssl-users] Solaris 64 bit build of 1.0.2 fails fbe internal error

2015-03-13 Thread John Unsworth
I am trying to build 1.0.2 on Solaris 10 64 bit with Studio 12.4 (12.3 failed 
too).

./Configure solaris64-sparcv9-cc no-shared -m64 -xcode=pic32 -xldscope=hidden
./make

cc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  
-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -xcode=pic32 
-xldscope=hidden -xtarget=ultra -xarch=v9 -xO5 -xstrconst -xdepend -Xa 
-DB_ENDIAN -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM 
-DSHA512_ASM -DMD5_ASM -DAES_ASM -DGHASH_ASM -c   -c -o md5-sparcv9.o 
md5-sparcv9.S
cc: Warning: -xarch=v9 is deprecated, use -m64 to create 64-bit programs
/opt/solarisstudio12.4/bin/fbe: "/tmp/cpp.1426232079.27660.01.s": , approx line 
1041: internal error: pic_relocs(): hh reltype?

Reading around, it seems to be caused by setting -xcode=pic32 but I need to set 
that because I am building a static library that will be linked into a shared 
library and that requires relocation.

Changing the makefile so that the -xcode=pic32 flag is not passed when 
compiling .s files solves the problem but I am unsure if I will have an invalid 
build.

Previous OpenSSL versions have compiled cleanly with this flag set.

Can anyone advise please?
___
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users