stunnel 4.56 released

2013-03-23 Thread Michal Trojnara
Dear Users,

I have released version 4.56 of stunnel.

The ChangeLog entry:

Version 4.56, 2013.03.22, urgency: HIGH:
* New features
  - Win32 installer automatically configures firewall exceptions.
  - Win32 installer configures administrative shortcuts to invoke UAC.
  - Improved Win32 GUI shutdown time.
* Bugfixes
  - Fixed a regression bug introduced in version 4.55 causing random
crashes on several platforms, including Windows 7.
  - Fixed startup crashes on some Win32 systems.
  - Fixed incorrect stunnel -exit process synchronisation.
  - Fixed FIPS detection with new versions of the OpenSSL library.
  - Failure to open the log file at startup is no longer ignored.

Home page: https://www.stunnel.org/
Download:  https://www.stunnel.org/downloads.html

SHA-256 hash for stunnel-4.56.tar.gz:
9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293

Best regards,
Mike



signature.asc
Description: OpenPGP digital signature


Re: error retrieving entropy

2013-03-23 Thread voryl
Hi

Would you know if there are SP 800-90 DRBG replacement for FIPS_rand_set_key
and FIPS_rand_set_dt?

thanks much.



--
View this message in context: 
http://openssl.6102.n7.nabble.com/error-retrieving-entropy-tp44435p44510.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


Re: error retrieving entropy

2013-03-23 Thread Dr. Stephen Henson
On Fri, Mar 22, 2013, voryl wrote:

 Hi
 
 Would you know if there are SP 800-90 DRBG replacement for FIPS_rand_set_key
 and FIPS_rand_set_dt?
 

No, those are for the X9.31 PRNG. If you want to supply entropy to the DRBG
then you need to supply appropriate callbacks.

The FIPS capable OpenSSL supplies the necessary callbacks automatically on
initialisation so this only applies if you want to use a the FIPS module
without the FIPS capable OpenSSL, or you wish to provide your own instance of
the DRBG.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


Encrypt / DECRYPT a XML file using AES - break the file into 256 bits...

2013-03-23 Thread Jevin Sonut
hi,

can anyone please tell me how to load a file and break the file into
specific size bits (256 bits)

then encrypt the different sizes

PLZ provide a link which explain this

++

IS AES still safe to use or it is no more safe as what i have read the
pawwkey can be obtained

+

What the best way to keep a key in a program ??

as a string or in a specific file
-- 

From:-
Shanil J.S


Re: Encrypt / DECRYPT a XML file using AES - break the file into 256 bits...

2013-03-23 Thread shathawa
Sanil,

1. Are you trying to encrypt an XML element content?
2. Or are you trying to encrypt the entire XML document?

To retain XML capability, you may also need to encode your encrypted blob
with Base64 encoding.

Steven J. Hathaway
Xerces XML

 hi,

 can anyone please tell me how to load a file and break the file into
 specific size bits (256 bits)

 then encrypt the different sizes

 PLZ provide a link which explain this

 ++

 IS AES still safe to use or it is no more safe as what i have read the
 pawwkey can be obtained

 +

 What the best way to keep a key in a program ??

 as a string or in a specific file
 --

 From:-
 Shanil J.S



__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


access all the question n queries on openSSL

2013-03-23 Thread Jevin Sonut
How can i view all the Question the other openssl user has posted ???

PLZ tell me the link where all the questions posted by different users are



-- 

From:-
Shanil J.S


Re: access all the question n queries on openSSL

2013-03-23 Thread shathawa
 How can i view all the Question the other openssl user has posted ???

 PLZ tell me the link where all the questions posted by different users are



 --

 From:-
 Shanil J.S


Shanil,

Marc is a useful mail archiver that captures OpenSSL mail lists.

http://marc.info/?l=openssl_users
http://marc.info/?l=openssl_dev

Sincerely,
Steven J. Hathaway



__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org