Re: update-ca-trust does not create openssl bundle

2025-03-30 Thread Andrey Repin via Cygwin
Greetings, ASSI! > Andrey Repin via Cygwin writes: >> /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is missing from my >> system. >> The `update-ca-trust extract` doesn't even touch it. >> >> What happened? > Fedora dropped the command

Re: libcurl (and prob. others) need a rebuild after the OpenSSL 3 upgrade

2025-03-14 Thread Brian Inglis via Cygwin
On 2025-03-13 05:57, Antonin Décimo via Cygwin wrote: With mingw64-x86_64-openssl 3.0.16-1 and mingw64-x86_64-libcurl 8.12.1-1 installed I get these errors: cygcheck: track_down: could not find ssleay32.dll cygcheck: track_down: could not find libeay32.dll These two DLLs were provided by

libcurl (and prob. others) need a rebuild after the OpenSSL 3 upgrade

2025-03-13 Thread Antonin Décimo via Cygwin
With mingw64-x86_64-openssl 3.0.16-1 and mingw64-x86_64-libcurl 8.12.1-1 installed I get these errors: cygcheck: track_down: could not find ssleay32.dll cygcheck: track_down: could not find libeay32.dll These two DLLs were provided by openssl 1.0.2 and have been renamed as libcrypto and libssl

Re: update-ca-trust does not create openssl bundle

2025-02-28 Thread Andrey Repin via Cygwin
Greetings, ASSI! > Andrey Repin via Cygwin writes: >> /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is missing from my >> system. >> The `update-ca-trust extract` doesn't even touch it. >> >> What happened? > Fedora dropped the command

Re: update-ca-trust does not create openssl bundle

2025-02-25 Thread ASSI via Cygwin
Andrey Repin via Cygwin writes: > /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is missing from my > system. > The `update-ca-trust extract` doesn't even touch it. > > What happened? Fedora dropped the command that creates the file and removed it from distr

Re: update-ca-trust does not create openssl bundle

2025-02-25 Thread Marco Atzeri via Cygwin
On 25/02/2025 11:17, Andrey Repin wrote: Greetings, Marco Atzeri! On 25/02/2025 08:00, Andrey Repin via Cygwin wrote: Greetings, All! /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is missing from my system. The `update-ca-trust extract` doesn't even touch it. What happened?

Re: update-ca-trust does not create openssl bundle

2025-02-25 Thread Andrey Repin via Cygwin
Greetings, Marco Atzeri! > On 25/02/2025 08:00, Andrey Repin via Cygwin wrote: >> Greetings, All! >> > /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is missing from my >> system. >> The `update-ca-trust extract` doesn't even touch it. >> > Wha

Re: update-ca-trust does not create openssl bundle

2025-02-25 Thread Marco Atzeri via Cygwin
On 25/02/2025 08:00, Andrey Repin via Cygwin wrote: Greetings, All! /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is missing from my system. The `update-ca-trust extract` doesn't even touch it. What happened? re-install ca-certificates $ cygcheck -f /etc/pki/ca-trust/extr

Re: After ca-certificates update /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is empty

2024-11-03 Thread Andrey Repin via Cygwin
Greetings, ASSI! > Andrey Repin via Cygwin writes: >> That was the first thing I tried. Then reinstalling. > Well, reinstalling should have helped: > --8<---cut here---start->8--- > # cygcheck -p ca-bundle.trust.crt > Found 3 matches for ca-bundle.trust.crt >

Re: After ca-certificates update /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is empty

2024-11-03 Thread ASSI via Cygwin
Andrey Repin via Cygwin writes: > That was the first thing I tried. Then reinstalling. Well, reinstalling should have helped: --8<---cut here---start->8--- # cygcheck -p ca-bundle.trust.crt Found 3 matches for ca-bundle.trust.crt ca-certificates-2023.2.62_v7.0.

Re: After ca-certificates update /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is empty

2024-11-03 Thread Andrey Repin via Cygwin
Greetings, ASSI! > Andrey Repin via Cygwin writes: >> I've experieenced an issue with my setup, that showed that >> /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is empty after >> installing ca-certificates 2024.2.69-v8.0.401. >> Rolling back to v8.0.30

Re: After ca-certificates update /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is empty

2024-11-02 Thread ASSI via Cygwin
Andrey Repin via Cygwin writes: > I've experieenced an issue with my setup, that showed that > /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is empty after > installing ca-certificates 2024.2.69-v8.0.401. > Rolling back to v8.0.302 restores the file. Just run update

Re: After ca-certificates update /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is empty

2024-11-02 Thread Brian Inglis via Cygwin
On 2024-11-02 12:52, Andrey Repin via Cygwin wrote: I've experieenced an issue with my setup, that showed that /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is empty after installing ca-certificates 2024.2.69-v8.0.401. Rolling back to v8.0.302 restores the file. ++ $ llgo /et

Re: Segfault with detached threads and OpenSSL

2024-05-20 Thread jojelino via Cygwin
Deter using detached attribute in cygwin. for details [1]. You might find static-linking as useful workaround for this issue which requires build openssl from source code. Thread 7 "a" hit Breakpoint 9, init_thread_remove_handlers ( handsin=handsin@entry=0x0) at crypto/initthread

Segfault with detached threads and OpenSSL

2024-05-19 Thread Rodrigo Arias via Cygwin
Hi, (Sent to cygwin-developers by mistake). When debugging a segfault in the Dillo browser[1] with the DNS threaded resolver and OpenSSL 3.0.13 I managed to isolate a reproducer. [1]: https://github.com/dillo-browser/dillo/issues/172 It seems to be caused when both the SSL_library_init() is

Re: OpenSSL 3.0.14

2024-04-29 Thread ASSI via Cygwin
FOPPE, JEFFERY B CIV USAF AFMC AFLCMC/WFRQ via Cygwin writes: > Is the OpenSSL 3.0.14 package going to be released soon? You should ask that question upstream first. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ DIY Stuff: http://Synth.Str

OpenSSL 3.0.14

2024-04-29 Thread FOPPE, JEFFERY B CIV USAF AFMC AFLCMC/WFRQ via Cygwin
Is the OpenSSL 3.0.14 package going to be released soon? Jeff Foppe AFLCMC/WFRQ -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe

Re: I am getting an error trying to use openssl 1.1.1v in cygwin

2024-02-18 Thread marco atzeri via Cygwin
On Sun, Feb 18, 2024 at 3:40 PM Cary Lewis via Cygwin wrote: > > Attempting to run: > > openssl enc -base64 -i file > > gives the following error: > > 42949672976:error:25066067:DSO support routines:dlfcn_load:could not load > the shared library:crypto/d

I am getting an error trying to use openssl 1.1.1v in cygwin

2024-02-18 Thread Cary Lewis via Cygwin
Attempting to run: openssl enc -base64 -i file gives the following error: 42949672976:error:25066067:DSO support routines:dlfcn_load:could not load the shared library:crypto/dso/dso_dlfcn.c:118:filename(libproviders.dll): No such file or directory 42949672976:error:25070067:DSO support

Re: Errors in setup.log around ca-certificates and openssl (seems to work anyway)

2023-12-18 Thread marco atzeri via Cygwin
On Mon, Dec 18, 2023 at 11:36 AM Michael Soegtrop wrote: > > Dear Cygwin Team, > > since a while I have these errors in the setup log file of new cygwin > installations > > C:\bin\cygwin\var\log\setup.log.full: > > running: C:\bin\cygwin\bin\bash.exe --norc --noprofile > "/etc/postinstall/ca-certi

Errors in setup.log around ca-certificates and openssl (seems to work anyway)

2023-12-18 Thread Michael Soegtrop via Cygwin
Dear Cygwin Team, since a while I have these errors in the setup log file of new cygwin installations C:\bin\cygwin\var\log\setup.log.full: running: C:\bin\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/ca-certificates.sh" /usr/bin/ln: failed to create symbolic link '/etc/pki/ca-t

Re: OpenSSL failure in Cygwin: SSL_set_tlsext_host_name returns 1 (SSL_TLSEXT_ERR_ALERT_WARNING)

2023-11-06 Thread Andrey Repin via Cygwin
Greetings, Yuri! > I've built the proxytunnel project in Cygwin > (https://github.com/proxytunnel/proxytunnel). > It is usually used to tunnel ssh through https using the https CONNECT > command. > The command "proxytunnel --no-check-certificate -E -p > {https-proxy-host}:{https-proxy-port} -d

[ANNOUNCEMENT] Updated: openssl 1.1.1w-1, mingw64-{i686, x86_64}-openssl-1.1.1w-0.1 (security)

2023-09-12 Thread ASSI via Cygwin
The following packages have been uploaded to the Cygwin distribution. This release updates to the latest upstream security patch release and continues to use the Fedora patches from an earlier release (Fedora has already switched to openssl 3.x). * openssl-1.1.1w-1 * openssl-perl-1.1.1w-1

[ANNOUNCEMENT] Re: openssl 1.1.1u-1, mingw64-{i686, x86_64}-openssl-1.1.1u-0.2 (security)

2023-08-03 Thread ASSI via Cygwin
[…] Please disregard, this was sent before I finished editing it. -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address speci

[ANNOUNCEMENT] Updated: openssl 1.1.1v-1, mingw64-{i686, x86_64}-openssl-1.1.1v-0.1 (security)

2023-08-03 Thread ASSI via Cygwin
The following packages have been uploaded to the Cygwin distribution. This release updates to the latest upstream security patch release and continues to use the Fedora patches from an earlier release (Fedora has already switched to openssl 3.x). * openssl-1.1.1v-1 * openssl-perl-1.1.1v-1

[ANNOUNCEMENT] openssl 1.1.1u-1, mingw64-{i686, x86_64}-openssl-1.1.1u-0.2 (security)

2023-08-03 Thread ASSI via Cygwin
The following packages have been uploaded to the Cygwin distribution. This release updates to the latest upstream security patch release and continues to use the Fedora patches from an earlier release (Fedora has already switched to openssl 3.x). * openssl-1.1.1u-1 * openssl-perl-1.1.1u-1

[ANNOUNCEMENT] Test: openssl 3.0.10-0.1, mingw64-{i686, x86_64}-openssl-3.0.10-0.1

2023-08-02 Thread ASSI via Cygwin
The following packages have been uploaded to the Cygwin distribution for testing, please report any issues to the main Cygwin mailing list. OpenSSL 1.1 will go EOL in September 2023. Cygwin will most likely switch to OpenSSL 3 LTS soon (3.0.x, which has a planned EOL of September 2026). This

OpenSSL: FATAL

2023-07-21 Thread Lee via Cygwin
I've been getting random OpenSSL: FATAL OPENSSL_Uplink(008A7C34,08): no OPENSSL_Applink crashes in an app built using ./configure --host=i686-w64-mingw32 https://www.openssl.org/docs/faq.html has this bit under I’ve compiled a program under Windows and it crashes: why? As per

Re: Updated: openssl 1.1.1u-1

2023-06-06 Thread Achim Gratz via Cygwin
Fergus Daly via Cygwin writes: > During today's update (not test 3.0.9-0.1) this probably unimportant error > msg occurred: > running: D:\cygwin64\bin\bash.exe --norc --noprofile > "/etc/postinstall/openssl.sh" > can't run /etc/postinstall/openssl.sh: No such file WJFFM, must have been a problem

Re: Updated: openssl 1.1.1u-1

2023-06-05 Thread Fergus Daly via Cygwin
During today's update (not test 3.0.9-0.1) this probably unimportant error msg occurred: running: D:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/openssl.sh" can't run /etc/postinstall/openssl.sh: No such file -- Problem reports: https://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: openssl 1.1.1u-1, mingw64-{i686, x86_64}-openssl-1.1.1u-0.2 (security)

2023-06-05 Thread Achim Gratz via Cygwin
The following packages have been uploaded to the Cygwin distribution. This release updates to the latest upstream security patch release and continues to use the Fedora patches from an earlier release (Fedora has already switched to openssl 3.x). * openssl-1.1.1u-1 * openssl-perl-1.1.1u-1

[ANNOUNCEMENT] Test: openssl 3.0.9-0.1, mingw64-{i686, x86_64}-openssl-3.0.9-0.1

2023-06-05 Thread Achim Gratz via Cygwin
The following packages have been uploaded to the Cygwin distribution for testing, please report any issues to the main Cygwin mailing list. OpenSSL 1.1 will go EOL in September 2023. Cygwin will most likely switch to OpenSSL 3 LTS soon (3.0.x, which has a planned EOL of September 2026). This

[ANNOUNCEMENT] Test: openssl 3.0.8-0.1, mingw64-{i686, x86_64}-openssl-3.0.8-0.1

2023-05-20 Thread Achim Gratz via Cygwin
The following packages have been uploaded to the Cygwin distribution for testing, please report any issues to the main Cygwin mailing list. OpenSSL 1.1 will go EOL in September 2023. Cygwin will most likely switch to OpenSSL 3 LTS soon (3.0.x, which has a planned EOL of September 2026). This

Re: OpenSSL failure in Cygwin: SSL_set_tlsext_host_name returns 1 (SSL_TLSEXT_ERR_ALERT_WARNING)

2023-05-08 Thread Yuri via Cygwin
On 5/8/23 10:40, Achim Gratz via Cygwin wrote: The port might not be open in the standard configuration of the Windows firewall. Maybe you can use either openssl or curl to check what happens when you are trying to connect. It looks like this function is used incorrectly, and it actually

Re: OpenSSL failure in Cygwin: SSL_set_tlsext_host_name returns 1 (SSL_TLSEXT_ERR_ALERT_WARNING)

2023-05-08 Thread Achim Gratz via Cygwin
ror message in > proxytunnel: > >> SSL_set_tlsext_host_name returned: 1 (0x1). TLS SNI error, giving up The port might not be open in the standard configuration of the Windows firewall. Maybe you can use either openssl or curl to check what happens when you are trying to connect. Reg

Re: OpenSSL failure in Cygwin: SSL_set_tlsext_host_name returns 1 (SSL_TLSEXT_ERR_ALERT_WARNING)

2023-05-08 Thread Yuri via Cygwin
On 5/8/23 08:31, Brian Inglis wrote: Which Cygwin, ssl/tls-devel libraries, and ca-certificates... packages and versions are you using? libssl-devel-1.1.1t-1 openssl-1.1.1t-1 ca-certificates-2021.2.60-1 $ man SSL_set_tlsext_host_name says SSL_set_tlsext_host_name etc. returns 1 for

Re: OpenSSL failure in Cygwin: SSL_set_tlsext_host_name returns 1 (SSL_TLSEXT_ERR_ALERT_WARNING)

2023-05-08 Thread Brian Inglis via Cygwin
On 2023-05-08 01:31, Yuri via Cygwin wrote: I've built the proxytunnel project in Cygwin (https://github.com/proxytunnel/proxytunnel). It is usually used to tunnel ssh through https using the https CONNECT command. The command "proxytunnel --no-check-certificate -E -p {https-proxy-host}:{https-

OpenSSL failure in Cygwin: SSL_set_tlsext_host_name returns 1 (SSL_TLSEXT_ERR_ALERT_WARNING)

2023-05-08 Thread Yuri via Cygwin
I've built the proxytunnel project in Cygwin (https://github.com/proxytunnel/proxytunnel). It is usually used to tunnel ssh through https using the https CONNECT command. The command "proxytunnel --no-check-certificate -E -p {https-proxy-host}:{https-proxy-port} -d 127.0.0.1:22" works on Li

[ANNOUNCEMENT] Updated: openssl 1.1.1t-1, mingw64-{i686, x86_64}-openssl-1.1.1t-0.2 (security)

2023-02-21 Thread Achim Gratz via Cygwin
The following packages have been uploaded to the Cygwin distribution. This release updates to the latest upstream security patch release and continues to use the Fedora patches from an earlier release (Fedora has already switched to openssl 3.x). * openssl-1.1.1t-1 * openssl-perl-1.1.1t-1

[ANNOUNCEMENT] Updated: openssl 1.1.1s-1, mingw64-{i686, x86_64}-openssl-1.1.1s-0.1 (security)

2022-11-01 Thread Achim Gratz
The following packages have been uploaded to the Cygwin distribution. This release updates to the latest upstream security patch release and continues to use the Fedora patches from an earlier release (Fedora has already switched to openssl 3.x). * openssl-1.1.1s-1 * openssl-perl-1.1.1s-1

Re: Packages of mingw64 i686/x86_64 openssl 1.1.1 are empty!

2022-08-13 Thread Achim Gratz
Carlo B. writes: > Actually, if you get the "src" packages of openssl for mingw64 and you > try to build them with cygport, it happens that includes, DLLs and > libraries are installed directly into the *REAL* destination > directory, into: > > /usr/x86_64-w64-m

[ANNOUNCEMENT] Re-Released: mingw64-{i686,x86_64}-openssl-1.1.1q-0.2

2022-08-13 Thread Achim Gratz
The following MinGW64 test packages are re-released to fix a packaging error: mingw64-i686-openssl-1.1.1q-0.2 mingw64-x86_64-openssl-1.1.1q-0.2 The OpenSSL toolkit provides support for secure communications between machines. OpenSSL includes a certificate management tool and shared libraries

Packages of mingw64 i686/x86_64 openssl 1.1.1 are empty!

2022-08-11 Thread Carlo B.
Hello, if you look these packages: mingw64-x86_64-openssl-1.1.1q-0.1 mingw64-x86_64-openssl-1.1.1p-0.1 mingw64-i686-openssl-1.1.1q-0.1 mingw64-i686-openssl-1.1.1p-0.1 they are EMPTY. For example, the content of mingw64-x86_64-openssl-1.1.1q-0.1 is: usr/ usr/share/ usr/share/doc/ usr/share/doc

[ANNOUNCEMENT] Updated: openssl 1.1.1q-1, mingw64-{i686, x86_64}-openssl-1.1.1q-0.1 (security)

2022-07-06 Thread Achim Gratz
The following packages have been uploaded to the Cygwin distribution. This release updates to the latest upstream security patch release and continues to use the Fedora patches from an earlier release (Fedora has already switched to openssl 3.x). * openssl-1.1.1q-1 * openssl-perl-1.1.1q-1

[ANNOUNCEMENT] Updated: openssl 1.1.1p-1, mingw64-{i686, x86_64}-openssl-1.1.1p-0.1 (security)

2022-06-26 Thread Achim Gratz
The following packages have been uploaded to the Cygwin distribution. This release updates to the latest upstream security patch release and continues to use the Fedora patches from an earlier release (Fedora has already switched to openssl 3.x). * openssl-1.1.1p-1 * openssl-perl-1.1.1p-1

Re: OpenSSL v3

2022-06-13 Thread Andrey Repin
Greetings, Achim Gratz! > Andrey Repin writes: >> Is there a chance to update OpenSSL to v3? It has a number of improvements >> and >> bug fixes I'd like to use. > It also has a number of incompatibilities with the previous version(s). Meaning they can't be

Re: OpenSSL v3

2022-06-13 Thread Achim Gratz
Andrey Repin writes: > Is there a chance to update OpenSSL to v3? It has a number of improvements and > bug fixes I'd like to use. It also has a number of incompatibilities with the previous version(s). I am not sure yet how to deal with the packaging problems that is going to create

OpenSSL v3

2022-06-10 Thread Andrey Repin
Greetings, All! Is there a chance to update OpenSSL to v3? It has a number of improvements and bug fixes I'd like to use. -- With best regards, Andrey Repin Saturday, June 11, 2022 1:02:06 Sorry for my terrible english... -- Problem reports: https://cygwin.com/problems.htm

[ANNOUNCEMENT] Updated: openssl 1.1.1o-1, mingw64-{i686, x86_64}-openssl-1.1.1o-0.1 (security)

2022-05-07 Thread Achim Gratz
The following packages have been uploaded to the Cygwin distribution. This release updates to the latest upstream security patch release and continues to use the Fedora patches from an earlier release (Fedora has already switched to openssl 3.x). * openssl-1.1.1o-1 * openssl-perl-1.1.1o-1

[ANNOUNCEMENT] Updated: openssl 1.1.1n-1, mingw64-{i686, x86_64}-openssl-1.1.1n-0.1 (security)

2022-03-19 Thread Achim Gratz
The following packages have been uploaded to the Cygwin distribution. This release updates to the latest upstream security patch release and continues to use the Fedora patches from an earlier release (Fedora has already switched to openssl 3.x). * openssl-1.1.1n-1 * openssl-perl-1.1.1n-1

[ANNOUNCEMENT] Updated: openssl 1.1.1m-1, mingw64-{i686, x86_64}-openssl-1.1.1m-0.1

2022-02-05 Thread Achim Gratz
The following packages have been uploaded to the Cygwin distribution. This release updates to the latest upstream patch release and continues to use the Fedora patches for the previous release (Fedora has already switched to openssl 3.x). * openssl-1.1.1m-1 * openssl-perl-1.1.1m-1 * libssl1.1

[ANNOUNCEMENT] Updated: openssl 1.1.1l-2, mingw64-{i686, x86_64}-openssl-1.1.1l-0.2

2021-11-28 Thread Achim Gratz
The following packages have been uploaded to the Cygwin distribution. This release updates the Fedora patches to their latest version. * openssl-1.1.1l-2 * openssl-perl-1.1.1l-2 * libssl1.1-1.1.1l-2 * libssl-devel-1.1.1l-2 The following MinGW64 test packages are made available: * mingw64-i686

[ANNOUNCEMENT] Updated: openssl10-1.0.2u+za-1, mingw64-{i686,x86_64}-openssl-1.0.2u+za-1

2021-11-28 Thread Achim Gratz
packages have been updated to the same version: 2 mingw64-i686-openssl-1.0.2u+za-1 2 mingw64-x86_64-openssl-1.0.2u+za-1 The OpenSSL toolkit provides support for secure communications between machines. OpenSSL includes a certificate management tool and shared libraries which provide various

[ANNOUNCEMENT] openssl 1.1.1l-1

2021-10-21 Thread Corinna Vinschen via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * openssl-1.1.1l-1 * openssl-perl-1.1.1l-1 * libssl1.1-1.1.1l-1 * libssl-devel-1.1.1l-1 The OpenSSL toolkit provides support for secure communications between machines. OpenSSL includes a certificate management tool and shared

Re: OpenSSL

2021-01-04 Thread Brian Inglis
On 2021-01-04 08:11, Marco Atzeri via Cygwin wrote: On 04.01.2021 13:21, tommie.k...@alverservices.com wrote: But im struggling to see how I can upgrade openssl >1.1.1f Compliance checks state that we must have a more up to date version, I know that it exists (1.1.1g, 1.1.1h, 1.1.1i) ht

Re: OpenSSL

2021-01-04 Thread Marco Atzeri via Cygwin
On 04.01.2021 13:21, tommie.k...@alverservices.com wrote: Hey, sorry if this is the wrong place. Hi Tommie, this is the right place. But im struggling to see how I can upgrade openssl >1.1.1f Compliance checks state that we must have a more up to date version, I know that it exi

OpenSSL

2021-01-04 Thread tommie.king
Hey, sorry if this is the wrong place. But im struggling to see how I can upgrade openssl >1.1.1f Compliance checks state that we must have a more up to date version, I know that it exists (1.1.1g, 1.1.1h, 1.1.1i) But I can only seem to upgrade to 1.1.1f in Cygwin - is ther

Re: OpenSSH_8.3p1, OpenSSL 1.1.1f 31 Mar 2020

2020-09-15 Thread Brian Inglis
diffie-hellman-group-exchange-sha256 > ecdh-sha2-nistp256 > ecdh-sha2-nistp384 > ecdh-sha2-nistp521 > curve25519-sha256 > curve25519-sha...@libssh.org > sntrup4591761x25519-sha...@tinyssh.org > > $ ssh admin@10.0.3.6 > Connection reset by 10.0.3.6 port 22 > > Complet

OpenSSH_8.3p1, OpenSSL 1.1.1f 31 Mar 2020

2020-09-15 Thread Everett, Tom (Nokia - US/Westford) via Cygwin
Complete listing: $ ssh -vv -oHostKeyAlgorithms=+ssh-dss -oStrictHostKeyChecking=no admin@10.0.3.6 OpenSSH_8.3p1, OpenSSL 1.1.1f 31 Mar 2020 debug2: resolve_canonicalize: hostname 10.0.3.6 is address debug2: ssh_connect_direct debug1: Connecting to 10.0.3.6 [10.0.3.6] port 22. debug1: Connection

[ANNOUNCEMENT] openssl 1.1.1f-1

2020-04-09 Thread Corinna Vinschen
The following packages have been uploaded to the Cygwin distribution: * openssl-1.1.1f-1 * openssl-perl-1.1.1f-1 * libssl1.1-1.1.1f-1 * libssl-devel-1.1.1f-1 The OpenSSL toolkit provides support for secure communications between machines. OpenSSL includes a certificate management tool and shared

RE: OpenSSL

2020-04-08 Thread Allen Hewes via Cygwin
> Am 08.04.2020 um 11:30 schrieb Tommie King: > > Hey, sorry if this is the wrong place. > > Hi Tommie, > right place > > > But im struggling to see how I can upgrade openssl >1.1.1d > > > > Compliance checks state that we must have a more up to date

Re: OpenSSL

2020-04-08 Thread Marco Atzeri via Cygwin
Am 08.04.2020 um 11:30 schrieb Tommie King: Hey, sorry if this is the wrong place. Hi Tommie, right place But im struggling to see how I can upgrade openssl >1.1.1d Compliance checks state that we must have a more up to date version, I know that it exists (1.1.1f) that was released jus

OpenSSL

2020-04-08 Thread Tommie King
Hey, sorry if this is the wrong place. But im struggling to see how I can upgrade openssl >1.1.1d Compliance checks state that we must have a more up to date version, I know that it exists (1.1.1f) But I can only seem to upgrade to 1.1.1 in Cygwin - is there a new upgrade pack

[ANNOUNCEMENT] openssl 1.1.1d-1/1.0.2t-1

2019-09-13 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * openssl-1.1.1d-1 * openssl-perl-1.1.1d-1 * libssl1.1-1.1.1d-1 * libssl-devel-1.1.1d-1 * libssl1.0-1.0.2t-1 * libssl1.0-devel-1.0.2t-1 The OpenSSL toolkit provides support for secure communications between machines. OpenSSL

Re: OpenSSL 1.1.1d/1.0.2t Availability

2019-09-13 Thread Yaakov Selkowitz
On Fri, 2019-09-13 at 14:25 +, D'Ambra, Nikki M wrote: > Now that the latest versions of openssl, versions 1.1.1d and 1.0.2t, are > available > to the public, are there plans, or an ETA, to make these openssl packages > available > to the cygwin community? Of cour

OpenSSL 1.1.1d/1.0.2t Availability

2019-09-13 Thread D'Ambra, Nikki M [US] (MS) (Contr)
Now that the latest versions of openssl, versions 1.1.1d and 1.0.2t, are available to the public, are there plans, or an ETA, to make these openssl packages available to the cygwin community? Thank you, Nikki -- Problem reports: http://cygwin.com/problems.html FAQ

Re: OpenSSL 1.0.2t Availability

2019-08-22 Thread Brian Inglis
On 2019-08-22 12:03, Yaakov Selkowitz wrote: > On Thu, 2019-08-22 at 14:31 +, D'Ambra, Nikki M [US] (MS) (Contr) > wrote: >> Are there plans to make the openssl 1.0.2t package available to the cygwin >> community? > > 1.0.2t has yet to be released upstream. ...

Re: OpenSSL 1.0.2t Availability

2019-08-22 Thread Yaakov Selkowitz
On Thu, 2019-08-22 at 14:31 +, D'Ambra, Nikki M [US] (MS) (Contr) wrote: > Are there plans to make the openssl 1.0.2t package available to the cygwin > community? 1.0.2t has yet to be released upstream. -- Yaakov -- Problem reports: http://cygwin.com/proble

OpenSSL 1.0.2t Availability

2019-08-22 Thread D'Ambra, Nikki M [US] (MS) (Contr)
Are there plans to make the openssl 1.0.2t package available to the cygwin community? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml

[ANNOUNCEMENT] openssl 1.1.1c-1

2019-07-10 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * openssl-1.1.1c-1 * openssl-perl-1.1.1c-1 * libssl1.1-1.1.1c-1 * libssl-devel-1.1.1c-1 * libssl1.0-1.0.2s-1 * libssl1.0-devel-1.0.2s-1 The OpenSSL toolkit provides support for secure communications between machines. OpenSSL

Re: Question regarding OpenSSL 1.1.1b package configuration against OpenSSL 1.0.2r

2019-06-04 Thread Brian Inglis
On 2019-06-04 22:26, Houder wrote: > On Tue, 4 Jun 2019 22:04:16, Vince Rice wrote: >> It's cygport, he doesn't have to know about compiling C. ... > Vince, this utter nonsense, and you know it! He hopefully should not, just rebuilding and reconfiguring an existing source package, with current to

Re: Question regarding OpenSSL 1.1.1b package configuration against OpenSSL 1.0.2r

2019-06-04 Thread Houder
On Tue, 4 Jun 2019 22:04:16, Vince Rice wrote: > It's cygport, he doesn't have to know about compiling C. ... Vince, this utter nonsense, and you know it! Henri -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http:

Re: Question regarding OpenSSL 1.1.1b package configuration against OpenSSL 1.0.2r

2019-06-04 Thread Steven Penny
ompiling a package like OpenSSL is not straightforward even with Cygport but still feasable with reasonnable efforts (I guess because I'm used to have unsual setup where automatic tool does not work out of the box :) ) https://cygwin.com/ml/cygwin/2019-06/msg00026.html Read the thread dude an

Re: Question regarding OpenSSL 1.1.1b package configuration against OpenSSL 1.0.2r

2019-06-04 Thread Vince Rice
> On Jun 4, 2019, at 5:55 PM, Steven Penny wrote: > > Easy compared to what, assembly? Easy compared to hard. > He shows some domain knowledge of OpenSSL, but where are you getting that he > knows about compiling C? It's cygport, he doesn't have to know about compilin

Re: Question regarding OpenSSL 1.1.1b package configuration against OpenSSL 1.0.2r

2019-06-04 Thread Steven Penny
what, assembly? I am comfortable with 3 programming languages, and learning 4 others, and compiling C is not "relatively easy". Especially considering the scope: $ cd openssl-master $ find -name '*.c' -exec wc -l {} + | tail -1 419738 total 400,000 lines of C. I a

Re: Question regarding OpenSSL 1.1.1b package configuration against OpenSSL 1.0.2r

2019-06-04 Thread Brian Inglis
me amount of technical expertise, based on a poster asking about openssl configuration and which ECs they want to support. If they need more help they can ask in a follow up. Please refrain from your own inappropriate assumptions and meta-commentary based on that, as this is not a social media pl

Re: Question regarding OpenSSL 1.1.1b package configuration against OpenSSL 1.0.2r

2019-06-04 Thread Benjamin Baratte
Hi Guys, Thanks for your feedback. I have recompile the openssl package with Cygport and this has allowed me to point out the differences between the OpenSSL mainline and the Cygwin pacakge. Actually the Cygwin package follow the spec from Fedora package where it has been decided to remove some

Re: Question regarding OpenSSL 1.1.1b package configuration against OpenSSL 1.0.2r

2019-06-03 Thread Steven Penny
On Mon, 3 Jun 2019 14:35:29, Brian Inglis wrote: You can easily rebuild the package yourself with the cygport utility, to check that works, then change the build config to include the Brainpool ECs, and rebuild the way you want it. Please do not presume someones technical prowess. It might be e

Re: Question regarding OpenSSL 1.1.1b package configuration against OpenSSL 1.0.2r

2019-06-03 Thread Brian Inglis
On 2019-06-03 06:09, Benjamin Baratte wrote: > I would like to understand why the OpenSSL 1.1.1b package only includes the > NIST EC curves support ? > I'm basically try to use brainpool curves and I have noticed that the > package 1.1.1b does not includes these curves and mo

Question regarding OpenSSL 1.1.1b package configuration against OpenSSL 1.0.2r

2019-06-03 Thread Benjamin Baratte
Hi Cygwin team, I would like to understand why the OpenSSL 1.1.1b package only includes the NIST EC curves support ? I'm basically try to use brainpool curves and I have noticed that the package 1.1.1b does not includes these curves and more generally only includes NIST curves $ openssl ve

Re: openssl-devel in openssh README

2019-05-26 Thread Andrey Repin
Greetings, Sorin Adrian Savu! >> Greetings, Sorin Adrian Savu! >> >> > Hello! >> >> > I had to compile openssh recently, and the README for cygwin is >> referencing >> > openssl-devel package which is obsolete now. I spent some time tr

Re: openssl-devel in openssh README

2019-05-26 Thread Sorin Adrian Savu
On Sun, May 26, 2019 at 10:50 AM Andrey Repin wrote: > Greetings, Sorin Adrian Savu! > > > Hello! > > > I had to compile openssh recently, and the README for cygwin is > referencing > > openssl-devel package which is obsolete now. I spent some time trying to >

Re: openssl-devel in openssh README

2019-05-26 Thread Brian Inglis
On 2019-05-26 00:19, Sorin Adrian Savu wrote: > I had to compile openssh recently, and the README for cygwin is referencing > openssl-devel package which is obsolete now. I spent some time trying to > figure this out. Can you please update > https://github.com/openssh/openssh-p

Re: openssl-devel in openssh README

2019-05-26 Thread Andrey Repin
Greetings, Sorin Adrian Savu! > Hello! > I had to compile openssh recently, and the README for cygwin is referencing > openssl-devel package which is obsolete now. I spent some time trying to > figure this out. Can you please update > https://github.com/openssh/openss

openssl-devel in openssh README

2019-05-25 Thread Sorin Adrian Savu
Hello! I had to compile openssh recently, and the README for cygwin is referencing openssl-devel package which is obsolete now. I spent some time trying to figure this out. Can you please update https://github.com/openssh/openssh-portable/blob/85ceb0e64bff672558fc87958cd548f135c83cdd/contrib

Re: [ANNOUNCEMENT] openssl 1.1.1b-1

2019-03-22 Thread Yaakov Selkowitz
On Wed, 2019-03-20 at 12:47 -0600, Brian Inglis wrote: > May be related to > "gost.dll required but missing after latest Cygwin update" > https://cygwin.com/ml/cygwin/2019-03/msg00511.html Not exactly. BIND has a configure-time test for the GOST engine, which is no longer b

Re: [ANNOUNCEMENT] openssl 1.1.1b-1

2019-03-20 Thread Brian Inglis
May be related to "gost.dll required but missing after latest Cygwin update" https://cygwin.com/ml/cygwin/2019-03/msg00511.html -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is

[ANNOUNCEMENT] openssl 1.1.1b-1

2019-03-17 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * openssl-1.1.1b-1 * openssl-perl-1.1.1b-1 * libssl1.1-1.1.1b-1 * libssl-devel-1.1.1b-1 * libssl1.0-1.0.2r-2 * libssl1.0-devel-1.0.2r-2 The OpenSSL toolkit provides support for secure communications between machines. OpenSSL

Re: OpenSSL 1.1

2019-03-10 Thread Yaakov Selkowitz
On Sun, 2019-03-10 at 14:47 -0700, Steven Penny wrote: > Current Cygwin OpenSSL is 1.0.2r. However OpenSSL 1.1 has been available for > several years now: > > https://github.com/openssl/openssl/releases/tag/OpenSSL_1_1_0 We are well aware, and this delay was planned. 1.1 broke API c

OpenSSL 1.1

2019-03-10 Thread Steven Penny
Current Cygwin OpenSSL is 1.0.2r. However OpenSSL 1.1 has been available for several years now: https://github.com/openssl/openssl/releases/tag/OpenSSL_1_1_0 and certain libraries require OpenSSL 1.1: https://github.com/curl/curl-for-win -- Problem reports: http://cygwin.com

[ANNOUNCEMENT] openssl 1.0.2r-1

2019-03-01 Thread Corinna Vinschen
The following packages have been uploaded to the Cygwin distribution: * openssl-1.0.2r-1 * openssl-devel-1.0.2r-1 * openssl-perl-1.0.2r-1 * libopenssl100-1.0.2r-1 The OpenSSL toolkit provides support for secure communications between machines. OpenSSL includes a certificate management tool and

Re: OpenSSL 1.0.2r Availability

2019-03-01 Thread Yaakov Selkowitz
On Fri, 2019-03-01 at 18:08 +, Anana, Lowell [US] (MS) wrote: > Are there plans to make the openssl 1.0.2r package available to the cygwin > community? Yes, hopefully next week. -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygw

OpenSSL 1.0.2r Availability

2019-03-01 Thread Anana, Lowell [US] (MS)
Are there plans to make the openssl 1.0.2r package available to the cygwin community? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml

Will OpenSSL 1.1.1 be available soon?

2018-11-08 Thread Gilbert St. Firmin
Hi all. Are there plans to make the openssl 1.1.1 package available to the cygwin community? Also, fyi: https://www.openssl.org/news/secadv/20181030.txt https://www.openssl.org/news/secadv/20181029.txt Thank you and Thanks to all who make cygwin possible. Gilbert P. St. Firmin -- Problem

OpenSSL 1.1.1 Availability

2018-10-31 Thread Gilbert St. Firmin
Are there plans to make the openssl 1.1.1 package available to the cygwin community? Also, fyi: https://www.openssl.org/news/secadv/20181030.txt https://www.openssl.org/news/secadv/20181029.txt Thank you and Thanks to all who make cygwin possible. -- Problem reports: http://cygwin.com

ssh with rsa keys stopped working with latest openssl packages

2018-10-10 Thread Sebastian Reitenbach
ygwin and I have the following packages installed: 1.0.2p-1 openssl, openssl-devel, libopenssl100 openssh 7.8p1-1 This is how my id_rsa key looks like: -BEGIN RSA PRIVATE KEY- Proc-Type: 4,ENCRYPTED DEK-Info: AES-128-CBC,56A6DA55614F68D86D817C504D1C690D -END RSA PRIVATE KEY--

[ANNOUNCEMENT] Updated: openssl-1.0.2p-1

2018-08-27 Thread Corinna Vinschen
Hi folks, I've updated the version of OpenSSL to 1.0.2p-1. This is a security bugfix release. Changes between 1.0.2o and 1.0.2p [14 Aug 2018] *) Client DoS due to large DH parameter During key agreement

OpenSSL 1.0.2p Availability

2018-08-27 Thread Parker, Shaun [US] (MS)
Are there plans to make the openssl 1.0.2p package available to the cygwin community? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml

Re: libsqlite3-devel install uninstalls openssl-devel just to install again??

2018-07-23 Thread cyg Simple
On 7/21/2018 3:51 PM, Marco Atzeri wrote: > Am 21.07.2018 um 21:22 schrieb Takashi Yano: >> On Sat, 21 Jul 2018 14:44:57 -0400 >> cyg Simple wrote: >>> Uninstall openssl-devel 1.0.2o-1 (automatically added) >>> Install libsqlite3-devel 3.21.0-1 >>> In

Re: libsqlite3-devel install uninstalls openssl-devel just to install again??

2018-07-21 Thread Marco Atzeri
Am 21.07.2018 um 21:22 schrieb Takashi Yano: On Sat, 21 Jul 2018 14:44:57 -0400 cyg Simple wrote: Uninstall openssl-devel 1.0.2o-1 (automatically added) Install libsqlite3-devel 3.21.0-1 Install openssl-devel 1.0.2o-1 I can't reproduce this. $ cygcheck -c openssl-devel Cygwin Pa

  1   2   3   4   >