Re: undefined symbol: OSSL_provider_init when running "make test"

2021-12-22 Thread Dan Fulger
I have not compiled OpenSSL 3.0 yet, but I am pretty sure that -fvisibility=hidden will at least break the temporary shared objects created by the unit tests, if not everything else in OpenSSL.

An idiosyncratic port of OpenSSL 1.1.1m to OS/400 ILE

2021-12-14 Thread Dan Fulger
This port is for ILE (native OS/400) not PASE (PASE is almost like Unix, and already comes with OpenSSL).   The idiosyncrasies are explained in the README.as400 file in AS400patch.tar.gz. AS400patch.tar.gz (large patch for OpenSSL and other files): https://drive.google.com/file/d/1fttbz2T9wtVUM

RE: Openssl 1.1.1l compilation issue for aix64-cc

2021-10-29 Thread Dan Fulger
OpenSSL 1.1.1l does not contain -D_XOPEN_SOURCE=700. So you must have added it on the Configure command line or by patching the source code. On AIX (any version), this disables _ALL_SOURCE.  

An idiosyncratic port of OpenSSL 1.1.1l to OS/400 ILE

2021-08-26 Thread Dan Fulger
This port is for ILE (native OS/400) not PASE (PASE is almost like Unix, and already comes with OpenSSL).   The idiosyncrasies are explained in the README.as400 file in AS400patch.tar.gz. I had to rewrite the EBCDIC support in clienthellotest.c.   AS400patch.tar.gz (large patch for OpenSSL and

An idiosyncratic port of OpenSSL 1.1.1j to OS/400 ILE

2021-02-22 Thread Dan Fulger
This port is for ILE (native OS/400) not PASE (PASE is almost like Unix, and already comes with OpenSSL).   The idiosyncrasies are explained in the README.as400 file in AS400patch.tar.gz.   AS400patch.tar.gz (large patch for OpenSSL and other files): https://drive.google.com/file/d/1gAKV6X1xpNxl

RE: OpenSSL 1.1.1g Windows build slow rsa tests

2021-01-21 Thread Dan Heinz
-Original Message- From: openssl-users On Behalf Of Michael Wojcik Sent: Thursday, January 21, 2021 9:28 AM To: openssl-users@openssl.org Subject: RE: OpenSSL 1.1.1g Windows build slow rsa tests > >From: openssl-users On Behalf Of > >Dr Paul Dale > >Sent: Wednesday, 20 January, 2021 19

OpenSSL 1.1.1g Windows build slow rsa tests

2021-01-20 Thread Dan Heinz
Hello, I'm building openssl 1.1.1g on multiple platforms and I found that the rsa speed tests are significantly slower in my build than on the other OS platforms (Linux and macOS). I downloaded a Windows 64-bit binary distribution of openssl from https://kb.firedaemon.com/support/solutions/ar

An idiosyncratic port of OpenSSL 1.1.1i to OS/400 ILE

2020-12-09 Thread Dan Fulger
This port is for ILE (native OS/400) not PASE (PASE is almost like Unix, and already comes with OpenSSL).   The idiosyncrasies are explained in the README.as400 file in AS400patch.tar.gz.   AS400patch.tar.gz (large patch for OpenSSL and other files): https://drive.google.com/file/d/1Rqa7JUffkSBQ

Re: Deleted client certificate trust expectations

2020-11-11 Thread Dan Freed
Thanks for the help. This got me on the right track. -Dan From: openssl-users Date: Wednesday, November 11, 2020 at 12:02 PM To: openssl-users@openssl.org Subject: Re: Deleted client certificate trust expectations External Mail. Careful of links / attachments. Submit Helpdesk if unsure. On

Re: Deleted client certificate trust expectations

2020-11-11 Thread Dan Freed
Sorry I realized I didn't include the OpenSSL version I was using. This is with OpenSSL 1.1.1d 10 Sep 2019. -Dan From: openssl-users Date: Wednesday, November 11, 2020 at 10:29 AM To: openssl-users@openssl.org Subject: Deleted client certificate trust expectations External Mail. Caref

Deleted client certificate trust expectations

2020-11-11 Thread Dan Freed
not when CTX_set_verify() is called, but that doesn't seem to be what is happening. Another interesting bit is that the inverse is not true. If I add a cert to the trusted directory, it immediately uses it without having to restart the process. I assume that if I used a certificate revocation list and revoked the client cert this wouldn't be an issue, but why are the directory contents cached? Is this for performance reasons? Thanks Dan Freed

An idiosyncratic port of OpenSSL 1.1.1h to OS/400 ILE

2020-10-01 Thread Dan Fulger
This port is for ILE (native OS/400) not PASE (PASE is almost like Unix, and already comes with OpenSSL).   The idiosyncrasies are explained in the README.as400 file in AS400patch.tar.gz.   AS400patch.tar.gz (large patch for OpenSSL and other files): https://drive.google.com/file/d/1wx36GNr6TtJX_Z

Re: OpenSSL compliance with Linux distributions

2020-08-07 Thread Dan Kegel
, or something like that. See https://wiki.openssl.org/index.php/Compilation_and_Installation But be careful! You probably want to have the original system .deb files for its openssl in an origopenssl dir so you can reinstall them with 'sudo dpkg -i origopenssl/*.deb' when this breaks.

Re: Software that uses OpenSSL

2020-08-06 Thread Dan Kegel
On Ubuntu, the command apt-cache rdepends libssl1.1 lists 861 packages, belonging to something like 400 projects, that depend on openssl On Thu, Aug 6, 2020 at 11:43 AM Patrick Steuer wrote: > > Anything more precise than "a whole lot" will require some real > research, I suspect. > > Y

Re: win32 build and freeing pointers

2020-07-31 Thread Dan Kegel
Sounds like the pointer is *pointing to* memory containing 0x... i.e. this is a use-after-free error. You might consider building your app with Address Sanitizer enabled, that might find the problem earlier during execution. - Dan On Fri, Jul 31, 2020 at 5:32 AM wrote: > Hi g

Re: error : unknown type name 'sa_family_t' in openssl 1.1.1g

2020-07-24 Thread Dan Fulger
> Btw , even "internal/sockets.h " has " #include". Yes, but after #include . OTOH, netdb.h should #include; can you send a download link for the cross compilation toolkit you are using?

Re: Goodbye

2020-07-04 Thread Dan Kegel
There's nothing wrong with being inclusive. Buildbot was not harmed by removing the word 'slave' from its codebase. - Dan On Sat, Jul 4, 2020 at 12:33 PM Donald R Laster Jr wrote: > Dan, > >The words "slave" and "master" have no negative or pos

Re: Goodbye

2020-07-04 Thread Dan Kegel
It might be worth reminding folks of https://www.openssl.org/community/conduct.html which says "We strive to be an open and inclusive community where anyone can contribute." - Dan On Sat, Jul 4, 2020 at 11:02 AM Donald R Laster Jr wrote: > > Having just noticed the last 4 or

Re: Goodbye

2020-07-04 Thread Dan Kegel
cremental approach is fine, clean up the most offensive word or two first, and then see where things land. And if it can't start immediately, that's ok, it took buildbot a while to come up with the needed consensus and elbow grease. - Dan On Fri, Jul 3, 2020 at 11:10 PM Eliot Lear wrote

Re: freefunc - name clash with Python.h

2020-06-21 Thread Dan Kegel
elf-defense. - Dan

64-bit 1.1.1e fails to build on macOS 10.8

2020-06-13 Thread Dan Heinz
Hello, I updated from 1.1.1d to the latest version 1.1.1g and had a build error on macOS 10.8 for the 64-bit crypto library. I rolled back to 1.1.1e and reproduced the build error. 32-bit is building fine, only 64-bit has the issue. I looked at the commits for 1.1.1e and nothing jumped out at

Re: AW: openssl-1.1.1g cygwin make errors

2020-05-06 Thread Dan Fulger
ucontext.h existed in 2017 in Cygwin, and still exists.   Maybe you have a very old Cygwin (you can update with setup.exe).

RE: FFT algorithm for BIGNUM multiplication

2020-05-01 Thread Dan Fulger
off topic:   "till" is correct and older than "until".   https://www.merriam-webster.com/dictionary/till https://en.wiktionary.org/wiki/till line 786915 in file http://www.gutenberg.org/cache/epub/673/pg673.txt   and all four paper dictionaries I have in my home (two of them do not even mention

An idiosyncratic port of OpenSSL 1.1.1g to OS/400 ILE

2020-04-22 Thread Dan Fulger
This port is for ILE (native OS/400) not PASE (PASE is almost like Unix, and already comes with openssl).   The idiosynchrasies are explained in the README.as400 file in AS400patch.tar.gz.   AS400patch.tar.gz (large patch for OpenSSL and other files): https://drive.google.com/file/d/1pLDIiMTyJvKsl6

Re: Problems porting Openssl 1.1.1d to zos.

2020-04-15 Thread Dan Fulger
Yes, I encountered the same problem in my OS/400 port of OpenSSL 1.1.1.

Re: An idiosyncratic port of OpenSSL 1.1.1f to OS/400 ILE

2020-04-03 Thread Dan Fulger
The previously sent patch for 1.1.1e works for 1.1.1f as well.

Re: resumption problem

2020-03-30 Thread Dan Fulger
Indeed, CentOS 8.0 has OpenSSL 1.1.1 with very few updates.   But CentOS 8.1 was released in January, with OpenSSL 1.1.1c.  

An idiosyncratic port of OpenSSL 1.1.1e to OS/400 ILE

2020-03-20 Thread Dan Fulger
This port is for ILE (native OS/400) not PASE (PASE is almost like Unix, and already comes with openssl).   The idiosynchrasies are explained in the README.as400 file in AS400patch.tar.gz.   AS400patch.tar.gz (large patch for OpenSSL and other files): https://drive.google.com/file/d/1XT24UqC5rkPSp

Mysterious hang with openssl and asan on ubuntu 18.04

2020-02-23 Thread Dan Kegel
Hi folks. The project I'm working on exhibits a hang in one test case when dealing with openssl connections, usually on 8 core machines, when built with address sanitizer enabled. This is mature, theoretically well-debugged production code. With help from c-reduce, I minimized the rather complex

RE: Decryption slower in 1.1.1 branch?

2020-01-28 Thread Dan Heinz
Thank you for the information, Victor. >> I upgraded a library that used OpenSSL 1.0.2 to the OpenSSL 1.1.1d. >> On Windows, I have found that the time to decrypt had doubled. After >> a bit of timestamp logging, I found the RSA_private_decrypt function >> is taking twice as long with 1.1.1d as

Decryption slower in 1.1.1 branch?

2020-01-27 Thread Dan Heinz
I upgraded a library that used OpenSSL 1.0.2 to the OpenSSL 1.1.1d. On Windows, I have found that the time to decrypt had doubled. After a bit of timestamp logging, I found the RSA_private_decrypt function is taking twice as long with 1.1.1d as it did with 1.0.2t. This is being called from a W

RE: Linux linking issues moving from 1.0.2t to 1.1.1c

2019-10-08 Thread Dan Heinz
> > > >The no-dso is silently not valid in 1.1.1c. That option didn't work > > > >right, so it was unusable in practice anyway. However, someone recently > > > >fixed that up, unfortunately after the last 1.1.1 release. > > > >The specific patch may be possible to find on github (unless that br

RE: Linux linking issues moving from 1.0.2t to 1.1.1c

2019-10-07 Thread Dan Heinz
>The no-dso is silently not valid in 1.1.1c. That option didn't work right, so >it was unusable in practice anyway. However, someone recently fixed that up, >unfortunately after the last 1.1.1 release. >The specific patch may be possible to find on github (unless that branch has >been deleted)

Linux linking issues moving from 1.0.2t to 1.1.1c

2019-10-07 Thread Dan Heinz
Please bear with me as I am a Windows developer, and not too adept with Linux. Our library has been using the OpenSSL 1.0.2x branch, and we are moving to 1.1.1c. I have the Windows build of our libraries working, and now I've moved to Linux. Our library is built as a shared library as well as s

An idiosyncratic port of OpenSSL 1.1.1d to OS/400 ILE

2019-09-19 Thread Dan Fulger
This port is for ILE (native OS/400) not PASE (PASE is almost like Unix, and already comes with openssl).   The idiosynchrasies are explained in the README.as400 file in AS400patch.tar.gz.   AS400patch.tar.gz (large patch for OpenSSL and other files): https://drive.google.com/file/d/1DkTMHDvx8asGmK

RE: OPENSSL_init_crypto with OPENSSL_INIT_NO_ATEXIT issue

2019-08-15 Thread Dan Heinz
>The output certainly suggests something is calling TlsAlloc between the call >made for destructor_key.value and the one for private_drbg, and that index is >never freed. You always get 7 when allocating destructor_key.value because >that >index was freed when you unloaded OpenSSL, and so it's t

RE: OPENSSL_init_crypto with OPENSSL_INIT_NO_ATEXIT issue

2019-08-13 Thread Dan Heinz
On 09/08/2019 14:33, Dan Heinz wrote: >> I have a static library using OpenSSL (built as static library with >> the no-pinshared parameter in the configuration) that is then included >> in a DLL that gets loaded and unloaded many times by the calling >> application. 

OPENSSL_init_crypto with OPENSSL_INIT_NO_ATEXIT issue

2019-08-09 Thread Dan Heinz
I have a static library using OpenSSL (built as static library with the no-pinshared parameter in the configuration) that is then included in a DLL that gets loaded and unloaded many times by the calling application. Now that the code is in 1.1.1c to allow me to manually shutdown the OpenSSL li

An idiosyncratic port of OpenSSL 1.1.1c to OS/400 ILE

2019-06-16 Thread Dan Fulger
This port is for ILE (native OS/400) not PASE (PASE is almost like Unix, and already comes with openssl).   The idiosynchrasies are explained in the README.as400 file in AS400patch.tar.gz.   AS400patch.tar.gz (large patch for OpenSSL and other files): https://drive.google.com/file/d/1xHk6dMjFW0MDr

An idiosyncratic port of OpenSSL 1.1.1b to OS/400 ILE

2019-04-30 Thread Dan Fulger
This port is for ILE (native OS/400) not PASE (PASE is almost like Unix, and already comes with openssl).   The idiosynchrasies are explained in the README.as400 file in AS400patch.tar.gz.   Resending this mail with files on Google Drive:   AS400patch.tar.gz (large patch for OpenSSL and oth

[openssl-users] Manual Shutdown of OpenSSL 1.1.x library

2018-10-11 Thread Dan Heinz
Is there currently a way to manually shutdown the OpenSSL library? We have a DLL that statically links OpenSSL. Our DLL gets loaded and unloaded multiple times by a process (not our process), and we need to release OpenSSL each time. This was not possible with OpenSSL 1.1 as of September 201

[openssl-users] Manual Shutdown of OpenSSL 1.1.x library

2018-04-26 Thread Dan Heinz
We have not moved from OpenSSL 1.0.x to OpenSSL 1.1.x as we require the ability to manually shutdown the library. We noticed in the latest release notes the following: "Modify compression code so it frees up structures without using the ex_data callbacks. This works around a problem where some

Re: [openssl-users] Help compiling on HPUX

2017-11-08 Thread Dan Freed
tc if anyone has any suggestions. I'm not sure if the git-hub bug moderators are on this list, so I'll update the bug report there with this new info. -Dan On 11/8/17, 7:33 AM, "openssl-users on behalf of Ludwig, Mark" wrote: > From: Michael Wojcik, Wednesday,

Re: [openssl-users] Help compiling on HPUX

2017-11-08 Thread Dan Freed
optimizations to see if I can get it to compile with the assembly optimizations or not. -Dan On 11/8/17, 7:33 AM, "openssl-users on behalf of Ludwig, Mark" wrote: > From: Michael Wojcik, Wednesday, November 08, 2017 7:03 AM > To: openssl-users@openssl.org > Subj

[openssl-users] Help compiling on HPUX

2017-11-07 Thread Dan Freed
I see that there are a few posts about compiling openssl on HP-UX, so I’m hopeful that someone can help me out. I’m having issues getting things to completely finish the compilation process. There is an issue that some folks on Git-hub helped me resolve that was caused by some incompatibiliti

[openssl-users] Manually shutdown the library

2017-09-25 Thread Dan Heinz
The original issue was discussed here: https://www.mail-archive.com/openssl-users@openssl.org/msg80781.html To summarize: We have a DLL that statically links OpenSSL. Our DLL gets loaded and unloaded multiple times by a process (not our process), and we need to release OpenSSL each time. Thi

Re: [openssl-users] Openssl static build linked in DLL does not unload on win32

2017-01-10 Thread Dan Heinz
>>>> On 04/01/17 23:11, Dan Heinz wrote: Using openssl 1.1.0c. >>>> >>>> I have a test application that is a win32 console app that calls a > >>> win32 DLL which has the openssl libraries linked in statically>. >>>> &g

Re: [openssl-users] Openssl static build linked in DLL does not unload on win32

2017-01-06 Thread Dan Heinz
>>On 04/01/17 23:11, Dan Heinz wrote: >> Using openssl 1.1.0c. >> >> I have a test application that is a win32 console app that calls a >> win32 DLL which has the openssl libraries linked in statically. >> >> The test applications uses late-binding to

[openssl-users] Openssl static build linked in DLL does not unload on win32

2017-01-04 Thread Dan Heinz
Using openssl 1.1.0c. I have a test application that is a win32 console app that calls a win32 DLL which has the openssl libraries linked in statically. The test applications uses late-binding to the DLL and calls LoadLibrary for the DLL, one test function in the DLL, and then FreeLibrary on the

Re: [openssl-users] CONF-less OpenSSL configuration?

2016-11-16 Thread Dan S
internal file structure of iOS app is well defined with API to access the directories without any hacks (I assume you weren't looking to access a directory outside of your app) https://developer.apple.com/library/content/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystem

Re: [openssl-users] Disable/Enable TLS versions for all connections at runtime

2016-11-16 Thread Dan S
I thought there is anything that would stop you from compiling with everything and make choices at run time, (TLSv1_2_method, TLSv1_1_method, TLSv1_method, SSLv23_method etc... just set the right flags and cyphers) On Wed, Nov 16, 2016 at 2:58 PM, craig_we...@trendmicro.com < craig_we...@trendmicr

Re: [openssl-users] Record aggregation with TLS Client

2016-06-24 Thread Dan S
You can look into modifying the window size for transmission (likely devastating your throughput, considering it will have to drop from around usual 64K to about a tenth of the size - mostly notably with the increase of ACKs and header repetition with each packet ... falls too far and it will start

Re: [openssl-users] Unable to run application after Windows updates

2016-06-24 Thread Dan S
less headache static linking to SSLEAY32 and LIBEAY32 :), depending on how many windows versions you want to support, static linking to WS2_32 and CRYP32 may also be useful (though linking all 4 nearly tripled the binary for what we needed to have included), but don't have to worry about what versi

[openssl-users] OpenSSL responder as a CGI

2016-06-17 Thread Dan Mahoney, System Admin
response. The CGI would basically be a wrapper, as well as a tool to regenerate an index.txt if either the inventory or the CRL had changed. This way, threading and the like aren't issues, and error-handling is more easily catchable. Does any of this sound like a particularly awfu

Re: [openssl-users] dtls record layer throughput test

2016-06-14 Thread Tudor-Dan Ambarus
Hi, Matt, all, > > Is there a throughput test for dtls record layer in openssl? > > I want to measure the performance of dtls record layer in openssl. > > > > I've used s_server and s_client to talk over dtls, but seems > > that they are only meant for functional testing. > > Not really. s_time

Re: [openssl-users] Symbol(s) not found _TLSv1_2_method _BIO_test_flags

2016-06-13 Thread Dan S
ssl that came with 10.6 :( So I may just use the renamed files if I can't figure out how to tell the xcode to ignore the system libraries Thank you for helping look into this for me On Mon, Jun 13, 2016 at 1:16 PM, Dan S wrote: > sorry forgot to mantion that after linking with all t

Re: [openssl-users] Symbol(s) not found _TLSv1_2_method _BIO_test_flags

2016-06-13 Thread Dan S
sorry forgot to mantion that after linking with all the paths set it produces the single error (one from before: Symbol(s) not found _TLS1_2_method referenced from _main in main.o On Mon, Jun 13, 2016 at 1:14 PM, Dan S wrote: > I did this step at a time to see what happens and here are

Re: [openssl-users] Symbol(s) not found _TLSv1_2_method _BIO_test_flags

2016-06-13 Thread Dan S
all the spaces in all the paths before compiling openssl, make had issues installing across paths with spaces) On Sun, Jun 12, 2016 at 2:24 AM, Axel Luttgens wrote: > > Le 9 juin 2016 à 02:29, Dan S a écrit : > > > > Hello, I've compiled openssl.1.0.2h on osx (32bit) and l

Re: [openssl-users] Symbol(s) not found _TLSv1_2_method _BIO_test_flags

2016-06-10 Thread Dan S
16176 .. it seems there is an object maybe missing from when it was linked. Any help or suggestion would be greatly appreciated Thank you in advance On Wed, Jun 8, 2016 at 5:29 PM, Dan S wrote: > Hello, I've compiled openssl.1.0.2h on osx (32bit) and linked staticly my > project with

[openssl-users] Symbol(s) not found _TLSv1_2_method _BIO_test_flags

2016-06-08 Thread Dan S
Hello, I've compiled openssl.1.0.2h on osx (32bit) and linked staticly my project with libcrypto.a and libssl/a, but I get 2 linking errors with "Symbol(s) not found": _TLSv1_2_method, referenced from ... and _BIO_test_flags, referenced from ... Why would this be happening? ps: (same code works

[openssl-users] dtls record layer throughput test

2016-06-02 Thread Tudor-Dan Ambarus
Hi, Is there a throughput test for dtls record layer in openssl? I want to measure the performance of dtls record layer in openssl. I've used s_server and s_client to talk over dtls, but seems that they are only meant for functional testing. Thanks, ta -- openssl-users mailing list To unsubscr

[openssl-users] Loading of CA chain into store from mem for verification

2016-04-26 Thread Dan S
Hello, Instead of using SSL_CTX_load_verify_locations with a file, we load the data from dll resource (multiple certs separated by -BEGIN CERTIFICATE- -END CERTIFICATE-): ... if(pdata = (BYTE *)LockResource( hglobal )) { // BYTE *pdata, hglobal is initialized with LoadReso

[openssl-users] Vacation reply

2015-08-18 Thread dan
Starting August 10th, I will traveling in-and-out of Philadelphia for the next two weeks.  During this time my access to e-mail and voicemail will be limited.  Thank you,Dan KohlbekMCSE, MCDBA, PM, BSB___ openssl-users mailing list To unsubscribe: https

[openssl-users] OpenSSL Linux Client with Microsoft CA

2015-05-05 Thread DAN KOHLBEK
This is a cloud based setup, Linux with OpenSSL 1.0.1g-fips 7 Apr 2014, trying to connect to MS AD, and using a MS CA. Is there a doc someone can point me to on how to configure the client in a MS CA environment? Thank you,Dan

openSSL equivalent of RSA/ECB/PKCS1Padding

2014-11-19 Thread Dan Si Atat
CS1_PADDING" as a padding parameter but when I decrypt the encrypted text in Java I get a BadPadding exception. Thanks, Dan

Re: Actually supporting ipv6 literals in s_client?

2013-03-20 Thread Dan Mahoney, System Admin
On Sun, 10 Mar 2013, Dan Mahoney, System Admin wrote: Hey there, Apparently supporting ipv6 literals... like openssl s_client -connect '[2001:4f8:0:2::d]:443' ..in s_client is oft-asked for but never-implemented, to the point where there are blog articles like this out ther

Actually supporting ipv6 literals in s_client?

2013-03-10 Thread Dan Mahoney, System Admin
g. Can anyone who actually has a commit-bit state why these haven't been added yet? -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site:

non-interactive password for ocsp responder

2012-06-20 Thread Dan B.
How can the ocsp responder be run non-interactively (e.g., run from a script so that the person running the script does not have to type in the OCSP signing key password)? (Yes, I know that that generally isn't secure, but in this case it doesn't need to be. (It's for an example/test setup scrip

Trusted CAs and Root CAs.

2012-02-14 Thread Dan Schmitt
way to load trusted certs into the SSL_CTX* so the handshake and validation will not fail with the 20 error if I have the certificates ahead of time? Dan Schmitt __ OpenSSL Project http://

Adding a trusted CA from a BIO or X509*

2012-02-03 Thread Dan Schmitt
pping an X509* somewhere into the CA list for an SSL_CTX* Dan Schmitt __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.or

remove

2010-04-27 Thread Winton, Dan (SA-1)
This communication is intended only for use by the addressee(s) named herein and may contain business confidential and/or legally privileged information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution, disclosure or copying o

Re: How to Authenticate a Client

2010-02-11 Thread Dan Zwing
reuse; almost anything else means that the connection failed. Read the manpage for SSL_get_error(3ssl) for the results and their meanings. Good luck. -Kyle H On Wed, Feb 10, 2010 at 12:46 PM, Dan Zwing wrote: > Hello - > > I am writing a client program. I have a x509 certificate and a key

How to Authenticate a Client

2010-02-10 Thread Dan Zwing
SSL_use_certificate or SSL_CTX_use_PrivateKey versus SSL_CTX_use_RSAPrivateKey. I've read the openssl docs but don't understand what functions to use. Thanks Dan

Re: PKCS#12 Problems

2010-02-05 Thread Dan Letkeman
Thanks! FTP was the problem. SCP transferred the file without corrupting it. Dan. On Thu, Feb 4, 2010 at 8:30 PM, Dave Thompson wrote: >> From: owner-openssl-us...@openssl.org On Behalf Of Dan Letkeman >> Sent: Thursday, 04 February, 2010 14:36 > >> So i'm transferri

Re: PKCS#12 Problems

2010-02-04 Thread Dan Letkeman
. So i'm transferring it with FTP, could that be the problem? Any other way to transfer it to a windows machine? Dan. On Thu, Feb 4, 2010 at 11:24 AM, Patrick Patterson wrote: > On February 4, 2010 11:38:36 am Dan Letkeman wrote: >> Ok, when I try to import it into Internet Expl

Re: PKCS#12 Problems

2010-02-04 Thread Dan Letkeman
lorer's CA list. I just combined the certificate and our key on a linux box that has openssl. openssl -pkcs12 -in proxy.pem -inkey proxy.key -export -out proxy.p12 On Thu, Feb 4, 2010 at 9:08 AM, Patrick Patterson wrote: > On February 3, 2010 05:57:36 pm Dan Letkeman wrote: >> Th

Re: PKCS#12 Problems

2010-02-03 Thread Dan Letkeman
The server i'm trying to import it into is and Astaro Firewall. www.astaro.com. I have also just tried to import it into Internet Explorer on Windows XP and I get an error. The Astaro only takes PKCS12 files. Dan. On Wed, Feb 3, 2010 at 1:38 PM, Patrick Patterson wrote: > Pleas

PKCS#12 Problems

2010-02-03 Thread Dan Letkeman
PKCS#12 certificate file: openssl -pkcs12 -in proxy.pem -inkey proxy.key -export -out proxy.p12 This created the .p12 file and everything looks good. The problem is that it doesn't work on anything, not in the server or in any browser. Wha

Re: random crash in getrn function (ssl, crypto).

2009-09-03 Thread Dan Ribe
Got the fix for this ... Following callbacks must be implemented by the developer if CRYPTO library has to be used in the multi-threaded environment. CRYPTO_set_locking_callback()CRYPTO_set_id Cheers ! On Thu, Sep 3, 2009 at 10:20 AM, Dan Ribe wrote: > Hi Everyone, > > I am using g

random crash in getrn function (ssl, crypto).

2009-09-02 Thread Dan Ribe
Hi Everyone, I am using gsoap stub code on Mac & facing below mentioned crash randomly. It seems that crash happens only if some error occurs in tcp_connect & while getting error value. Any pointers on this ? What may be causing this behavior ? Crash stack: Thread 0 Crashed: Dispatch queue: co

Re: Resource temporarily unavailable error with SSL_connect

2009-04-13 Thread Dan Maartens
, I'm fairly certain it has something to do with our multithreading, but if you have any additional suggestion I'd certainly appreciate it. Dan On Fri, Apr 10, 2009 at 5:11 PM, Dave Thompson < dave.thomp...@princetonpayments.com> wrote: > > From: owner-openssl-us...@openss

Re: Resource temporarily unavailable error with SSL_connect

2009-04-10 Thread Dan Maartens
have also tried calling SSL_connect in a loop, just to test to see if waiting/re-calling helps, but it doesn't. The same error occurs each time. That's everything I can think of. Any additional help is certainly appreciated. -Dan On Fri, Apr 10, 2009 at 2:30 PM, David Schwartz wrote:

Resource temporarily unavailable error with SSL_connect

2009-04-09 Thread Dan Maartens
Hello, I'm attempting to establish an SSL connection, where everything seems OK until SSL_connect, which returns -1. error is set to 11, and perror() gives "Resource temporarily unavailable." ERR_error_string rather useless output: error:0002:lib(0):func(0):system lib, even though both SSL_loa

Re: no shared cipher error

2009-01-23 Thread Dan Arcari
Thanks everyone for the help, I think I am getting closer. All of the SSL has been removed from the listener (makes much more sense to me now), and the Init routine has had CRYPTO_malloc_init() and ENGINE_load_builtin_engines() added (it already had the other "basic" routines). When I use my clien

no shared cipher error

2009-01-22 Thread Dan Arcari
wclient->connection, newclient->fd), and finally SSL_accept(newclient->connection). It's on the SSL_accept that I get the error. So I have two questions, does this sound like an otherwise correct procedure for establishing a basic SSL connection? and, what might be causing the shared cipher error? Any help is appreciated. -Dan

no shared cipher error

2009-01-21 Thread Dan Arcari
wclient->connection, newclient->fd), and finally SSL_accept(newclient->connection). It's on the SSL_accept that I get the error. So I have two questions, does this sound like an otherwise correct procedure for establishing a basic SSL connection? and, what might be causing the shared cipher error? Any help is appreciated. -Dan

Re: Reading private key from Memory Buffer.

2008-10-01 Thread Dan Ribe
Thanks guys, Removing the semi colon fixes the problem ! Cheers :) On Thu, Oct 2, 2008 at 3:46 AM, Kelly, Tom <[EMAIL PROTECTED]> wrote: > > > David Schwartz wrote: > >> "09dirkd+sRoXWShF8ctVVb4B1PAFTOBEa8diickehnAyEq6KhzLWpQqhqCnylETw\r\n" >>> "Drys2uVaAzmRhS6tGJ2fdwPnlSLJrQbHuP938Bkyx

Re: Reading private key from Memory Buffer.

2008-10-01 Thread Dan Ribe
= BIO_new_mem_buf(key, keyLength); > >EVP_PKEY *pktmp = NULL; > pktmp = PEM_read_bio_PrivateKey(bio, NULL, NULL, NULL); > >if (pktmp == NULL) { >char buffer[120]; > >ERR_error_string(ERR_get_error(), buffer); >

Re: Reading private key from Memory Buffer.

2008-10-01 Thread Dan Ribe
Tom, Tried your suggestion, but it is not working ! Any other clues on this ? Thanks much, Dan On Wed, Oct 1, 2008 at 7:04 PM, Kelly, Tom <[EMAIL PROTECTED]> wrote: > > > Dan Ribe wrote: > >> Hi, >> >> I am trying to read the private key from the memory

Reading private key from Memory Buffer.

2008-10-01 Thread Dan Ribe
Hi, I am trying to read the private key from the memory buffer (code snippet below), But PEM_read_bio_PrivateKey() always returns an error : OpenSSL error: error:0906D06C:PEM routines:PEM_read_bio:no start line Can anyone please point out what I am doing wrong here. I am pretty new to OpenSSL, so

Re: How to protect the private key !

2008-09-17 Thread Dan Ribe
I am using the private key just to authenticate the client. Once server has authenticated the client (by using the public key of client), it will give access to that client. So I will say that in this case users of my client application need not to have access to the private key (becasue this authe

How to protect the private key !

2008-09-15 Thread Dan Ribe
Hi, I have a client/server application, where client authenticate itself by signing a random string (sent by server) using its private key. Whole logic is working fine for me. I am using PEM_read_PrivateKey() function to read the private key from the key file which is stored on the disk. As per t

Reading private key from the file.

2008-08-29 Thread Dan Ribe
Hello Everyone, I am new to RSA/SHA1 & need some help from your side ! We have a client application on windows & I am in process to port that on Mac. I am facing some problems with the RSA/SHA1 authentication on Mac. Windows logic: On windows side we have a client key file "cspkb.dat" which we a

pkey?

2008-06-18 Thread Dan Lavu
tion on this command when it doesn't exist? http://www.openssl.org/docs/apps/pkey.html Thanks for your time. Dan __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: SSL_connect failing with error -1

2008-04-11 Thread Dan Ribe
Thanks. It worked. Now i am able to communicate with the server using https. I have done changes like : from: #define SOAP_SSL_DEFAULT(SOAP_SSL_REQUIRE_SERVER_AUTHENTICATION | SOAP_SSLv3_TLSv1) to: #define SOAP_SSL_DEFAULT SOAP_SSL_NO_AUTHENTICATION in stdsoap2.h. Once we have the pro

Re: SSL_connect failing with error -1

2008-04-11 Thread Dan Ribe
Thanks for the response. this was useful. Now I got the readable message as : *** error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed I have checked this & server certificate is expired. As this is an internal server for us, so as of now i want to ignore this error &

Re: SSL_connect failing with error -1

2008-04-10 Thread Dan Ribe
Thanks for the reply. I really appreciate it ! I have tried initializing the library, but still facing same problem. - Is there anyway to decode the error string "error:0001::lib(0) :func(0) :reason(1)", to find out what is actually going wrong ? means what does reason(1) stands here for ? - Is

SSL_connect failing with error -1

2008-04-10 Thread Dan Ribe
Hello, I am facing some problem when trying to use a https service. SSL_connect() is failing with error -1 (in stub code ...generated using gsoap ... code snippet below), which means some fatal error occured at the protocol level or connection failure occured. Further getting the SSL error code (

FIPS 1.1.2/1.2 validation progress

2008-01-28 Thread Dan Mathews
Does anyone have an update on how FIPS 1.1.2 and/or 1.2 are progressing? Are there any guesstimates on when either might be officially "blessed"? Dan Mathews Software Developer Configuresoft, Inc.

RE: static linking against the openssl toolkit

2007-11-05 Thread Dan Clusin
ting or copying any information contained in this email to anyone other than the intended recipient is strictly prohibited. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gisle Vanem Sent: Monday, November 05, 2007 12:14 PM To: openssl-users@openssl.org Sub

  1   2   >