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
On Fri, Dec 05, 2014 at 02:50:00PM -0700, Philip Prindeville wrote:
> On Dec 5, 2014, at 1:57 PM, 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
> >>
On Dec 5, 2014, at 1:57 PM, 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 ser
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
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
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 c
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 project)
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
opens
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 un
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 V
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);
Key
11 matches
Mail list logo