CVS commit: src/crypto/external/bsd/openssl/include/openssl

2020-10-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 19 12:46:04 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/include/openssl: opensslconf.h Log Message: Define OPENSSL_NO_EC_NISTP_64_GCC_128 also for aarch64eb. Fix ssh-keygen(1) on aarch64eb. Also, all tests in

CVS commit: src/crypto/external/bsd/openssl/include/openssl

2020-10-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Oct 8 16:00:09 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/include/openssl: opensslconf.h Log Message: openssl: Define OPENSSL_NO_EC_NISTP_64_GCC_128 for Alpha too The ecp_nistp521.c code depends on doing

CVS commit: src/crypto/external/bsd/openssl/include/openssl

2018-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 15 12:45:53 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/include/openssl: opensslconf.h Log Message: Ooops - fix editor accident in previous To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

CVS commit: src/crypto/external/bsd/openssl/include/openssl

2018-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 15 12:27:58 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/include/openssl: opensslconf.h Log Message: Define OPENSSL_NO_EC_NISTP_64_GCC_128 for sparc64, the code does not work there (or maybe any big endian

CVS commit: src/crypto/external/bsd/openssl/include/openssl

2018-10-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Oct 10 06:16:55 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/include/openssl: opensslconf.h Log Message: On 32bit platforms set OPENSSL_NO_EC_NISTP_64_GCC_128 again, the non standard __uint128_t is required for

CVS commit: src/crypto/external/bsd/openssl/include/openssl

2018-10-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 10 01:29:25 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/include/openssl: opensslconf.h Log Message: enable OPENSSL_NO_EC_NISTP_64_GCC_128, requested by wiz To generate a diff of this commit: cvs rdiff -u