Updated openssl 1.1.1f installation problem: Parse errors: No plan found in TAP output

2020-04-16 Thread Justin Chen
Is there anyone meets the same Failure like me? Pls help me. The installation steps list below. [birdnofoots@trojan openssl-1.1.1f]$ cat /proc/version Linux version 4.14.129-bbrplus (root@vultr.guest ) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)) #1 SMP Tue

Updated openssl 1.1.1f installation problem: Parse errors: No plan found in TAP output

2020-04-16 Thread Justin Chen
Is there anyone meets the same Failure like me? Pls help me. The installation steps list below. [birdnofoots@trojan openssl-1.1.1f]$ cat /proc/version Linux version 4.14.129-bbrplus (root@vultr.guest ) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)) #1 SMP Tue

Re: [openssl-users] Extract content of DER-encoded package by OID

2017-07-21 Thread Justin Mogannam
tripping off layers of it? Thanks, and I hope to hear back soon. - Justin -Original Message- From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Dr. Stephen Henson Sent: Thursday, July 20, 2017 4:07 PM To: openssl-users@openssl.org Subject: Re: [openssl-users] Extra

Re: [openssl-users] Extract content of DER-encoded package by OID

2017-07-20 Thread Justin Mogannam
s] Extract content of DER-encoded package by OID On Wed, Jul 19, 2017, Justin Mogannam wrote: > > 2) Once again, I'm looking in openssl/cms.h, and I could not find the > function prototype " d2i_CMS_ContentInfo". I even did a grep on the > whole directory. Is it located some

Re: [openssl-users] Extract content of DER-encoded package by OID

2017-07-19 Thread Justin Mogannam
e certificate to get the encryptedKeyPackage that I want (which, of course as you mentioned, I'll be able to handle the rest from there). Thank you very much for your response, as it was very helpful, and I hope to get just as useful of a response back! - Justin -Original Message- From: openssl-u

[openssl-users] Extract content of DER-encoded package by OID

2017-07-18 Thread Justin Mogannam
Hello, I have a signedData package that contains an encryptedKeyPackage (specifically OID 2.16.840.1.101.2.1.2.78.2, aka id-ct-KP-encryptedKeyPkg) that I want to extract from it. I am somewhat able to extract the sequence that contains this data via the OpenSSL command line: $ openssl asn1parse

Re: comment on donations

2014-04-11 Thread Justin Frappier
remove On Fri, Apr 11, 2014 at 2:20 PM, Ted Byers r.ted.by...@gmail.com wrote: On Fri, Apr 11, 2014 at 1:23 PM, Steve Marquess marqu...@opensslfoundation.com wrote: On 04/11/2014 11:57 AM, Lou Picciano wrote: Thanks, Steve, ... for your hard work, and that of the other Team Members.

Error thrown by s3_pkt.c when connecting via flash sockets with socket.io over SSL

2012-10-01 Thread Justin Meltzer
the connection from being established. The crux of the problem is explained here: http://stackoverflow.com/questions/11571517/https-error-data-length-too-long-in-s3-pkt-c-from-socket-io I'd be very grateful if anyone could point me in the right direction. Thanks, Justin -- http://airtimehq.com

Re: OpenSSL 1.0.0 BIO_new_accept _only_ binds to IPV6 interface?

2011-05-23 Thread Justin Schoeman
Thanks. Finally got an opportunity to reboot the machine and install the new OpenSSL. This patch works correctly for me. Thanks, Justin On 08/05/11 19:02, Michael Tüxen wrote: On May 7, 2011, at 11:14 PM, Justin Schoeman wrote: Michael Tüxen wrote: On May 7, 2011, at 10:40 PM, Justin

Re: OpenSSL 1.0.0 BIO_new_accept _only_ binds to IPV6 interface?

2011-05-07 Thread Justin Schoeman
not matter which of these I try, openssl always binds to '::1:8008', which does not accept IPV4. Does anybody have any idea how to convince openssl 1.0.0 to bind to an IPV4 wildcard interface? Thanks, Justin Justin Schoeman wrote: I have just compiled an application I wrote on an OpenSuse 11.3

Re: OpenSSL 1.0.0 BIO_new_accept _only_ binds to IPV6 interface?

2011-05-07 Thread Justin Schoeman
William A. Rowe Jr. wrote: On 5/7/2011 7:16 AM, Justin Schoeman wrote: It does not matter which of these I try, openssl always binds to '::1:8008', which does not accept IPV4. I have tried various combinations of: BIO_new_accept(0.0.0.0:8008) This syntax should have

Re: OpenSSL 1.0.0 BIO_new_accept _only_ binds to IPV6 interface?

2011-05-07 Thread Justin Schoeman
Michael Tüxen wrote: On May 7, 2011, at 10:40 PM, Justin Schoeman wrote: William A. Rowe Jr. wrote: On 5/7/2011 7:16 AM, Justin Schoeman wrote: It does not matter which of these I try, openssl always binds to '::1:8008', which does not accept IPV4. I

OpenSSL 1.0.0 BIO_new_accept _only_ binds to IPV6 interface?

2011-05-05 Thread Justin Schoeman
of: BIO_new_accept(0.0.0.0:8008) BIO_new_accept(8008) BIO_new_accept(*:8008) BIO_new_accept(127.0.0.1:8008) BIO_new_accept(localhost:8008) But nothing seems to work. Does anybody have an idea how to bet BIO_new_accept to listen on an IPV4 interface? Thanks, Justin

Re: Will OpenSSL support DTLS client authentication using ECDH certificate?

2010-10-10 Thread Justin Lai
On 10/8/10, daniel.war...@gdc4s.com daniel.war...@gdc4s.com wrote: Using 1.0.0a s_server and s_client I was able to get TLS server only authentication and client and server authentication using ECDH certificates to work. Using 1.0.0a s_server and s_client I was not able to get DTLS to work. I

Re: Problem building Openssl-0.9.8j with fips

2009-01-14 Thread Justin A
.__security _check_cookie referenced in function .hmac_init out32\fips_standalone_sha1.exe : fatal error LNK1120: 2 unresolved externals NMAKE : fatal error U1077: 'link' : return code '0x460' Stop. === Thanks, Justin --- On Wed, 1/14/09, Dr. Stephen Henson st...@openssl.org

Re: Problem building Openssl-0.9.8j with fips

2009-01-14 Thread Justin A
Okie by adding this one  bufferoverflowU.lib, I was able to surpass the error. Thanks, Justin --- On Wed, 1/14/09, Justin A j95...@yahoo.com wrote: From: Justin A j95...@yahoo.com Subject: Re: Problem building Openssl-0.9.8j with fips To: openssl-users@openssl.org Date: Wednesday, January 14

Re: Problem building Openssl-0.9.8j with fips

2009-01-14 Thread Justin A
fips_standalone_sha1.obj : error LNK2001: unresolved external symbol _iob out32\fips_standalone_sha1.exe : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: 'link' : return code '0x460' Stop. Thanks, Justin --- On Wed, 1/14/09, Dr. Stephen Henson st...@openssl.org wrote: From: Dr. Stephen

Re: Problem building Openssl-0.9.8j with fips

2009-01-13 Thread Justin A
in function .hmac_init out32\fips_standalone_sha1.exe : fatal error LNK1120: 2 unresolved externals NMAKE : fatal error U1077: 'link' : return code '0x460' Stop. Thanks, Justin --- On Tue, 1/13/09, Dr. Stephen Henson st...@openssl.org wrote: From: Dr. Stephen Henson st...@openssl.org Subject

Problem building Openssl-0.9.8j with fips

2009-01-12 Thread Justin A
', possible loss of data fips\sha\fips_standalone_sha1.c(142) : warning C4267: 'initializing' : conversio n from 'size_t' to 'int', possible loss of data NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. === Appreciate your help on this one..!!! Thanks, Justin

fips 1.2 on solaris

2008-11-25 Thread Justin A
a small application and use the linking with FIPSLD when calling FIPS_mode_set() I get the same error.  { 10635:error:2D072065:FIPS routines:FIPS_selftest_rng:selftest failed:fips_rand_selftest.c:364: } What could have gone wrong...? Thanks, Justin

Re: FIPS and new releases of openssl

2008-11-09 Thread Justin A
Hi Steve Marquess, What's the equivalent file for  fipscanister.o on windows..? Thanks, Justin --- On Tue, 11/4/08, Steve Marquess [EMAIL PROTECTED] wrote: From: Steve Marquess [EMAIL PROTECTED] Subject: Re: FIPS and new releases of openssl To: openssl-users@openssl.org Date: Tuesday, November

Need help....Building libcrypto.a (FIPS) into a shared library on Windows.

2008-11-09 Thread Justin A
. why don't the signatures match up? I would really appreciate any help. Thanks, Justin

Error while linking fips1.2 on windows

2008-11-04 Thread Justin A
-DOPENSSL_NO_DYN AMIC_ENGINE   -c X:/fips/fips_premain.c ** Could you please let me know if I am missing something. Thanks, Justin

Re: Error while linking fips1.2 on windows

2008-11-04 Thread Justin A
to working with out any issues. I am running into problems on windows only. Thanks for your help in advance. Thanks, Justin. --- On Tue, 11/4/08, Dr. Stephen Henson [EMAIL PROTECTED] wrote: From: Dr. Stephen Henson [EMAIL PROTECTED] Subject: Re: Error while linking fips1.2 on windows To: openssl

Re: Error while linking fips1.2 on windows

2008-11-04 Thread Justin A
to working with out any issues. I am running into problems on windows only. Thanks for your help in advance. Thanks, Justin. --- On Tue, 11/4/08, Dr. Stephen Henson [EMAIL PROTECTED] wrote: From: Dr. Stephen Henson [EMAIL PROTECTED] Subject: Re: Error while linking fips1.2 on windows To: openssl

fingerprint does not match on SuSe

2008-10-30 Thread Justin A
instruction from README.fips and build the fips capable openssl library.  Is this some environment issue...?  Can anybody tell me what would have gone wrong..? Thanks, Justin

fips 1.2 build on windows VC 9

2008-10-16 Thread Justin A
Hi, Have some doubts on fips build on windows VC9. I followed the userguide for 1.2. 1) Downloaded the openssl-fips-test-1.2.0.tar.gz    * perl Configure no-asm VC-WIN32    * ms\do_fips 2) Downloaded the openssl-0.9.8-fips-test-SNAP-YYMMDD.tar.gz    *perl Configure VC-WIN32 no-asm

Re: fips 1.2 build on windows VC 9

2008-10-16 Thread Justin A
, Dr. Stephen Henson [EMAIL PROTECTED] wrote: From: Dr. Stephen Henson [EMAIL PROTECTED] Subject: Re: fips 1.2 build on windows VC 9 To: openssl-users@openssl.org Date: Thursday, October 16, 2008, 1:38 PM On Thu, Oct 16, 2008, Justin A wrote: My Question is:- 1) I remember when I previously

fips issue with PEM_write_bio_RSAPrivateKey

2008-08-13 Thread Justin A
) In this implementation internally its using EVP_md5() which is not supported by FIPS. So is there a patch for this one..? or  a different  API which I could us, which is FIPS compliant. Thanks, Justin

Re: fips issue with PEM_write_bio_RSAPrivateKey

2008-08-13 Thread Justin A
) Lastly all the  PEM_write_bio_*  routines points to this function PEM_ASN1_write_bio which uses md5() internally. Will this change to sha1() in the coming releases of 0.9.8..? to supports fips..? Thanks, Justin   --- On Wed, 8/13/08, Dr. Stephen Henson [EMAIL PROTECTED] wrote: From: Dr. Stephen Henson

Re: SHLIB_VERSION_NUMBER != soname ??

2008-01-23 Thread Justin Karneges
this check. Maybe openssl had ABI issues in 1999, but I don't think it does anymore. However, it has been almost a decade since this kdelibs code was written, so I might not be remembering it right. :) -Justin __ OpenSSL Project

Re: DTLS and memory BIO

2008-01-16 Thread Justin Karneges
On Thursday 10 January 2008 9:22 pm, Justin Karneges wrote: [...snip...] ask here about the state of DTLS and memory BIOs. If it is not possible, does anyone have a tip on how to make it possible? Maybe I could create a substitute for the dgram BIO that works on memory, but unlike

DTLS and memory BIO

2008-01-10 Thread Justin Karneges
commands? If *that* is not possible either, then I'll create a loopback socket and point the dgram BIO at it, which should allow me to capture the traffic and use it in the same way that I would with a memory BIO. Of course I'd like to avoid this.. Thanks! -Justin

RE: C++ compatability

2007-09-12 Thread Phillips, Justin - ACD
the error include any necessary code. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Phillips, Justin - ACD Sent: Tuesday, September 11, 2007 2:55 PM To: openssl-users@openssl.org Subject: RE: C++ compatability I have the following code but I still get

RE: C++ compatibility

2007-09-12 Thread Phillips, Justin - ACD
an openssl issue, sorry for the misplacement of these questions on this mailing list. -Original Message- From: Phillips, Justin - ACD Sent: Wednesday, September 12, 2007 9:07 AM To: 'openssl-users@openssl.org' Subject: RE: C++ compatability The error is on the header file asn1.h. I have

C++ compatability

2007-09-11 Thread Phillips, Justin - ACD
are compiled with gcc but I am compiling my software with g++ and in C++ this type of casting is not allowed. So my question is how do you use openssl in C++ when the include files use C specific syntax such as this? Thank you in advance for the help. Justin

RE: C++ compatability

2007-09-11 Thread Phillips, Justin - ACD
Of Saju Paul Sent: Tuesday, September 11, 2007 2:37 PM To: openssl-users@openssl.org Subject: RE: C++ compatability extern C { // defn... } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Phillips, Justin - ACD Sent: Tuesday, September 11, 2007 2:20 PM

-X64 not -X 64 for AIX 5.3

2007-01-12 Thread Justin Johnson
to me. Am I correct? Thanks for your help. Justin __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager

Re: General question on SSL

2005-10-27 Thread Justin Karneges
client only has a cache of fingerprints, then you will have to do some extra voodoo. Handling this in OpenSSL would be fairly easy, just compare the fingerprint of the certificate with your list of allowed fingerprints. -Justin

Re: General question on SSL

2005-10-27 Thread Justin Karneges
to check the peer X509* however you please before reading or writing data to the newly formed SSL connection. -Justin On Thursday 27 October 2005 15:21, M G wrote: Thank you Justin! Just to nail down my understanding of your last paragraph - you said just compare the fingerprint

Re: Using OpenSSL over a high level peer-to-peer middleware

2005-10-19 Thread Justin Karneges
over a series of non-persistant HTTP connections. Hopefully you find this encouraging. :) -Justin __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users

Windows named pipes error

2005-09-08 Thread Justin Marrese
= _open_osfhandle((long)hPipe, _O_RDWR | _O_BINARY); FILE *fp = _fdopen( fd, r+b ); sbio = BIO_new_fp( fp , BIO_CLOSE); SSL_set_bio(ssl, sbio, sbio); Does this yield a valid BIO? If so, why the version mismatch error? Thanks for any ideas you can give me, -- Justin

d2i_X509_bio i2d_X509 problem?

2005-03-26 Thread Justin Hsiung
Hi, I had a small program as shown below to read a self-signed DER encoded certificate from Linux filesystem and still want to keep it in DER format in buf. Therefore, I use both d2i_X509_bio i2d_X509 to achieve this. Unfortunately, I encountered some problems when I printed the contents of

openssl server hello response confusion

2004-12-27 Thread Justin Miller
is data encrypted/decrypted? Where does the CONNECT command come into play? When is the SSL handshake negotiated? All help is appreciated, thanks! Justin __ OpenSSL Project http://www.openssl.org

Re: connecting to proxy using SSL

2004-12-13 Thread Justin Miller
: On Sun, Dec 12, 2004 at 02:32:28AM -0500, Justin Miller wrote: What I'm trying to do is use stunnel to connect to an HTTPS proxy with gaim (which doesn't have native https support). First two google hits for stunnel proxy: http://www.stunnel.org/patches/desc/proxy_sweeheng.html

Re: connecting to proxy using SSL

2004-12-13 Thread Justin Miller
:22:52 +0800, Ng Pheng Siong [EMAIL PROTECTED] wrote: On Mon, Dec 13, 2004 at 08:40:25AM -0500, Justin Miller wrote: Could one get the error messages I displayed if the proxy I'm trying to use doesn't support SSL (the connect method)? I suppose you can telnet your-proxy port-whatever

connecting to proxy using SSL

2004-12-11 Thread Justin Miller
driving me crazy. What's the deal here? What could this be indicitive of? From reading the SSL/TLS specs, it seems that the client and server just can't agree on the same protocol to use. Please, Some help here would be great! Thanks in advance, Justin

Re: connecting to proxy using SSL

2004-12-11 Thread Justin Miller
What I'm trying to do is use stunnel to connect to an HTTPS proxy with gaim (which doesn't have native https support). Justin On Sun, 12 Dec 2004 11:05:40 +0800, Ng Pheng Siong [EMAIL PROTECTED] wrote: On Sat, Dec 11, 2004 at 09:31:18PM -0500, Justin Miller wrote: Please, this has been

AES padding bug (0.9.7, SNAP-20030217)

2003-02-19 Thread Justin Karneges
out the lines regarding padding does nothing. Thanks, -Justin #includeopenssl/evp.h #includestdio.h int main() { char key[] = { 0xbf,0xf9,0x7e,0x06,0x86,0xca,0xa8,0x78,0x64,0xdb,0xba,0xa7,0x1c,0xd4,0x2e,0x1c }; char dat[] = { 0x3d,0x6f,0xa3,0x11,0x10,0x07,0xe6,0x2e

Anyone using OpenSSL for a CA or PKI Deployment?

2002-07-16 Thread Wienckowski, Justin
in Unix using OpenSSL. Anyone know of companies or organizations who may have already done this? I'm finding very little publicized on the web, and dropping some names would help immensely. Thanks! - Justin Wienckowski TRW Intranet Team, ISP 703.345.6663 [EMAIL

RE: OpenSSL Asynchronous Windows Sockets

2002-03-20 Thread Justin Kagan
vague. Thanks - Justin -Original Message- From: Daryl Odnert [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 10:05 AM To: '[EMAIL PROTECTED]' Subject: RE: OpenSSL Asynchronous Windows Sockets Common wisdom on this topic seems to be that you should handle the I/O in your own code

Using OpenSSL with Windows I/O Completion Ports

2002-01-16 Thread Justin Kagan
Hello, Has anybody met with any success in using OpenSSL with an application that does I/O using Windows NT/2000 I/O completion ports? If so, where does a total neophyte like myself begin trying to pull this off? Thanks for your assistance. Justin E. Kagan [EMAIL PROTECTED]

Java?

2002-01-10 Thread Justin Thomas
Hi does any1 know of a java implementation I can use for SSL similar to openSSL? THanks If you know there isnt then can you still tell me pls? __ Justin Thomas BSc (hons) Software Engineer RCP Consultants Ltd AIM: RCPAnimal Tel: 01235 510116

remove

2001-09-07 Thread Justin Case
remove __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

PKCS12 and Netscape

2001-07-10 Thread Justin Wienckowski
to yield meaningful data? I'm still attempting to read through the PKCS12/asn1 code to see how OpenSSL is doing it, but not having tons of luck figuring out the logic chain. Thanks for any advice! -Justin Wienckowski [EMAIL PROTECTED

Rand_egd question

2000-10-18 Thread Justin Hinrichs
newly generated keys, most machines seem to have no problem with the secure server, but out of about 15 machines I've used to connect to https://my.secure.server, one of them refuses. The error I get is "An I/O error occurred while attempting the secure connection." than

Re: Rand_egd question

2000-10-18 Thread Justin Hinrichs
nevermind about the first part of this... a better search of the archives was the solution.. however I'm still getting the I/O error. any ideas? Justin On Wed, 18 Oct 2000, Justin Hinrichs wrote: I'm having a couple of problems... First off, this is the first time I've set up a secure

Bus Error(10)?

2000-10-12 Thread Justin Hinrichs
any suggestions, let me know. thanks in advance, Justin __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Newbie question, perhaps wrong place to post

1999-08-24 Thread Justin Long
. Neither do I necessarily want a "Welcome" Screen... I'd much rather just go to the home page, where the user is told his/her name. Any hints or suggestions? Please respond via e-mail to [EMAIL PROTECTED] THanks! Justin Long www.strategicn