Displaying 8 results from an estimated 8 matches for "dtermio".
Did you mean:
termio
2002 May 25
2
mismatch against version of openssl, letter version brokeness
What risk exists in changing the check for the matching version of
openssl so that the final letter part of the version (e.g. 0.9.6c
vs. 0.9.6d) is ignored? Are there any security vulnerabilities in
such a thing? What if ssh(d) is linked against an older _letter_
version such as 0.9.6c and now finds the library is 0.9.6d? Is
there a security risk in that? Surely a major API change would not
2003 Apr 11
1
make buildworld error - 4.8-STABLE
...Intel Hudson 3 SC5200 base w 450W
Any suggestions?
Cheers,
Carl.
<snip>
cc -o make_keys -O -pipe -I. -I/usr/src/lib/libncurses
-I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses
-I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall
-DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c
/usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot find -lc
*** Error code 1
Stop in /usr/src/lib/libncurses.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error...
2007 Dec 18
3
Installation difficulties
...no-seed [default] OPENSSL_NO_SEED (skip dir)
no-shared [default]
no-tlsext [default] OPENSSL_NO_TLSEXT (skip dir)
no-zlib [default]
no-zlib-dynamic [default]
IsMK1MF=0
CC =gcc
CFLAG =-DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DTERMIOS
-DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM
-DRMD160_ASM -DAES_ASM
EX_LIBS =
CPUID_OBJ =x86cpuid-cof.o
BN_ASM =bn86-cof.o co86-cof.o
DES_ENC =dx86-cof.o yx86-cof.o
AES_ASM_OBJ =ax86-cof.o
BF_ENC...
2013 Sep 14
4
Elliptic curves in tinc
In the past 24 hours multiple persons have contacted me regarding the use of
elliptic curve cryptography in tinc 1.1 in light of the suspicion that the NSA
might have weakened algorithms and/or elliptic curves published by NIST.
The new protocol in tinc 1.1 (SPTPS) uses ECDH and ECDSA to do session key
exchange and authentication, in such a way that it has the perfect forward
secrecy (PFS)
2013 Sep 14
4
Elliptic curves in tinc
In the past 24 hours multiple persons have contacted me regarding the use of
elliptic curve cryptography in tinc 1.1 in light of the suspicion that the NSA
might have weakened algorithms and/or elliptic curves published by NIST.
The new protocol in tinc 1.1 (SPTPS) uses ECDH and ECDSA to do session key
exchange and authentication, in such a way that it has the perfect forward
secrecy (PFS)
2013 Jan 14
3
Inconsisten declaration of ssh_aes_ctr_iv()
Hi,
The 20130110 snapshot fails to build against OpenSSL 0.9.8 and 1.0.0
with the following error:
gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wno-pointer-sign -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fno-builtin-memset -fstack-protector-all -I. -I. -DSSHDIR=\"/tmp/foo/etc\" -D_PATH_SSH_PROGRAM=\"/tmp/foo/bin/ssh\"
2016 Dec 12
4
Dovecot 2.2.27 & windows 10 outlook (no auth attempts in 0 secs) error.
Aki Tuomi wrote:
>
> Can you do
>
> doveconf -a | grep auth_mech
>
auth_mechanisms = plain login
P.S. Seems this 2.2.24 is the last win10 compatible version (as my
testserver doesn't have win10 users and thunderbird works well), any
never version gives an error. However I didn't find any hint from
http://www.dovecot.org/list/dovecot-news/2016-July/000324.html etc.
--
2007 May 04
0
Error compiling patched pppd for zapras
....
Linux box 2.6.17-gentoo-r8 #1 SMP Tue Sep 26 13:17:23 CEST 2006 x86_64
AMD Athlon(tm) 64 Processor 3200+ GNU/Linux
gcc -4.1.1, glibc-2.4
output of make is below.
any suggestions ?
Alex
cd chat; make all
make[1]: Entering directory `/usr/src/ppp-2.4.1b2.WORKING/chat'
cc -c -O2 -g -pipe -DTERMIOS
-DSIGTYPE=void -UNO_SLEEP
-DFNDELAY=O_NDELAY -o chat.o chat.c
chat.c:215: warning: conflicting types for built-in function 'logf'
chat.c:1275:22: warning: trigraph ??) ignored, use -trigraphs to enable
cc -o chat chat.o...