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/openssh/dist

2019-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 28 14:45:13 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: monitor.h Log Message: one more noreturn To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2019-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 26 01:51:55 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: packet.c packet.h Log Message: attribute police To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

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

2019-04-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Apr 21 01:32:04 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: sshconnect2.c Log Message: Put declaration of 'userauth_kerberos' inside #if KRB5 where it belongs. To generate a diff of this commit: cvs rdiff -u

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

2019-04-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 20 17:28:19 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: version.h Log Message: put back hpn/lpk strings To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/crypto/external/bsd/openssh

2019-04-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 20 17:16:41 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/bin/ssh-keyscan: Makefile src/crypto/external/bsd/openssh/bin/sshd: Makefile src/crypto/external/bsd/openssh/dist: OVERVIEW PROTOCOL

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64

2019-03-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 13 23:37:48 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64: ppccpuid.S Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

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/lib/libcrypto/arch/powerpc

2019-03-13 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 13 09:23:59 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc: ppccpuid.S Log Message: regen for openssl 1.1.1b. not 100% sure this is right but my build works now. here's what i did:

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

2019-03-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 8 20:34:24 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: recallocarray.c Log Message: Replace our buggy recallocarray implementation one with the portable one from OpenBSD. To generate a diff of this

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/man

2019-01-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 27 04:21:26 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/man: OPENSSL_ia32cap.3 Log Message: fix duplicated chunk from merge To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 \

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

2019-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 25 14:29:05 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: auth-pam.c Log Message: PR/53908: Alex Raschi: Include for socketpair(2) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64

2019-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 6 22:22:26 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64: sha256p8-ppc.S sha512p8-ppc.S Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc

2019-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 6 22:22:02 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc: ppccpuid.S sha256p8-ppc.S sha512p8-ppc.S Log Message: regen To generate a diff of this commit: cvs rdiff -u

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/lib/libcrypto/arch/aarch64

2018-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 9 21:39:48 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64: aes.inc Log Message: add new file (Robert Swindells) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/crypto/external/bsd/openssl/lib/engines

2018-12-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 8 23:24:02 UTC 2018 Added Files: src/crypto/external/bsd/openssl/lib/engines: Makefile engines.mk src/crypto/external/bsd/openssl/lib/engines/capi: Makefile

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

2018-12-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 8 22:35:45 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README e_os.h src/crypto/external/bsd/openssl/dist/apps: ca.c ocsp.c openssl.cnf

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

2018-12-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 8 17:07:27 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/engine: eng_devcrypto.c src/crypto/external/bsd/openssl/include/openssl: opensslconf.h

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/netpgp/dist/src

2018-11-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Nov 13 14:52:31 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c keyring.h misc.c netpgp.c packet-parse.c packet.h src/crypto/external/bsd/netpgp/dist/src/libmj: libmj.3 mj.c

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/lib/libcrypto

2018-10-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 10 14:57:31 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: crypto.map Log Message: Add the EC_GFp_nistp*_method's To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

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

CVS commit: src/crypto/external/bsd/openssl/lib/libssl

2018-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 8 18:01:23 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libssl: Makefile Log Message: elide a warning that triggers on arm/clang To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2018-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 8 16:31:35 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: man.inc Log Message: Skip man pages that conflict (but have different case with libc: {hmac,md5}.3 and libdes: des_random_key.3) To

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2018-10-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 6 15:31:09 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: Makefile Log Message: disable another clang warning To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 \

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 \

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

2018-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 2 22:44:07 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: log.c Log Message: Don't treat mostly connection closed events as filtering events. There a a failed to negotiate instance too, but I don't want

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

2018-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 2 22:40:29 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: monitor_wrap.c packet.c serverloop.c Log Message: Undo previous change. It made filtering a lot more aggressive. To generate a

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

2018-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 2 13:53:51 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/test: hmactest.c Log Message: Use hex string syntax to prevent overflow warnings for character constants >= 128. To generate a diff of this

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

2018-09-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 30 19:23:13 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/test/testutil: format_output.c main.c output.h Log Message: Annotate format functions and fix format errors. To generate a diff of

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm

2018-09-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 30 09:46:41 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: arm_asm.h Log Message: Newer gcc seems to use __ARM_ARCH_ISA_THUMB to tell use we have thumb instructions available To

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm

2018-09-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Sep 29 19:45:18 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: aes-armv4.S aesv8-armx.S arm64cpuid.S armv4-gf2m.S armv4-mont.S armv4cpuid.S armv8-mont.S bsaes-armv7.S

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm

2018-09-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Sep 29 19:44:58 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: Makefile Log Message: Upstream does not support armv4 any more - but it is trivial to add add regen time. Make the "regen"

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

2018-09-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 29 15:10:45 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: monitor_wrap.c packet.c serverloop.c Log Message: be less aggressive about blocking connections from disconnected sessions. To

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64

2018-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 28 17:28:01 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64: ec.inc Log Message: fix build To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2018-09-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 27 18:18:53 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: Makefile Log Message: Remove debugging accidentally left in! Noticed by Tobias Ulmer To generate a diff of this commit: cvs rdiff -u

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/vax

2018-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 25 14:17:49 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/vax: crypto.inc Log Message: use the standard code instead of ours To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/ia64

2018-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 25 14:16:33 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/ia64: crypto.inc Log Message: no need for our copy of memequal To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc

2018-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 24 20:36:51 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc: crypto.inc Added Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc: sparccap.c Log Message: put back

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc

2018-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 24 20:15:38 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc: crypto.inc Log Message: sparcv9cap is a c file. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc

2018-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 24 19:50:51 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc: crypto.inc Removed Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc: sparccap.c Log Message: use

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2018-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 24 11:03:40 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64: crypto.inc src/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha: crypto.inc

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2018-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 24 11:02:12 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: man.inc Log Message: don't override the sha man page provided by libc. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2018-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 24 00:45:12 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc: crypto.inc src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64: crypto.inc Log Message: sparc has memcmp and

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm

2018-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 23 21:44:01 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: crypto.inc Log Message: we provide memcmp and rdtsc To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2018-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 23 21:43:00 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: curve448.inc Log Message: Kill stack protector warnings. XXX: need to understand why gcc complains; it is not obvious to me. To

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

2018-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 23 15:08:41 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib: Makefile Log Message: oops forgot to commit (add libcryptotest) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2018-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 23 13:33:09 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/bin: Makefile src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README e_os.h

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

2018-08-27 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Aug 27 17:47:48 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: auth-pam.c Log Message: annotate pthread_exit as __dead (to appease clang) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/crypto/external/bsd/openssh

2018-08-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 26 07:46:37 UTC 2018 Modified Files: src/crypto/external/bsd/openssh: openssh2netbsd src/crypto/external/bsd/openssh/dist: OVERVIEW PROTOCOL PROTOCOL.certkeys addrmatch.c auth-bsdauth.c auth-krb5.c

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2018-08-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Aug 18 23:35:18 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: crypto.map Log Message: Revert previous and do it the way it is supposed to be done. Thanks to the heads up from rjs@ To generate a diff

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2018-08-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Aug 18 17:37:25 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: crypto.map Log Message: Allow the symbols in the newly added conf_ssl.c to be exposed as globals. To generate a diff of this commit: cvs

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2018-08-18 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Sat Aug 18 16:40:02 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: conf.inc Log Message: Add conf_ssl.c to build. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \

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

2018-08-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 18 08:59:05 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README src/crypto/external/bsd/openssl/dist/apps: ca.c ocsp.c s_client.c s_server.c speed.c

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

2018-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 13 09:55:20 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: monitor.c Log Message: add another exit 254 to avoid blacklistd notification To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/crypto/external/bsd/netpgp/dist/src/netpgpverify

2018-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 13 09:54:19 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/netpgpverify: sha2.c Log Message: avoid redefinition To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/crypto/external/bsd/netpgp/dist/src/libbn

2018-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 13 09:53:51 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/libbn: bignum.c Log Message: sprinke const To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

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

2018-08-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 9 08:32:41 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: monitor_wrap.c mux.c packet.c serverloop.c session.c Log Message: change some 255's to 254's to avoid being too aggressive

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

2018-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 8 19:19:36 UTC 2018 Modified Files: src/crypto/external/bsd/openssl.old/dist/crypto/evp: evp.h src/crypto/external/bsd/openssl.old/dist/crypto/x509: x509_vfy.h Log Message: Add missing functions for racoon2 to

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

2018-08-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Aug 3 12:49:41 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: sshkey.c Log Message: Add a "gcc is stupid" comment to the previous change, as even the most cursory analysis shows that the var ("eg") is not

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

2018-08-02 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Aug 3 04:32:12 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: sshkey.c Log Message: Appease GCC in the openssh code when built with UBSan Initialize eg to NULL in sshkey_ecdsa_key_to_nid(). The compiler warns

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386

2018-08-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 1 13:46:58 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386: modes.inc Log Message: remove -DGHASH_ASM_X86; it is already defined. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386

2018-08-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 1 11:39:53 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386: modes.inc Log Message: Add missing defines: https://github.com/openssl/openssl/pull/6828 When ghash-x86.S is generated with

CVS commit: src/crypto/external/bsd/netpgp/dist/src/netpgpverify

2018-07-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jul 26 00:31:13 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/netpgpverify: sha2.c Log Message: Avoid undefined behavior in netpgpverify/sha2.c Do not change the signedness bit with a left shift operation.

CVS commit: src/crypto/external/bsd/netpgp/dist/src/netpgpverify

2018-07-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jul 26 00:26:45 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/netpgpverify: pgpsum.c Log Message: Avoid undefined behavior in netpgpverify Do not change the signedness bit with a left shift operation. Cast

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

2018-07-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jul 18 16:42:49 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-agent.1 Log Message: Fix Dd argument. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2018-07-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jul 17 18:56:24 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist: e_os.h Log Message: Drop special case for clang/aarch64. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2018-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 16 00:47:54 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist: e_os.h Log Message: limit the aarch64 hack to clang. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64

2018-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 16 00:08:12 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64: crypto.inc Log Message: select assembler based on ACTIVE_CC To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/crypto/external/bsd/heimdal/lib/libkadm5srv

2018-07-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 12 11:13:50 UTC 2018 Modified Files: src/crypto/external/bsd/heimdal/lib/libkadm5srv: Makefile Log Message: Provide an explicit dependency on heimbase To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

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

2018-07-10 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Jul 10 22:12:08 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-agent.1 ssh-agent.c Log Message: Amend whitelisted filesystem paths ssh-agent will look for PKCS11 related libraries so that things work out of

CVS commit: src/crypto/external/bsd/heimdal/lib/libgssapi

2018-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 10 13:17:36 UTC 2018 Modified Files: src/crypto/external/bsd/heimdal/lib/libgssapi: Makefile Log Message: Explicit heimbase dependency (similar to other recent MKREPRO fixes) To generate a diff of this commit: cvs rdiff

CVS commit: src/crypto/external/bsd/heimdal/lib/libkdc

2018-07-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 6 08:54:30 UTC 2018 Modified Files: src/crypto/external/bsd/heimdal/lib/libkdc: Makefile Log Message: Explicit libheimbase dependency, similar to Christos' change to libheimntlm/Makefile, hopefully fixing another MKREPRO

CVS commit: src/crypto/external/bsd/heimdal/lib/libheimntlm

2018-07-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 6 08:31:43 UTC 2018 Modified Files: src/crypto/external/bsd/heimdal/lib/libheimntlm: Makefile Log Message: Add explicit path to libwind - patch from Christos, may fix some MKREPRO fallout. XXX pullup 8 To generate a

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

2018-06-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 24 15:36:31 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: pfilter.c Log Message: Since now we are called from cleanup_exit() make sure that we have a state to work with. Found by ASAN. To generate a

CVS commit: src/crypto/external/bsd/heimdal/dist/lib/krb5

2018-06-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jun 16 18:51:36 UTC 2018 Modified Files: src/crypto/external/bsd/heimdal/dist/lib/krb5: config_file.c Log Message: Do not reference buffer after the code scope {} rk_getpwuid_r() returns a pointer pwd->pw_dir to a buffer

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

2018-06-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jun 7 15:26:09 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: servconf.c Log Message: Disable loading XMSS keys by default too. Nobody should be using XMSS host keys without an explicit decision, because

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2018-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 24 19:03:47 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: man.inc Log Message: remove DES_random_key.3 since it is in libdes. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \

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

2018-05-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 23 16:04:13 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: auth-pam.c sshd.c Log Message: Increase strictness of blacklistd patches to include timeouts, operating system errors, and pam failures. To

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2018-05-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 23 01:58:40 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: man.inc src/crypto/external/bsd/openssl/lib/libcrypto/man: Makefile Added Files:

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2018-05-10 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu May 10 15:00:36 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3 Log Message: Add descriptions for netpgp_match_keys() netpgp_match_keys_json() netpgp_match_pubkeys() netpgp_validate_sigs()

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2018-05-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed May 9 23:34:25 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3 Log Message: Add a description of netpgp_unsetvar and netpgp_list_keys_json. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2018-05-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed May 9 07:59:38 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3 Log Message: Fix typo, add 'and' in list. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 \

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2018-05-08 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed May 9 00:24:50 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3 Log Message: Add the type of information returned about maintainer. To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/crypto/external/bsd/netpgp/bindings/lua

2018-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 3 01:14:54 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/bindings/lua: Makefile Log Message: don't build for non pic To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2018-04-30 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Apr 30 22:17:47 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: netpgp.lua Log Message: The secret key is required for decryption and signing. Indicate it by setting the "need seckey" variable before

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2018-04-30 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Apr 30 21:40:59 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: optparse.lua Log Message: Unbreak script for Lua 5.3. This change breaks support for older releases of Lua but it is deemed ok. To

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2018-04-29 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Apr 29 23:31:00 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: netpgp.lua Log Message: sign_file function expects 5 parameters, include the output filename. To generate a diff of this commit: cvs

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2018-04-29 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Apr 29 19:34:57 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: glue.c Log Message: Add support for Lua 5.3 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2018-04-29 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Apr 29 19:31:38 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: glue.c Log Message: Enable checking arguments for validity. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2018-04-29 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Apr 29 19:28:11 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: glue.c Log Message: Utilise the passed output filename rather that using a hardcoded name To generate a diff of this commit: cvs

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2018-04-29 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Apr 29 14:21:16 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3 Log Message: Add the following functions to the list (TODO - add descriptions) netpgp_unsetvar netpgp_list_keys_json

CVS commit: src/crypto/external/bsd/heimdal/dist/kdc

2018-04-28 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sun Apr 29 05:36:04 UTC 2018 Modified Files: src/crypto/external/bsd/heimdal/dist/kdc: connect.c Log Message: avoid busy-waiting on a dead child To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2018-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 17 14:48:49 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rsa: rsa_gen.c Log Message: CVE-2018-0737: Set constant time for rsa computation: https://www.openssl.org/news/vulnerabilities.html This

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2018-04-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Apr 16 08:17:18 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2018-04-15 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Apr 15 23:00:36 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3 Log Message: Break down explanation of netpgp_init to make it easier to extend. Document how the userid is obtained. To

<    1   2   3   4   5   6   7   8   9   10   >