• Apple OS and OPEnssl 3 compability

    From The Doctor@21:1/5 to All on Sat Apr 23 23:32:39 2022
    Has Apple accommodated for OPenssl 3?
    --
    Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
    Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
    Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b If challenge is our enemy, we won't have friends. -unknown Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Ritz@21:1/5 to The Doctor on Sat Apr 23 22:32:13 2022
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Saturday, 23 April 2022 23:32 -0000,
    in article <t422an$6so$30@gallifrey.nk.ca>,
    The Doctor <doctor@doctor.nl2k.ab.ca> wrote:

    Has Apple accommodated for OPenssl 3?

    I am unsure what you mean regarding "Apple OS" and accommodation.


    ````
    $ brew info openssl
    openssl@3: stable 3.0.2 (bottled) [keg-only]
    Cryptography and SSL/TLS Toolkit
    https://openssl.org/
    /opt/homebrew/Cellar/openssl@3/3.0.2 (6,429 files, 27.9MB)
    Poured from bottle on 2022-03-20 at 13:25:16
    From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/openssl@3.rb License: Apache-2.0
    Dependencies
    Required: ca-certificates ✔
    Caveats
    A CA file has been bootstrapped using certificates from the system
    keychain. To add additional certificates, place .pem files in
    /opt/homebrew/etc/openssl@3/certs

    and run
    /opt/homebrew/opt/openssl@3/bin/c_rehash

    openssl@3 is keg-only, which means it was not symlinked into /opt/homebrew, because macOS provides LibreSSL.

    If you need to have openssl@3 first in your PATH, run:
    echo 'setenv PATH /opt/homebrew/opt/openssl@3/bin:$PATH' >> ~/.tcshrc

    For compilers to find openssl@3 you may need to set:
    setenv LDFLAGS -L/opt/homebrew/opt/openssl@3/lib;
    setenv CPPFLAGS -I/opt/homebrew/opt/openssl@3/include;

    For pkg-config to find openssl@3 you may need to set:
    setenv PKG_CONFIG_PATH /opt/homebrew/opt/openssl@3/lib/pkgconfig;

    Analytics
    install: 140,584 (30 days), 387,596 (90 days), 767,984 (365 days) install-on-request: 116,275 (30 days), 308,335 (90 days), 606,904 (365 days) build-error: 5,426 (30 days)
    ````

    $ /usr/bin/openssl version
    LibreSSL 2.8.3

    $ /opt/homebrew/Cellar/openssl@3/3.0.2/bin/openssl version
    OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)

    Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022; root:xnu-8020.101.4~15/RELEASE_ARM64_T6000

    P.S. Why should one beware a site which does not exist?

    - --
    David Ritz <dritz@mindspring.com>
    Be kind to animals; kiss a shark.
    -----BEGIN PGP SIGNATURE-----

    iF0EARECAB0WIQSc0FU3XAVGYDjSGUhSvCmZGhLe6wUCYmTEvQAKCRBSvCmZGhLe 616AAJ9/MOaq20A+omaZD7fl776X4q2JwgCcCHC/qawB5OtL1qAGHaMFvnkXEh8=
    =mNYi
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Doctor@21:1/5 to dritz@mindspring.com on Sun Apr 24 12:33:56 2022
    In article <pqsn8q97-4r54-41p9-9675-6sqpr87qq1o5@zvaqfcevat.pbz>,
    David Ritz <dritz@mindspring.com> wrote:
    -=-=-=-=-=-

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Saturday, 23 April 2022 23:32 -0000,
    in article <t422an$6so$30@gallifrey.nk.ca>,
    The Doctor <doctor@doctor.nl2k.ab.ca> wrote:

    Has Apple accommodated for OPenssl 3?

    I am unsure what you mean regarding "Apple OS" and accommodation.


    ````
    $ brew info openssl
    openssl@3: stable 3.0.2 (bottled) [keg-only]
    Cryptography and SSL/TLS Toolkit
    https://openssl.org/
    /opt/homebrew/Cellar/openssl@3/3.0.2 (6,429 files, 27.9MB)
    Poured from bottle on 2022-03-20 at 13:25:16
    From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/openssl@3.rb >License: Apache-2.0
    Dependencies
    Required: ca-certificates ✔
    Caveats
    A CA file has been bootstrapped using certificates from the system
    keychain. To add additional certificates, place .pem files in
    /opt/homebrew/etc/openssl@3/certs

    and run
    /opt/homebrew/opt/openssl@3/bin/c_rehash

    openssl@3 is keg-only, which means it was not symlinked into /opt/homebrew, >because macOS provides LibreSSL.

    If you need to have openssl@3 first in your PATH, run:
    echo 'setenv PATH /opt/homebrew/opt/openssl@3/bin:$PATH' >> ~/.tcshrc

    For compilers to find openssl@3 you may need to set:
    setenv LDFLAGS -L/opt/homebrew/opt/openssl@3/lib;
    setenv CPPFLAGS -I/opt/homebrew/opt/openssl@3/include;

    For pkg-config to find openssl@3 you may need to set:
    setenv PKG_CONFIG_PATH /opt/homebrew/opt/openssl@3/lib/pkgconfig;

    Analytics
    install: 140,584 (30 days), 387,596 (90 days), 767,984 (365 days) >install-on-request: 116,275 (30 days), 308,335 (90 days), 606,904 (365 days) >build-error: 5,426 (30 days)
    ````

    $ /usr/bin/openssl version
    LibreSSL 2.8.3

    $ /opt/homebrew/Cellar/openssl@3/3.0.2/bin/openssl version
    OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)

    Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022; >root:xnu-8020.101.4~15/RELEASE_ARM64_T6000

    P.S. Why should one beware a site which does not exist?


    Easy. I switched one server over to openssl 3 and
    the email from MacOS , namely, El Kapitan, could not
    communicate with an OPEnssl 3-based e-mail server.

    Reason, the Internet Carrier, would not honour their email
    because their domain is not hosted by the carrier.

    The Carrier in this case being a cable company.
    You could not even rationalise with the Cable company.

    - --
    David Ritz <dritz@mindspring.com>
    Be kind to animals; kiss a shark.
    -----BEGIN PGP SIGNATURE-----

    iF0EARECAB0WIQSc0FU3XAVGYDjSGUhSvCmZGhLe6wUCYmTEvQAKCRBSvCmZGhLe >616AAJ9/MOaq20A+omaZD7fl776X4q2JwgCcCHC/qawB5OtL1qAGHaMFvnkXEh8=
    =mNYi
    -----END PGP SIGNATURE-----
    -=-=-=-=-=-


    --
    Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
    Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
    Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b If challenge is our enemy, we won't have friends. -unknown Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Percival John Hackworth@21:1/5 to All on Sun Apr 24 14:08:24 2022
    On 24-Apr-2022 at 5:33:56AM PDT, "The Doctor" <The Doctor> wrote:

    In article <pqsn8q97-4r54-41p9-9675-6sqpr87qq1o5@zvaqfcevat.pbz>,
    David Ritz <dritz@mindspring.com> wrote:
    -=-=-=-=-=-

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Saturday, 23 April 2022 23:32 -0000,
    in article <t422an$6so$30@gallifrey.nk.ca>,
    The Doctor <doctor@doctor.nl2k.ab.ca> wrote:

    Has Apple accommodated for OPenssl 3?

    I am unsure what you mean regarding "Apple OS" and accommodation.


    ````
    $ brew info openssl
    openssl@3: stable 3.0.2 (bottled) [keg-only]
    Cryptography and SSL/TLS Toolkit
    https://openssl.org/
    /opt/homebrew/Cellar/openssl@3/3.0.2 (6,429 files, 27.9MB)
    Poured from bottle on 2022-03-20 at 13:25:16
    From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/openssl@3.rb
    License: Apache-2.0
    Dependencies
    Required: ca-certificates ✔
    Caveats
    A CA file has been bootstrapped using certificates from the system
    keychain. To add additional certificates, place .pem files in
    /opt/homebrew/etc/openssl@3/certs

    and run
    /opt/homebrew/opt/openssl@3/bin/c_rehash

    openssl@3 is keg-only, which means it was not symlinked into /opt/homebrew, >> because macOS provides LibreSSL.

    If you need to have openssl@3 first in your PATH, run:
    echo 'setenv PATH /opt/homebrew/opt/openssl@3/bin:$PATH' >> ~/.tcshrc

    For compilers to find openssl@3 you may need to set:
    setenv LDFLAGS -L/opt/homebrew/opt/openssl@3/lib;
    setenv CPPFLAGS -I/opt/homebrew/opt/openssl@3/include;

    For pkg-config to find openssl@3 you may need to set:
    setenv PKG_CONFIG_PATH /opt/homebrew/opt/openssl@3/lib/pkgconfig;

    Analytics
    install: 140,584 (30 days), 387,596 (90 days), 767,984 (365 days)
    install-on-request: 116,275 (30 days), 308,335 (90 days), 606,904 (365 days) >> build-error: 5,426 (30 days)
    ````

    $ /usr/bin/openssl version
    LibreSSL 2.8.3

    $ /opt/homebrew/Cellar/openssl@3/3.0.2/bin/openssl version
    OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)

    Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022;
    root:xnu-8020.101.4~15/RELEASE_ARM64_T6000

    P.S. Why should one beware a site which does not exist?


    Easy. I switched one server over to openssl 3 and
    the email from MacOS , namely, El Kapitan, could not
    communicate with an OPEnssl 3-based e-mail server.

    Reason, the Internet Carrier, would not honour their email
    because their domain is not hosted by the carrier.

    The Carrier in this case being a cable company.
    You could not even rationalise with the Cable company.


    OpenSSL V3 won't compile on my 10.13.6 Intel system. The code has some in-line machine-level instructions that aren't on my system and the make barfs. If I patch the compile to not do in-line assembly, it works fine. But I decided to not use V3 and removed the brew package altogether.

    I use Gmail Workspace for my email provider and they work OK with SSL V1.1.
    If your cable company requires V3 and you're running El Capitan, you're SOL. Find another email provider and don't use your cable company's service. That's what I did with uVerse.

    --
    DeeDee, don't press that button! DeeDee! NO! Dee...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From STALKING_TARGET_56@21:1/5 to The Doctor on Sun May 1 00:26:19 2022
    On Sunday, April 24, 2022 at 5:34:01 AM UTC-7, The Doctor wrote:
    In article <pqsn8q97-4r54-41p9...@zvaqfcevat.pbz>,
    David Ritz <dr...@mindspring.com> wrote:
    -=-=-=-=-=-

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Saturday, 23 April 2022 23:32 -0000,
    in article <t422an$6so$3...@gallifrey.nk.ca>,
    The Doctor <doc...@doctor.nl2k.ab.ca> wrote:

    Has Apple accommodated for OPenssl 3?

    I am unsure what you mean regarding "Apple OS" and accommodation.


    ````
    $ brew info openssl
    openssl@3: stable 3.0.2 (bottled) [keg-only]
    Cryptography and SSL/TLS Toolkit
    https://openssl.org/
    /opt/homebrew/Cellar/openssl@3/3.0.2 (6,429 files, 27.9MB)
    Poured from bottle on 2022-03-20 at 13:25:16
    From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/ope...@3.rb
    License: Apache-2.0
    Dependencies
    Required: ca-certificates ✔
    Caveats
    A CA file has been bootstrapped using certificates from the system >keychain. To add additional certificates, place .pem files in
    /opt/homebrew/etc/openssl@3/certs

    and run
    /opt/homebrew/opt/openssl@3/bin/c_rehash

    openssl@3 is keg-only, which means it was not symlinked into /opt/homebrew, >because macOS provides LibreSSL.

    If you need to have openssl@3 first in your PATH, run:
    echo 'setenv PATH /opt/homebrew/opt/openssl@3/bin:$PATH' >> ~/.tcshrc

    For compilers to find openssl@3 you may need to set:
    setenv LDFLAGS -L/opt/homebrew/opt/openssl@3/lib;
    setenv CPPFLAGS -I/opt/homebrew/opt/openssl@3/include;

    For pkg-config to find openssl@3 you may need to set:
    setenv PKG_CONFIG_PATH /opt/homebrew/opt/openssl@3/lib/pkgconfig;

    Analytics
    install: 140,584 (30 days), 387,596 (90 days), 767,984 (365 days) >install-on-request: 116,275 (30 days), 308,335 (90 days), 606,904 (365 days)
    build-error: 5,426 (30 days)
    ````

    $ /usr/bin/openssl version
    LibreSSL 2.8.3

    $ /opt/homebrew/Cellar/openssl@3/3.0.2/bin/openssl version
    OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)

    Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022; >root:xnu-8020.101.4~15/RELEASE_ARM64_T6000

    P.S. Why should one beware a site which does not exist?

    Easy. I switched one server over to openssl 3 and
    the email from MacOS , namely, El Kapitan, could not
    communicate with an OPEnssl 3-based e-mail server.

    Reason, the Internet Carrier, would not honour their email
    because their domain is not hosted by the carrier.

    The Carrier in this case being a cable company.
    You could not even rationalise with the Cable company.
    - --
    David Ritz <dr...@mindspring.com>
    Be kind to animals; kiss a shark.
    -----BEGIN PGP SIGNATURE-----

    iF0EARECAB0WIQSc0FU3XAVGYDjSGUhSvCmZGhLe6wUCYmTEvQAKCRBSvCmZGhLe >616AAJ9/MOaq20A+omaZD7fl776X4q2JwgCcCHC/qawB5OtL1qAGHaMFvnkXEh8=
    =mNYi
    -----END PGP SIGNATURE-----
    -=-=-=-=-=-
    --
    Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
    Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
    Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b
    If challenge is our enemy, we won't have friends. -unknown Beware https://mindspring.com


    Peeler is the only person I know who had a 'site' intended to dox me
    that quickly turned into JavaScript errors with placeholders where maps/video used to be, and if you hovered over it, you would be reading about a
    DMCA that was removed for malware.

    Peeler calls it "obsessing" over him, even though he continues to trigger
    that precise criteria.

    It's not surprising that Peeler faked apathy at the aspect of being
    believed trustworthy; knowing that it's inconceivable to ever happen.
    Peeler only thinks about -hh, -hh, -hh!

    I thought showing Peeler a little generosity might help the situation.
    It did not. The only way that I could overlook ChromeOS's constant demand
    for fiddling because of programing complications or poorly applied features
    is if I consumed the unending number of lies its ads have been pushing
    since 2003.

    --
    Eight things to never feed your cat https://www.google.com/search?q=Dustin%20Cook%20functional%20illiterate%20fraud https://www.google.com/search?q=Dustin%20Cook%20functional%20illiterate%20fraud Dustin Cook is a functional illiterate fraud

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stefen@21:1/5 to Percival John Hackworth on Sun May 1 05:44:26 2022
    On Sunday, April 24, 2022 at 7:08:29 AM UTC-7, Percival John Hackworth wrote:
    On 24-Apr-2022 at 5:33:56AM PDT, "The Doctor" <The Doctor> wrote:

    In article <pqsn8q97-4r54-41p9...@zvaqfcevat.pbz>,
    David Ritz <dr...@mindspring.com> wrote:
    -=-=-=-=-=-

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Saturday, 23 April 2022 23:32 -0000,
    in article <t422an$6so$3...@gallifrey.nk.ca>,
    The Doctor <doc...@doctor.nl2k.ab.ca> wrote:

    Has Apple accommodated for OPenssl 3?

    I am unsure what you mean regarding "Apple OS" and accommodation.


    ````
    $ brew info openssl
    openssl@3: stable 3.0.2 (bottled) [keg-only]
    Cryptography and SSL/TLS Toolkit
    https://openssl.org/
    /opt/homebrew/Cellar/openssl@3/3.0.2 (6,429 files, 27.9MB)
    Poured from bottle on 2022-03-20 at 13:25:16
    From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/ope...@3.rb
    License: Apache-2.0
    Dependencies
    Required: ca-certificates ✔
    Caveats
    A CA file has been bootstrapped using certificates from the system
    keychain. To add additional certificates, place .pem files in
    /opt/homebrew/etc/openssl@3/certs

    and run
    /opt/homebrew/opt/openssl@3/bin/c_rehash

    openssl@3 is keg-only, which means it was not symlinked into /opt/homebrew,
    because macOS provides LibreSSL.

    If you need to have openssl@3 first in your PATH, run:
    echo 'setenv PATH /opt/homebrew/opt/openssl@3/bin:$PATH' >> ~/.tcshrc

    For compilers to find openssl@3 you may need to set:
    setenv LDFLAGS -L/opt/homebrew/opt/openssl@3/lib;
    setenv CPPFLAGS -I/opt/homebrew/opt/openssl@3/include;

    For pkg-config to find openssl@3 you may need to set:
    setenv PKG_CONFIG_PATH /opt/homebrew/opt/openssl@3/lib/pkgconfig;

    Analytics
    install: 140,584 (30 days), 387,596 (90 days), 767,984 (365 days)
    install-on-request: 116,275 (30 days), 308,335 (90 days), 606,904 (365 days)
    build-error: 5,426 (30 days)
    ````

    $ /usr/bin/openssl version
    LibreSSL 2.8.3

    $ /opt/homebrew/Cellar/openssl@3/3.0.2/bin/openssl version
    OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)

    Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022;
    root:xnu-8020.101.4~15/RELEASE_ARM64_T6000

    P.S. Why should one beware a site which does not exist?


    Easy. I switched one server over to openssl 3 and
    the email from MacOS , namely, El Kapitan, could not
    communicate with an OPEnssl 3-based e-mail server.

    Reason, the Internet Carrier, would not honour their email
    because their domain is not hosted by the carrier.

    The Carrier in this case being a cable company.
    You could not even rationalise with the Cable company.

    OpenSSL V3 won't compile on my 10.13.6 Intel system. The code has some in-line
    machine-level instructions that aren't on my system and the make barfs. If I patch the compile to not do in-line assembly, it works fine. But I decided to
    not use V3 and removed the brew package altogether.

    I use Gmail Workspace for my email provider and they work OK with SSL V1.1. If your cable company requires V3 and you're running El Capitan, you're SOL. Find another email provider and don't use your cable company's service. That's
    what I did with uVerse.

    --
    DeeDee, don't press that button! DeeDee! NO! Dee...


    Well... like I said, I know the flooder is Steve Petruzzellis, who is a demonstrable Swift programmer but I don't know if it could be used to spam like this.

    Can you get over it?

    I'm getting false positives in my kill filter. I'm guessing the small-minded circus has gone ballistic again. Like most in here, Steve Petruzzellis relies on biased media to build beliefs on politics. Ergo, he only thinks of and accepts the sanctioned reports which also are the ones which paint communists in a falsely approving and heroic way. Steve Petruzzellis lies so frequently that he has a difficult time keeping track of his lies. Or his socks of course.

    -
    Get Rich Slow https://www.google.com/search?q=dustin+cook%3A+functionally+illiterate+fraud <https://groups.google.com/g/rec.photo.digital/c/e7iwP04xhNU> https://www.google.com/search?q=Dustin+Cook%3A+functional+illiterate+fraud Dustin Cook the Fraud

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Diesel / Gremlin Cook@21:1/5 to Percival John Hackworth on Mon May 2 14:29:55 2022
    On Sunday, April 24, 2022 at 7:08:29 AM UTC-7, Percival John Hackworth wrote:
    On 24-Apr-2022 at 5:33:56AM PDT, "The Doctor" <The Doctor> wrote:

    In article <pqsn8q97-4r54-41p9...@zvaqfcevat.pbz>,
    David Ritz <dr...@mindspring.com> wrote:
    -=-=-=-=-=-

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Saturday, 23 April 2022 23:32 -0000,
    in article <t422an$6so$3...@gallifrey.nk.ca>,
    The Doctor <doc...@doctor.nl2k.ab.ca> wrote:

    Has Apple accommodated for OPenssl 3?

    I am unsure what you mean regarding "Apple OS" and accommodation.


    ````
    $ brew info openssl
    openssl@3: stable 3.0.2 (bottled) [keg-only]
    Cryptography and SSL/TLS Toolkit
    https://openssl.org/
    /opt/homebrew/Cellar/openssl@3/3.0.2 (6,429 files, 27.9MB)
    Poured from bottle on 2022-03-20 at 13:25:16
    From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/ope...@3.rb
    License: Apache-2.0
    Dependencies
    Required: ca-certificates ✔
    Caveats
    A CA file has been bootstrapped using certificates from the system
    keychain. To add additional certificates, place .pem files in
    /opt/homebrew/etc/openssl@3/certs

    and run
    /opt/homebrew/opt/openssl@3/bin/c_rehash

    openssl@3 is keg-only, which means it was not symlinked into /opt/homebrew,
    because macOS provides LibreSSL.

    If you need to have openssl@3 first in your PATH, run:
    echo 'setenv PATH /opt/homebrew/opt/openssl@3/bin:$PATH' >> ~/.tcshrc

    For compilers to find openssl@3 you may need to set:
    setenv LDFLAGS -L/opt/homebrew/opt/openssl@3/lib;
    setenv CPPFLAGS -I/opt/homebrew/opt/openssl@3/include;

    For pkg-config to find openssl@3 you may need to set:
    setenv PKG_CONFIG_PATH /opt/homebrew/opt/openssl@3/lib/pkgconfig;

    Analytics
    install: 140,584 (30 days), 387,596 (90 days), 767,984 (365 days)
    install-on-request: 116,275 (30 days), 308,335 (90 days), 606,904 (365 days)
    build-error: 5,426 (30 days)
    ````

    $ /usr/bin/openssl version
    LibreSSL 2.8.3

    $ /opt/homebrew/Cellar/openssl@3/3.0.2/bin/openssl version
    OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)

    Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022;
    root:xnu-8020.101.4~15/RELEASE_ARM64_T6000

    P.S. Why should one beware a site which does not exist?


    Easy. I switched one server over to openssl 3 and
    the email from MacOS , namely, El Kapitan, could not
    communicate with an OPEnssl 3-based e-mail server.

    Reason, the Internet Carrier, would not honour their email
    because their domain is not hosted by the carrier.

    The Carrier in this case being a cable company.
    You could not even rationalise with the Cable company.

    OpenSSL V3 won't compile on my 10.13.6 Intel system. The code has some in-line
    machine-level instructions that aren't on my system and the make barfs. If I patch the compile to not do in-line assembly, it works fine. But I decided to
    not use V3 and removed the brew package altogether.

    I use Gmail Workspace for my email provider and they work OK with SSL V1.1. If your cable company requires V3 and you're running El Capitan, you're SOL. Find another email provider and don't use your cable company's service. That's
    what I did with uVerse.

    --
    DeeDee, don't press that button! DeeDee! NO! Dee...


    Tizen, runs on the JavaScript kernel. So yeah, JavaScript is mobile. JavaScript
    is a super computer. JavaScript is a server. JavaScript is a desktop. JavaScript
    is growing in market share. I have known fish who argue better than you
    do.

    The most obvious answer: Sigmond's consumed recreational drugs since then,
    and 'failed to remember'.

    What did you hope for from the lying imbecile? That Sigmond dunce has
    nothing to waste but time. He has nothing else, especially not a caring family. Having to endure the use of JavaScript is not what most want to
    do.

    --
    What Every Entrepreneur Must Know https://duckduckgo.com/?q=%22NARCISSISTIC+BIGOT%22 https://www.youtube.com/watch?v=IhOfBmWwCVY
    Dustin Cook the functionally illiterate fraud

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Diesel Crook@21:1/5 to Diesel Crook on Mon May 2 16:53:17 2022
    On Sunday, May 1, 2022 at 5:44:28 AM UTC-7, Diesel Crook wrote:
    On Sunday, April 24, 2022 at 7:08:29 AM UTC-7, Percival John Hackworth wrote:
    On 24-Apr-2022 at 5:33:56AM PDT, "The Doctor" <The Doctor> wrote:

    In article <pqsn8q97-4r54-41p9...@zvaqfcevat.pbz>,
    David Ritz <dr...@mindspring.com> wrote:
    -=-=-=-=-=-

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Saturday, 23 April 2022 23:32 -0000,
    in article <t422an$6so$3...@gallifrey.nk.ca>,
    The Doctor <doc...@doctor.nl2k.ab.ca> wrote:

    Has Apple accommodated for OPenssl 3?

    I am unsure what you mean regarding "Apple OS" and accommodation.


    ````
    $ brew info openssl
    openssl@3: stable 3.0.2 (bottled) [keg-only]
    Cryptography and SSL/TLS Toolkit
    https://openssl.org/
    /opt/homebrew/Cellar/openssl@3/3.0.2 (6,429 files, 27.9MB)
    Poured from bottle on 2022-03-20 at 13:25:16
    From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/ope...@3.rb
    License: Apache-2.0
    Dependencies
    Required: ca-certificates ✔
    Caveats
    A CA file has been bootstrapped using certificates from the system
    keychain. To add additional certificates, place .pem files in
    /opt/homebrew/etc/openssl@3/certs

    and run
    /opt/homebrew/opt/openssl@3/bin/c_rehash

    openssl@3 is keg-only, which means it was not symlinked into /opt/homebrew,
    because macOS provides LibreSSL.

    If you need to have openssl@3 first in your PATH, run:
    echo 'setenv PATH /opt/homebrew/opt/openssl@3/bin:$PATH' >> ~/.tcshrc >>
    For compilers to find openssl@3 you may need to set:
    setenv LDFLAGS -L/opt/homebrew/opt/openssl@3/lib;
    setenv CPPFLAGS -I/opt/homebrew/opt/openssl@3/include;

    For pkg-config to find openssl@3 you may need to set:
    setenv PKG_CONFIG_PATH /opt/homebrew/opt/openssl@3/lib/pkgconfig;

    Analytics
    install: 140,584 (30 days), 387,596 (90 days), 767,984 (365 days)
    install-on-request: 116,275 (30 days), 308,335 (90 days), 606,904 (365 days)
    build-error: 5,426 (30 days)
    ````

    $ /usr/bin/openssl version
    LibreSSL 2.8.3

    $ /opt/homebrew/Cellar/openssl@3/3.0.2/bin/openssl version
    OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)

    Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022;
    root:xnu-8020.101.4~15/RELEASE_ARM64_T6000

    P.S. Why should one beware a site which does not exist?


    Easy. I switched one server over to openssl 3 and
    the email from MacOS , namely, El Kapitan, could not
    communicate with an OPEnssl 3-based e-mail server.

    Reason, the Internet Carrier, would not honour their email
    because their domain is not hosted by the carrier.

    The Carrier in this case being a cable company.
    You could not even rationalise with the Cable company.

    OpenSSL V3 won't compile on my 10.13.6 Intel system. The code has some in-line
    machine-level instructions that aren't on my system and the make barfs. If I
    patch the compile to not do in-line assembly, it works fine. But I decided to
    not use V3 and removed the brew package altogether.

    I use Gmail Workspace for my email provider and they work OK with SSL V1.1.
    If your cable company requires V3 and you're running El Capitan, you're SOL.
    Find another email provider and don't use your cable company's service. That's
    what I did with uVerse.

    --
    DeeDee, don't press that button! DeeDee! NO! Dee...
    Well... like I said, I know the flooder is Steve Petruzzellis, who is a demonstrable Swift programmer but I don't know if it could be used to spam like this.

    Can you get over it?

    I'm getting false positives in my kill filter. I'm guessing the small-minded circus has gone ballistic again. Like most in here, Steve Petruzzellis relies
    on biased media to build beliefs on politics. Ergo, he only thinks of and accepts the sanctioned reports which also are the ones which paint communists
    in a falsely approving and heroic way. Steve Petruzzellis lies so frequently that he has a difficult time keeping track of his lies. Or his socks of course.

    -
    Get Rich Slow https://www.google.com/search?q=dustin+cook%3A+functionally+illiterate+fraud <https://groups.google.com/g/rec.photo.digital/c/e7iwP04xhNU> https://www.google.com/search?q=Dustin+Cook%3A+functional+illiterate+fraud Dustin Cook the Fraud


    I did not even know Snit / Snot already had a history of not only counterfeiting
    so called proof, but also having already been caught red handed doing it
    and trying to pass it off as the real McCoy. Open source is only cost effective
    if your time has no value.

    Can you get William Poaster to agree? BTW, I've already pointed out that
    his use of "cult-like" to describe honest people is not honorable, since
    he's likening them to hungry goats.

    --
    One Smart Penny https://www.google.com/search?q=Steve%20Petruzzellis%20narcissistic%20bigot https://www.google.com/search?q=dustin+cook%3A+functionally+illiterate+fraud <http://web.archive.org/web/20200909135108/https://www.truepeoplesearch.com/details?name=dustin+james+cook&citystatezip=Kingston%2C+TN&rid=0xl&Diesel=&Gremlin=&Raid=>
    Steve Carroll the Narcissistic Bigot

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stefen Carroll@21:1/5 to Stefen Carroll on Mon May 2 18:29:16 2022
    On Sunday, May 1, 2022 at 5:44:28 AM UTC-7, Stefen Carroll wrote:
    On Sunday, April 24, 2022 at 7:08:29 AM UTC-7, Percival John Hackworth wrote:
    On 24-Apr-2022 at 5:33:56AM PDT, "The Doctor" <The Doctor> wrote:

    In article <pqsn8q97-4r54-41p9...@zvaqfcevat.pbz>,
    David Ritz <dr...@mindspring.com> wrote:
    -=-=-=-=-=-

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Saturday, 23 April 2022 23:32 -0000,
    in article <t422an$6so$3...@gallifrey.nk.ca>,
    The Doctor <doc...@doctor.nl2k.ab.ca> wrote:

    Has Apple accommodated for OPenssl 3?

    I am unsure what you mean regarding "Apple OS" and accommodation.


    ````
    $ brew info openssl
    openssl@3: stable 3.0.2 (bottled) [keg-only]
    Cryptography and SSL/TLS Toolkit
    https://openssl.org/
    /opt/homebrew/Cellar/openssl@3/3.0.2 (6,429 files, 27.9MB)
    Poured from bottle on 2022-03-20 at 13:25:16
    From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/ope...@3.rb
    License: Apache-2.0
    Dependencies
    Required: ca-certificates ✔
    Caveats
    A CA file has been bootstrapped using certificates from the system
    keychain. To add additional certificates, place .pem files in
    /opt/homebrew/etc/openssl@3/certs

    and run
    /opt/homebrew/opt/openssl@3/bin/c_rehash

    openssl@3 is keg-only, which means it was not symlinked into /opt/homebrew,
    because macOS provides LibreSSL.

    If you need to have openssl@3 first in your PATH, run:
    echo 'setenv PATH /opt/homebrew/opt/openssl@3/bin:$PATH' >> ~/.tcshrc >>
    For compilers to find openssl@3 you may need to set:
    setenv LDFLAGS -L/opt/homebrew/opt/openssl@3/lib;
    setenv CPPFLAGS -I/opt/homebrew/opt/openssl@3/include;

    For pkg-config to find openssl@3 you may need to set:
    setenv PKG_CONFIG_PATH /opt/homebrew/opt/openssl@3/lib/pkgconfig;

    Analytics
    install: 140,584 (30 days), 387,596 (90 days), 767,984 (365 days)
    install-on-request: 116,275 (30 days), 308,335 (90 days), 606,904 (365 days)
    build-error: 5,426 (30 days)
    ````

    $ /usr/bin/openssl version
    LibreSSL 2.8.3

    $ /opt/homebrew/Cellar/openssl@3/3.0.2/bin/openssl version
    OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)

    Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022;
    root:xnu-8020.101.4~15/RELEASE_ARM64_T6000

    P.S. Why should one beware a site which does not exist?


    Easy. I switched one server over to openssl 3 and
    the email from MacOS , namely, El Kapitan, could not
    communicate with an OPEnssl 3-based e-mail server.

    Reason, the Internet Carrier, would not honour their email
    because their domain is not hosted by the carrier.

    The Carrier in this case being a cable company.
    You could not even rationalise with the Cable company.

    OpenSSL V3 won't compile on my 10.13.6 Intel system. The code has some in-line
    machine-level instructions that aren't on my system and the make barfs. If I
    patch the compile to not do in-line assembly, it works fine. But I decided to
    not use V3 and removed the brew package altogether.

    I use Gmail Workspace for my email provider and they work OK with SSL V1.1.
    If your cable company requires V3 and you're running El Capitan, you're SOL.
    Find another email provider and don't use your cable company's service. That's
    what I did with uVerse.

    --
    DeeDee, don't press that button! DeeDee! NO! Dee...
    Well... like I said, I know the flooder is Steve Petruzzellis, who is a demonstrable Swift programmer but I don't know if it could be used to spam like this.

    Can you get over it?

    I'm getting false positives in my kill filter. I'm guessing the small-minded circus has gone ballistic again. Like most in here, Steve Petruzzellis relies
    on biased media to build beliefs on politics. Ergo, he only thinks of and accepts the sanctioned reports which also are the ones which paint communists
    in a falsely approving and heroic way. Steve Petruzzellis lies so frequently that he has a difficult time keeping track of his lies. Or his socks of course.

    -
    Get Rich Slow https://www.google.com/search?q=dustin+cook%3A+functionally+illiterate+fraud <https://groups.google.com/g/rec.photo.digital/c/e7iwP04xhNU> https://www.google.com/search?q=Dustin+Cook%3A+functional+illiterate+fraud Dustin Cook the Fraud


    I want Shadow to support his lying accusation. Let's see the evidence
    Shadow. When I accused Shadow of doxing as Michael Glasser Snit I actually supported it with proof.

    Shadow was once again a phony by having the pretense to not debate Michael Glasser Snit by emphatically screaming 'score: -999' and then bombarding
    him again by means of another poster. I'm not infuriated, in fact I am enjoying watching because Shadow's nonsense is so obvious. He purposefully
    did not introduce all the benchmarks that he would inevitably insist
    are needed... and we all know why. At least he has trolls rushing to
    his rescue ;)

    Having to deal with the use of AZ cryptology it can hardly be called
    "free" when you include your time. I won't ask Shadow how any part of
    Michael Glasser Snit's anatomy tastes no matter how regularly Shadow
    kisses it.


    --
    Get Rich Slow!
    Automate Google Groups https://www.youtube.com/watch?v=hYQ4Tg0r0g0 https://gibiru.com/results.html?q=%22narcissistic%20bigot%22
    Dustin Cook: Functional Illiterate Fraud

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)