Displaying 7 results from an estimated 7 matches for "do_cipher".
Did you mean:
decipher
2015 Jun 02
2
Call for testing: OpenSSH 6.9
On Tue, 2 Jun 2015, Ron Frederick wrote:
> > The privsep chroot path is specified at build time (./configure --with-privsep-path if you want to change it).
>
> Ok, thanks. I?ve re-run the tests on Linux with --sysconfdir=/etc/ssh
> --with-privsep-path=/var/run, and I no longer see either of the issues
> mentioned above. With the above config option, all tests passed for me
>
2013 Jan 18
0
Inconsisten declaration of ssh_aes_ctr_iv() (fwd)
...Fri, 18 Jan 2013 10:19:35 +1100 (EST)
From: Damien Miller <djm at mindrot.org>
To: Iain Morgan <Iain.Morgan at nasa.gov>
Subject: Re: Inconsisten declaration of ssh_aes_ctr_iv()
On Thu, 17 Jan 2013, Iain Morgan wrote:
> > Could you tell me the declaration of the function pointer do_cipher in
> > OpenSSL's evp.h on your system and the the OPENSSL_VERSION_NUMBER from
> > opensslv.h?
>
> % grep -A1 do_cipher /usr/include/openssl/evp.h
> int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out,
> const unsigned char *in, size_t inl);/* encrypt/decrypt d...
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\"
2002 Mar 08
1
Problems with Solaris 8 and OpenSSH 3.1p1
When compiling the software it breaks with an error on the cipher.c file.
Lot's of warnings and error of undeclared stuff.
Snippet follows:
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.
-I/usr/local/ssl/include -Iyes -I/usr/local/include -DSSHDIR=\"/etc\"
-D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\"
2015 Jun 02
3
[Bug 2407] New: OpenSSH uses deprecated APIs on MacOS
...ipher-3des1.c:152:22: warning: incompatible pointer types assigning to
'int
(*)(EVP_CIPHER_CTX *, unsigned char *, const unsigned char *,
unsigned
int)' from 'int (EVP_CIPHER_CTX *, u_char *, const u_char *,
size_t)'
[-Wincompatible-pointer-types]
ssh1_3des.do_cipher = ssh1_3des_cbc;
^ ~~~~~~~~~~~~~
I've attached the complete output from the compile and running the
tests.
Despite all these warnings, the tests all passed in the end.
--
You are receiving this mail because:
You are watching the assignee of the bug.
2013 Jan 17
1
Fwd: Re: Inconsisten declaration of ssh_aes_ctr_iv()
...; cipher-ctr.c: In function ?evp_aes_128_ctr?:
> > cipher-ctr.c:138: warning: assignment from incompatible pointer type
>
> That's weird - we try to get that type right based on the installed
> OpenSSL version.
>
> Could you tell me the declaration of the function pointer do_cipher in
> OpenSSL's evp.h on your system and the the OPENSSL_VERSION_NUMBER from
> opensslv.h?
% grep -A1 do_cipher /usr/include/openssl/evp.h
int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out,
const unsigned char *in, size_t inl);/* encrypt/decrypt data */
% grep OPENSSL_VERSION...
2002 Jul 04
4
With bounds checking patch for gcc-3.1 problems if using AES
Hello developers,
some informations before I come to the problem:
At work we're using Open-SSH 3.4p1 under Solaris 8. I compiled the
Open-SSH by myself with gcc-3.1. In the gcc is the bounds checking patch
included
(http://web.inter.nl.net/hcc/Haj.Ten.Brugge/bounds-checking-gcc-3.1-1.01.patch.bz2).
With this patch I compiled:
- prngd 0.9.25
- zlib 1.1.4
- Open-SSL 0.9.6d
Everything