search for: cipher_set_keycontext

Displaying 8 results from an estimated 8 matches for "cipher_set_keycontext".

Did you mean: cipher_get_keycontext
2011 Sep 07
0
cipher_get_keycontext() and cipher_set_keycontext() copying OpenSSL RC4 cryptographic state
...all an engine specific interface to perform the copy, if required by the engine, ensuring that the cipher_data is copied correctly. It's unclear exactly how EVP_CIPHER_CTX_copy() can be used in the OpenSSH code. It's unclear to me exactly under which situations cipher_get_keycontext() and cipher_set_keycontext() will be called. Can someone provide me with some instructions on how I could configure an OpenSSH linux installation to verify this will be an issue when using an engine? Once I have verified this is an issue I will file a bug. Thanks Rob -- Robert Dugal Team Lead SSL & PKI Group Certicom...
2002 Jun 29
0
[Bug 320] New: Cannot build 3.4p1
...10: for each function it appears in.) cipher.c: In function `cipher_set_keyiv': cipher.c:667: `__func__' undeclared (first use in this function) cipher.c: In function `cipher_get_keycontext': cipher.c:706: warning: comparison of distinct pointer types lacks a cast cipher.c: In function `cipher_set_keycontext': cipher.c:721: warning: comparison of distinct pointer types lacks a cast make: *** [cipher.o] Error 1 It may be that I have done something wrong but it may also be that there is a problem with the tgz file. ------- You are receiving this mail because: ------- You are the assignee for the...
2002 Oct 09
0
openssh-3.5p1 snap ok on RHL73
...) on RHL73. Works quite nicely so far. I noticed a few compile warnings, though: cipher.c:73: warning: initialization from incompatible pointer type cipher.c: In function `cipher_get_keycontext': cipher.c:721: warning: comparison of distinct pointer types lacks a cast cipher.c: In function `cipher_set_keycontext': cipher.c:736: warning: comparison of distinct pointer types lacks a cast mac.c:42: warning: initialization from incompatible pointer type mac.c:43: warning: initialization from incompatible pointer type mac.c:44: warning: initialization from incompatible pointer type mac.c:45: warning: initi...
2003 Sep 22
1
[Bug 704] 3.7.1p1 does not compile on FreeBSD 4.2
...on `cipher_init': cipher.c:230: warning: assignment discards qualifiers from pointer target type cipher.c:209: warning: unused variable `klen' cipher.c: In function `cipher_get_keycontext': cipher.c:403: warning: comparison of distinct pointer types lacks a cast cipher.c: In function `cipher_set_keycontext': cipher.c:418: warning: comparison of distinct pointer types lacks a cast gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -DSSHDIR=\"/usr/loc al/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAUL T=\"/usr/local/libexec/ssh-askpas...
2003 Sep 18
1
[Bug 675] cipher.c error when building against openssl 0.9.5a on Mandrake 7.2
...tion `cipher_init': cipher.c:230: warning: assignment discards qualifiers from pointer target type cipher.c:209: warning: unused variable `klen' cipher.c: In function `cipher_get_keycontext': cipher.c:403: warning: comparison of distinct pointer types lacks a cast cipher.c: In function `cipher_set_keycontext': cipher.c:418: warning: comparison of distinct pointer types lacks a cast gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\&q...
2003 Sep 19
6
[Bug 685] cipher.c error when building against OpenSSL 0.9.7b on RedHat 7.3
...ent is not constant cipher.c:94: error: (near initialization for `ciphers[15]') cipher.c: In function `cipher_get_keycontext': cipher.c:403: warning: comparison of distinct pointer types lacks a cast cipher.c:407: error: structure has no member named `cipher_data' cipher.c: In function `cipher_set_keycontext': cipher.c:418: warning: comparison of distinct pointer types lacks a cast cipher.c:420: error: structure has no member named `cipher_data' make: *** [cipher.o] Error 1 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2016 Feb 29
5
Announce: OpenSSH 7.2 released
OpenSSH 7.2 has just been released. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol 2.0 implementation and includes sftp client and server support. OpenSSH also includes transitional support for the legacy SSH 1.3 and 1.5 protocols that may be enabled at compile-time. Once again, we would like to thank the OpenSSH community
2002 Jul 17
13
Testing Call
Ok.. I'm starting official testing calls early this release. I'd like to have more feedback and more time for handling fixes. If people could test snapshots (http://www.openssh.org/portable.html, pick your favorate mirror and select snapshots directory) and report failures it would be useful. For those with pmake install there is regress/ which you can try out. It may help any platform