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

2023-09-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 2 20:07:32 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: sparccpuid.S Log Message: fix SPARC v8/v9 detection code. this code uses a trick where the encoding on both v8 and v9 are the same, and are

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

2023-09-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 2 20:07:32 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: sparccpuid.S Log Message: fix SPARC v8/v9 detection code. this code uses a trick where the encoding on both v8 and v9 are the same, and are

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

2023-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 31 19:30:30 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist: Configure src/crypto/external/bsd/openssl/dist/apps: cmp.c openssl.cnf s_server.c src/crypto/external/bsd/openssl/dist/apps/lib:

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

2023-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 31 19:30:30 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist: Configure src/crypto/external/bsd/openssl/dist/apps: cmp.c openssl.cnf s_server.c src/crypto/external/bsd/openssl/dist/apps/lib:

CVS commit: src/crypto/external/bsd/openssl/dist/apps

2023-05-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 25 17:20:15 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/apps/include: apps.h src/crypto/external/bsd/openssl/dist/apps/lib: apps.c Log Message: add a little const to help clang To generate a

CVS commit: src/crypto/external/bsd/openssl/dist/apps

2023-05-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 25 17:20:15 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/apps/include: apps.h src/crypto/external/bsd/openssl/dist/apps/lib: apps.c Log Message: add a little const to help clang To generate a

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

2023-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 7 18:40:31 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist: Configure e_os.h src/crypto/external/bsd/openssl/dist/apps: ca.c cmp.c ocsp.c openssl.c openssl.cnf req.c s_client.c

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

2023-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 7 18:40:31 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist: Configure e_os.h src/crypto/external/bsd/openssl/dist/apps: ca.c cmp.c ocsp.c openssl.c openssl.cnf req.c s_client.c

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/rand

2023-03-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 31 06:05:51 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand: rand_unix.c Log Message: openssl: Omit local comment. May be helpful explanation but it didn't make its way upstream, whereas the

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/rand

2023-03-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 31 06:05:51 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand: rand_unix.c Log Message: openssl: Omit local comment. May be helpful explanation but it didn't make its way upstream, whereas the

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2023-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 29 13:07:46 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gcc.c Log Message: openssl: Remove local micro-optimization on AMD (but not Intel). Upstream OpenSSL changed

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2023-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 29 13:07:46 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gcc.c Log Message: openssl: Remove local micro-optimization on AMD (but not Intel). Upstream OpenSSL changed

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bio

2023-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 29 10:25:11 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bio: bss_log.c Log Message: openssl: Omit needless sprintf->snprintf under OPENSSL_SYS_WIN32. Much as I'm happy to eliminate sprintf,

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bio

2023-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 29 10:25:11 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bio: bss_log.c Log Message: openssl: Omit needless sprintf->snprintf under OPENSSL_SYS_WIN32. Much as I'm happy to eliminate sprintf,

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

2023-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 29 10:21:27 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: threads_pthread.c Log Message: openssl: Omit needless #ifdef notyet around __atomic_is_lock_free. At the time this was done, our gcc

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

2023-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 29 10:21:27 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: threads_pthread.c Log Message: openssl: Omit needless #ifdef notyet around __atomic_is_lock_free. At the time this was done, our gcc

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

2023-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 29 10:19:39 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: mem_clr.c Log Message: openssl: Omit needless #include in mem_clr.c. This was needed back when the file was patched locally to cast a

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

2023-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 29 10:19:39 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: mem_clr.c Log Message: openssl: Omit needless #include in mem_clr.c. This was needed back when the file was patched locally to cast a

CVS commit: src/crypto/external/bsd/openssl/dist/apps

2023-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 29 10:18:50 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/apps: s_client.c s_server.c Log Message: openssl: Revert local patch around fileno(stdin/stdout). According to the commit history, this was

CVS commit: src/crypto/external/bsd/openssl/dist/apps

2023-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 29 10:18:50 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/apps: s_client.c s_server.c Log Message: openssl: Revert local patch around fileno(stdin/stdout). According to the commit history, this was

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

2023-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 22:25:31 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README src/crypto/external/bsd/openssl/dist/apps: ca.c ocsp.c s_server.c

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

2023-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 7 22:25:31 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README src/crypto/external/bsd/openssl/dist/apps: ca.c ocsp.c s_server.c

CVS commit: src/crypto/external/bsd/openssl/dist/ssl

2022-10-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 27 16:20:23 UTC 2022 Modified Files: src/crypto/external/bsd/openssl/dist/ssl: ssl_ciph.c Log Message: merge upstream commit 9b3219ba544db82cdad3058b9872058739559944: If rule_str ended in a "-", "l" was incremented one

CVS commit: src/crypto/external/bsd/openssl/dist/ssl

2022-10-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 27 16:20:23 UTC 2022 Modified Files: src/crypto/external/bsd/openssl/dist/ssl: ssl_ciph.c Log Message: merge upstream commit 9b3219ba544db82cdad3058b9872058739559944: If rule_str ended in a "-", "l" was incremented one

CVS commit: src/crypto/external/bsd/openssl/dist/apps

2022-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 19 14:23:00 UTC 2022 Modified Files: src/crypto/external/bsd/openssl/dist/apps: openssl.cnf Log Message: PR/57065: sergio lenzi: remove the default_md override, since 1.1 it is sha256 To generate a diff of this

CVS commit: src/crypto/external/bsd/openssl/dist/apps

2022-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 19 14:23:00 UTC 2022 Modified Files: src/crypto/external/bsd/openssl/dist/apps: openssl.cnf Log Message: PR/57065: sergio lenzi: remove the default_md override, since 1.1 it is sha256 To generate a diff of this

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

2022-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 15 20:51:13 UTC 2022 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README src/crypto/external/bsd/openssl/dist/apps: openssl.c s_client.c

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

2022-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 15 20:51:13 UTC 2022 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README src/crypto/external/bsd/openssl/dist/apps: openssl.c s_client.c

CVS commit: src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data

2022-01-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 18 20:43:37 UTC 2022 Modified Files: src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data: evpkdf.txt Log Message: skip out of memory test; on small machines we run out of swap To generate a

CVS commit: src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data

2022-01-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 18 20:43:37 UTC 2022 Modified Files: src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data: evpkdf.txt Log Message: skip out of memory test; on small machines we run out of swap To generate a

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

2022-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 7 15:50:11 UTC 2022 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README src/crypto/external/bsd/openssl/dist/apps: s_client.c s_server.c speed.c

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

2022-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 7 15:50:11 UTC 2022 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README src/crypto/external/bsd/openssl/dist/apps: s_client.c s_server.c speed.c

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/modes

2021-04-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 8 12:31:49 UTC 2021 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/modes: gcm128.c Log Message: Disable again the assembly version of gcm_ghash_4bit for the 32 bit sparc since it uses ldx/stx. To

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/modes

2021-04-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 8 12:31:49 UTC 2021 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/modes: gcm128.c Log Message: Disable again the assembly version of gcm_ghash_4bit for the 32 bit sparc since it uses ldx/stx. To

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

2021-03-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 25 18:51:19 UTC 2021 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES NEWS README src/crypto/external/bsd/openssl/dist/apps: s_time.c src/crypto/external/bsd/openssl/dist/crypto/engine:

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

2021-03-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 25 18:51:19 UTC 2021 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES NEWS README src/crypto/external/bsd/openssl/dist/apps: s_time.c src/crypto/external/bsd/openssl/dist/crypto/engine:

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

2021-02-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 20 03:22:14 UTC 2021 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README src/crypto/external/bsd/openssl/dist/apps: ca.c src/crypto/external/bsd/openssl/dist/crypto:

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

2021-02-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 20 03:22:14 UTC 2021 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README src/crypto/external/bsd/openssl/dist/apps: ca.c src/crypto/external/bsd/openssl/dist/crypto:

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/engine

2020-09-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 12 09:37:01 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/engine: eng_devcrypto.c Log Message: Restore a local change for PR/54740 lost during openssl 1.1.1e merge. syslogd(8) complains "Could not

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/engine

2020-09-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 12 09:37:01 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/engine: eng_devcrypto.c Log Message: Restore a local change for PR/54740 lost during openssl 1.1.1e merge. syslogd(8) complains "Could not

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

2020-07-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 19 15:33:08 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccap.c Log Message: Expand on importance of not using fpu for crypto if there's no fpu. To generate a diff of this commit: cvs rdiff

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

2020-07-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 19 15:33:08 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccap.c Log Message: Expand on importance of not using fpu for crypto if there's no fpu. To generate a diff of this commit: cvs rdiff

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

2020-07-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jul 15 08:14:41 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccap.c Log Message: PR port-powerpc/55425 Update comment; FPU emulation seems to work just fine now. However, FPU-optimized code should

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

2020-07-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jul 15 08:14:41 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccap.c Log Message: PR port-powerpc/55425 Update comment; FPU emulation seems to work just fine now. However, FPU-optimized code should

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

2020-07-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 7 01:47:47 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccap.c Log Message: Part of PR port-powerpc/55425 openssl fails on FPU emulation for powerpc When machdep.fpu_present sysctl variable can

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

2020-07-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 7 01:47:47 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccap.c Log Message: Part of PR port-powerpc/55425 openssl fails on FPU emulation for powerpc When machdep.fpu_present sysctl variable can

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

2020-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 22 22:43:56 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: armcap.c Log Message: remove unneeded ifdefs To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \

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

2020-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 22 22:43:56 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: armcap.c Log Message: remove unneeded ifdefs To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/modes

2020-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 22 19:55:43 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/modes: gcm128.c Log Message: reduce diff with upstream. we always compile with v8 assembly and detect at runtime. To generate a diff of

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/modes

2020-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 22 19:55:43 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/modes: gcm128.c Log Message: reduce diff with upstream. we always compile with v8 assembly and detect at runtime. To generate a diff of

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

2020-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 22 16:25:08 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccap.c src/crypto/external/bsd/openssl/dist/crypto/sha: keccak1600.c

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

2020-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 22 16:25:08 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccap.c src/crypto/external/bsd/openssl/dist/crypto/sha: keccak1600.c

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2020-06-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 21 22:16:53 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: mips.pl Log Message: Revert to the upstream version, there are no more warnings To generate a diff of this commit: cvs rdiff -u

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/modes

2020-06-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 21 22:17:35 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/modes: gcm128.c Log Message: Revert to the upstream version To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2020-06-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 21 22:16:53 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: mips.pl Log Message: Revert to the upstream version, there are no more warnings To generate a diff of this commit: cvs rdiff -u

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/modes

2020-06-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 21 22:17:35 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/modes: gcm128.c Log Message: Revert to the upstream version To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \

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

2020-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 17 03:22:06 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccap.c Log Message: fix pasto (noted by Viktor Duchovny) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \

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

2020-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 17 03:22:06 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccap.c Log Message: fix pasto (noted by Viktor Duchovny) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/rand

2020-04-30 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Apr 30 10:59:02 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand: rand_unix.c Log Message: Fix the detection of KERN_ARND by OpenSSL. Firstly, include the correct headers. Then, make sure that requests

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/rand

2020-04-30 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Apr 30 10:59:02 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand: rand_unix.c Log Message: Fix the detection of KERN_ARND by OpenSSL. Firstly, include the correct headers. Then, make sure that requests

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

2020-04-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 24 19:37:09 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES NEWS README src/crypto/external/bsd/openssl/dist/apps: ocsp.c s_time.c src/crypto/external/bsd/openssl/dist/crypto/ec:

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

2020-04-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 24 19:37:09 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES NEWS README src/crypto/external/bsd/openssl/dist/apps: ocsp.c s_time.c src/crypto/external/bsd/openssl/dist/crypto/ec:

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

2020-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 5 21:53:45 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES NEWS README src/crypto/external/bsd/openssl/dist/apps: s_server.c src/crypto/external/bsd/openssl/dist/crypto: ex_data.c

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

2020-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 5 21:53:45 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES NEWS README src/crypto/external/bsd/openssl/dist/apps: s_server.c src/crypto/external/bsd/openssl/dist/crypto: ex_data.c

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/md4

2020-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 29 14:58:22 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/md4: md4_dgst.c Log Message: restore previous unsigned change. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/md4

2020-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 29 14:58:22 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/md4: md4_dgst.c Log Message: restore previous unsigned change. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

CVS commit: src/crypto/external/bsd/openssl/dist/test/testutil

2020-03-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Mar 23 22:21:34 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/test/testutil: format_output.c main.c output.h tests.c Log Message: Fix format string usage. To generate a diff of this commit: cvs

CVS commit: src/crypto/external/bsd/openssl/dist/test/testutil

2020-03-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Mar 23 22:21:34 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/test/testutil: format_output.c main.c output.h tests.c Log Message: Fix format string usage. To generate a diff of this commit: cvs

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/sha

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 20:16:49 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/sha: sha256.c Log Message: reduce diff with upstream To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/sha

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 20:16:49 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/sha: sha256.c Log Message: reduce diff with upstream To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/ripemd

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 20:15:30 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/ripemd: rmd_dgst.c Log Message: reduce diff with upstream To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/ripemd

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 20:15:30 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/ripemd: rmd_dgst.c Log Message: reduce diff with upstream To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/md5

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 20:13:15 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/md5: md5_dgst.c Log Message: reduce diff with upstream To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/md5

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 20:13:15 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/md5: md5_dgst.c Log Message: reduce diff with upstream To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/evp

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 20:09:17 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/evp: e_aes.c Log Message: reduce diff with upstream. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/evp

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 20:09:17 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/evp: e_aes.c Log Message: reduce diff with upstream. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bio

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 20:07:05 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bio: bss_log.c Log Message: eliminate diff with upstream. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bio

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 20:07:05 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bio: bss_log.c Log Message: eliminate diff with upstream. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/evp

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 20:05:29 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/evp: e_aes.c Log Message: put back removed code To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/evp

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 20:05:29 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/evp: e_aes.c Log Message: put back removed code To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 \

CVS commit: src/crypto/external/bsd/openssl/dist/apps

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 20:01:48 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/apps: s_server.c Log Message: add back missing goto; To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \

CVS commit: src/crypto/external/bsd/openssl/dist/apps

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 20:01:48 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/apps: s_server.c Log Message: add back missing goto; To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \

CVS commit: src/crypto/external/bsd/openssl/dist/apps

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 19:56:07 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/apps: s_client.c s_server.c Log Message: always use fdin To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \

CVS commit: src/crypto/external/bsd/openssl/dist/apps

2020-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 19:56:07 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/apps: s_client.c s_server.c Log Message: always use fdin To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \

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

2020-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 02:30:16 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/include/openssl: safestack.h Log Message: Add more casts. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

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

2020-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 22 02:30:16 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/include/openssl: safestack.h Log Message: Add more casts. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

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

2020-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 15:03:22 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/md4: md4_dgst.c src/crypto/external/bsd/openssl/dist/crypto/ripemd: rmd_dgst.c Log Message: use unsigned to avoid undefined

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

2020-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 16 15:03:22 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/md4: md4_dgst.c src/crypto/external/bsd/openssl/dist/crypto/ripemd: rmd_dgst.c Log Message: use unsigned to avoid undefined

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/rand

2020-02-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 15 23:19:37 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand: rand_unix.c Log Message: Open /dev/urandom with O_CLOEXEC. Let's avoid bleeding file descriptors into our clients' children, shall

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/rand

2020-02-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 15 23:19:37 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand: rand_unix.c Log Message: Open /dev/urandom with O_CLOEXEC. Let's avoid bleeding file descriptors into our clients' children, shall

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/engine

2019-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 5 17:52:06 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/engine: eng_devcrypto.c Log Message: PR/54740: Izumi Tsutsui: Disable cryptoengine unavailable message when device is not configured

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/engine

2019-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 5 17:52:06 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/engine: eng_devcrypto.c Log Message: PR/54740: Izumi Tsutsui: Disable cryptoengine unavailable message when device is not configured

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

2019-03-13 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 13 09:42:01 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: armcap.c Log Message: fix merge botch in previous. i *think* this is now right. it sure builds.. To generate a diff of this commit: cvs

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

2019-03-13 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 13 09:42:01 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: armcap.c Log Message: fix merge botch in previous. i *think* this is now right. it sure builds.. To generate a diff of this commit: cvs

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

2019-03-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 12 16:58:14 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README e_os.h src/crypto/external/bsd/openssl/dist/apps: ocsp.c openssl.cnf s_client.c

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

2019-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 6 22:20:50 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccpuid.pl Log Message: PR/53838: Scole Mail: OPENSSL_rdtsc() is reading a time counter for randomness, and the powerpc code uses mftbu

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

2019-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 6 22:20:50 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccpuid.pl Log Message: PR/53838: Scole Mail: OPENSSL_rdtsc() is reading a time counter for randomness, and the powerpc code uses mftbu

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

2018-11-19 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Nov 20 07:30:18 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: armcap.c ppccap.c Log Message: Don't expose a getauxval symbol. The code already knows how to handle it, but it assumes anyone who uses GCC

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

2018-11-19 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Nov 20 07:30:18 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: armcap.c ppccap.c Log Message: Don't expose a getauxval symbol. The code already knows how to handle it, but it assumes anyone who uses GCC

CVS commit: src/crypto/external/bsd/openssl/dist/test/testutil

2018-10-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Oct 4 13:38:41 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/test/testutil: tests.c Log Message: Add missing format string annotation. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

  1   2   3   >