HELP : Java RSA/ECB/PKCS1Padding to PHP

2014-12-05 Thread wadnobawi
I have this java function and I want to change it to PHP openSSL could you please guide me public static String getIPINBlock(String ipin, String publicKey, String uuid) { byte[] keyByte = Base64.decode(publicKey); X509EncodedKeySpec s = new X509EncodedKeySpec(keyByte);

OpenSSL with 64bit Instruction-Set and libraries for Windows?

2014-12-05 Thread Christian Weber
Dear folks, as far as i can see, there is no true 64-bit support for building openssl (current version 1.0.1j). The contained file INSTALL.W64 states Win64 support as initial. Following the build instructions i get a resulting makefile which is almost identical with the one generated for

Re: [openssl-users] OpenSSL with 64bit Instruction-Set and libraries for Windows?

2014-12-05 Thread Jeremy Farrell
I'm not sure what you're missing, but 64-bit Windows (both x64 and Itanium) has been working fine for many years (since early in the 0.9.8 series at least). Shining Light ship an x64 binary package. Many of the comments in INSTALL.W64 are out of date. I use a site-specific build process with

Re: [openssl-users] Freeze to mailing list memberships

2014-12-05 Thread TJ
On 26/11/14 02:05, Salz, Rich wrote: We will soon be freezing the mailing list memberships for a couple of days. We are moving to a new server and upgrading the mail infrastructure Are you aware that the headers for the mailman configuration are inconsistent; some specify the previous

Re: [openssl-users] OpenSSL with 64bit Instruction-Set and libraries for Windows? (solved)

2014-12-05 Thread Christian Weber
Thanks for the response, meanwhile i have managed to generate 'pure' 64-bit openssl versions. In my case the configuration of the ide (VC2013) was simply wrong. I'm using the ide for viewing the code and for debugging purposes. When building the toolkit, the ide was used, too (makefile

Re: [openssl-users] Freeze to mailing list memberships

2014-12-05 Thread Kurt Roeckx
On Fri, Dec 05, 2014 at 07:34:13PM +, TJ wrote: On 26/11/14 02:05, Salz, Rich wrote: We will soon be freezing the mailing list memberships for a couple of days. We are moving to a new server and upgrading the mail infrastructure Are you aware that the headers for the mailman

Re: [openssl-users] Freeze to mailing list memberships

2014-12-05 Thread Walter H.
On 05.12.2014 21:46, Kurt Roeckx wrote: On Fri, Dec 05, 2014 at 07:34:13PM +, TJ wrote: On 26/11/14 02:05, Salz, Rich wrote: We will soon be freezing the mailing list memberships for a couple of days. We are moving to a new server and upgrading the mail infrastructure Are you aware that

Re: [openssl-users] Freeze to mailing list memberships

2014-12-05 Thread Kurt Roeckx
On Fri, Dec 05, 2014 at 09:57:05PM +0100, Walter H. wrote: On 05.12.2014 21:46, Kurt Roeckx wrote: On Fri, Dec 05, 2014 at 07:34:13PM +, TJ wrote: On 26/11/14 02:05, Salz, Rich wrote: We will soon be freezing the mailing list memberships for a couple of days. We are moving to a new

Re: [openssl-users] Freeze to mailing list memberships

2014-12-05 Thread Philip Prindeville
On Dec 5, 2014, at 1:57 PM, Walter H. walte...@mathemainzel.info wrote: On 05.12.2014 21:46, Kurt Roeckx wrote: On Fri, Dec 05, 2014 at 07:34:13PM +, TJ wrote: On 26/11/14 02:05, Salz, Rich wrote: We will soon be freezing the mailing list memberships for a couple of days. We are moving

Re: [openssl-users] Freeze to mailing list memberships

2014-12-05 Thread Kurt Roeckx
On Fri, Dec 05, 2014 at 02:50:00PM -0700, Philip Prindeville wrote: On Dec 5, 2014, at 1:57 PM, Walter H. walte...@mathemainzel.info wrote: On 05.12.2014 21:46, Kurt Roeckx wrote: On Fri, Dec 05, 2014 at 07:34:13PM +, TJ wrote: On 26/11/14 02:05, Salz, Rich wrote: We will soon be

[openssl-users] help clear up my misconception about s_client and protcols vs ciphersuites

2014-12-05 Thread Brian Reichert
I'm using openssl s_client 1.0.1e-fips to test a Java-based webapp. The webapp is showing errors that are cleared up when I update the OpenJDK package on the server: javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair I'm trying to cobble some simple testing