[openssl.org #3353] bug fix: documentation link formatting: comma instead of a pipe

2014-05-14 Thread Michal Bozon via RT
hello, i'm sending you a fix for a (minor) syntax error in several pod documentation files, causing improper rendering of some SEE ALSO links (e.g. err(3),err(3) in CONF_modules_load_file) regards, michal bozon diff --git a/doc/crypto/CONF_modules_free.pod b/doc/crypto/CONF_modules_free.pod

Re: I'm having the issue to build x64-bit DLL flavor of OpenSSL 1.0.1g with VS2010

2014-05-14 Thread mikmela
Thank you Steven! Steven Kneizys wrote Also, perl's before 5.8 (i think) do not have Unicode and handle bytes a bit differently, I would recommend an upgrade there. Steve... I installed latest perl and that was it!!! Thanks to everyone who triied to help as well! -- View this message in

[openssl.org #3353] bug fix: documentation link formatting: comma instead of a pipe

2014-05-14 Thread Matt Caswell via RT
Committed: http://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=ab6577a46ecee670b640f0ee49e2ebef80ad18a7 Thanks for your contribution. Matt __ OpenSSL Project http://www.openssl.org

[openssl.org #3354] PATCH: doc update for 'enc' utility ('enc' does not handle authenticated encryption modes)

2014-05-14 Thread Matt Caswell via RT
Committed: http://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=18c4f522f49eb54a61bada6d39a8b137b6751f01 Thanks for your contribution, Matt __ OpenSSL Project http://www.openssl.org Development

[openssl.org #3355] PATCH: fix grammar in verify.pod doc

2014-05-14 Thread Matt Caswell via RT
Committed: http://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=2af071c0bc3f5573574ccf8927dbf60f47c81df5 Thanks for your contribution, Matt __ OpenSSL Project http://www.openssl.org Development

[openssl.org #3344] PATCH: don't crash or fail in ASN1_print from t_pkey.c

2014-05-14 Thread Matt Caswell via RT
Hi Jeff Hmmm, I cannot reproduce this. Using the attached as a test case I see the following output (i.e. no crashes): Test one Return code 0 Test two NULL 1 (0x1) Return code 1 Test three Return code 0 Test four 1 (0x1) Return code 1 The NULL bio should be checked ultimately in BIO_write