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

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

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

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/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-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/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/openssl/dist/crypto/evp

2018-03-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 9 01:33:58 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/evp: e_aes.c Log Message: Don't define the v8 functions for v7! To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \

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

2018-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 7 16:06:29 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/evp: e_aes.c Log Message: Enable AES_ASM explicitly not by just looking at the processor, like we do for other archs! To generate a diff

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

2018-03-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 6 18:36:09 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/modes: gcm128.c Log Message: fix v8 PMULL detection (Robert Swindells) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

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

2018-03-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 6 18:32:37 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: mips.pl Log Message: For mips64: Avoid branch delay spot warnings: Warning: macro instruction expanded into multiple instructions

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

2018-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 24 21:47:34 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: threads_pthread.c Log Message: we don't yet have __atomic_is_lock_free To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2018-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 13 22:35:47 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/evp: m_sha1.c Log Message: Provide SHAR384 flavors: The OpenSSL SHA512_Final implementation is re-used to implement SHA384_Final, but does

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

2018-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 13 22:29:14 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn_rand.c Log Message: Add a (void *) cast to make things compile with our own sha2 header To generate a diff of this commit: cvs

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

2018-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 12 02:15:32 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/idea: i_skey.c Log Message: we need variables to be signed here. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

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

2018-02-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 5 16:12:52 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/hmac: hmac.h Log Message: more openssl-1.1 compat. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2017-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 5 18:01:00 UTC 2017 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: arm_arch.h Log Message: fix lint build. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2017-01-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 9 17:36:24 UTC 2017 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl Log Message: Revert last two revisions; local changes should no longer be needed now that the root cause of PR

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

2017-01-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 8 21:36:05 UTC 2017 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl Log Message: Switch to eax To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

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

2017-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 8 01:55:49 UTC 2017 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl Log Message: PR/51569: Andreas Gustafsson: Check the right bit for pclmulqdq: Perform a Carry-Less Multiplication

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

2016-10-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 17 00:23:47 UTC 2016 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/evp: e_aes.c src/crypto/external/bsd/openssl/dist/crypto/modes: gcm128.c Log Message: Make assembler modules optional for ARM

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

2016-06-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jun 3 15:41:57 UTC 2016 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: x86_64cpuid.pl src/crypto/external/bsd/openssl/dist/crypto/perlasm: x86gas.pl Log Message: Replace init sections with the simpler

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

2016-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 21 19:12:26 UTC 2016 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: x86_64cpuid.pl src/crypto/external/bsd/openssl/dist/crypto/sha/asm: sha1-x86_64.pl Log Message: revert change from

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

2016-03-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 20 22:26:56 UTC 2016 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: x86_64cpuid.pl src/crypto/external/bsd/openssl/dist/crypto/sha/asm: sha1-x86_64.pl Log Message: bring newer versions from

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

2016-03-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 20 22:17:13 UTC 2016 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/sha/asm: sha1-x86_64.pl Log Message: move scratch stack offset from 64 to 72 bytes so that it is aligned properly. We core-dump using xmm

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

2015-06-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 12 20:25:44 UTC 2015 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/hmac: hmactest.c Log Message: constify the new hmac tests To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

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

2015-05-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 28 19:13:33 UTC 2015 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/aes/asm: aes-x86_64.pl aesni-sha1-x86_64.pl src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl

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

2015-03-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 21 13:35:48 UTC 2015 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: opensslconf.h Log Message: In a native build, this file is postprocessed by a perl script and some lines are changed into either #define

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

2015-03-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 10 13:28:08 UTC 2015 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: arm_arch.h armcap.c Log Message: Update arm runtime detection from version 1.0.2, so we can use the newer asm support code. To generate a

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

2014-08-10 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sun Aug 10 08:27:42 UTC 2014 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/asn1: tasn_enc.c Log Message: merge accident, fixed To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2014-08-10 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sun Aug 10 21:00:48 UTC 2014 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccpuid.pl Log Message: merge lossage (this file is an ASM generator not used in a normal build) To generate a diff of this commit: cvs

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

2014-04-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Apr 2 20:27:28 UTC 2014 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn.h bn_lib.c src/crypto/external/bsd/openssl/dist/crypto/ec: ec2_mult.c Log Message: Add fix for CVE-2014-0076 taken from OpenSSL

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

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:18:00 UTC 2013 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/threads: mttest.c Log Message: remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

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

2013-07-28 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Jul 28 14:13:29 UTC 2013 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand: md_rand.c Log Message: Re-check the entropy level after we call RAND_poll(), so that we do not continuously suck data out of /dev/urandom

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

2013-02-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 18 21:20:50 UTC 2013 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/evp: e_aes.c Log Message: Touch e_aes.c to force a rebuild with new compiler flags for AES-NI. To generate a diff of this commit: cvs

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

2012-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 12:43:49 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: opensslconf.h Log Message: define OPENSSL_THREADS, from drochner. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

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

2012-07-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 30 15:00:40 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: sparccpuid.S Log Message: Do not use dots in identifiers (replace by _) To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \

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

2012-07-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 30 17:15:45 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn_exp.c Log Message: only use alloca if not __SSP__ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

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

2012-07-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 30 17:16:23 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn_exp.c Log Message: make sure alloca is undefed on SSP To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

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

2012-07-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jul 30 18:40:36 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn_lcl.h Log Message: Fix mips asm to not use outdated stuff. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \

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

2012-07-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 27 17:27:43 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/engine: eng_all.c Log Message: don't do cpuid anymore. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

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

2012-07-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 27 17:46:00 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/engine: eng_all.c Log Message: undo previous: some ports don't have it in the constructor! To generate a diff of this commit: cvs rdiff

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

2012-07-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 26 21:23:13 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rc4: rc4.h Log Message: make this compile. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \

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

2012-04-25 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Apr 25 11:02:46 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/buffer: buffer.c Log Message: fix for previous fix: correct error code (upstream rev.22474) To generate a diff of this commit: cvs rdiff

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

2012-04-19 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Apr 19 20:20:57 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: mem.c src/crypto/external/bsd/openssl/dist/crypto/asn1: a_d2i_fp.c src/crypto/external/bsd/openssl/dist/crypto/buffer:

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

2012-03-07 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Wed Mar 7 10:17:48 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand: md_rand.c Log Message: Fix applications that call RAND_bytes() before any other RAND function. Last change was...a bit too simple. To

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

2012-02-28 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Feb 28 17:23:58 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/asn1: asn_mime.c Log Message: apply upstream rev.22146: Tolerate bad MIME headers in parser. avoids possible NULL dereference

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

2011-08-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 22 00:24:42 UTC 2011 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/engine: enginetest.c Log Message: Previous here required stdint.h. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2011-07-05 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Tue Jul 5 10:25:45 UTC 2011 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/engine: eng_aesni.c Log Message: use aes-ni for i386 also: from jym@ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

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

2011-06-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 12 16:15:42 UTC 2011 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/idea: ideatest.c src/crypto/external/bsd/openssl/dist/crypto/mdc2: mdc2test.c Log Message: fix warnings for the patented algos

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

2011-06-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 11 16:54:58 UTC 2011 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bf: bftest.c src/crypto/external/bsd/openssl/dist/crypto/bn: bntest.c divtest.c

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

2011-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 15 23:43:56 UTC 2011 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: divtest.c Log Message: no more implicit types in c99 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2011-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 16 00:08:33 UTC 2011 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/conf: test.c src/crypto/external/bsd/openssl/dist/crypto/lhash: lh_test.c

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

2011-02-03 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Feb 3 19:44:05 UTC 2011 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/engine: eng_cryptodev.c Log Message: fix some merge botch and enable cryptodev support on NetBSD again To generate a diff of this

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

2010-01-21 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Fri Jan 22 03:42:47 UTC 2010 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/comp: c_zlib.c Log Message: Fix to deal with CVE-2009-4355 from OpenSSL's repositroy. To generate a diff of this commit: cvs rdiff -u

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

2009-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 15 01:25:54 UTC 2009 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bio: b_sock.c Log Message: This code is really broken. It allocates struct sockaddr on the stack and expects to work with IPV6. Tell the

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

2009-07-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 20 15:34:49 UTC 2009 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/sha: sha.h Log Message: make sha256/512 binary compatible with the libc version which we now use. To generate a diff of this commit: cvs

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

2009-07-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 20 20:41:06 UTC 2009 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/conf: test.c src/crypto/external/bsd/openssl/dist/crypto/des: destest.c src/crypto/external/bsd/openssl/dist/crypto/lhash: