Displaying 20 results from an estimated 100 matches similar to: "ssh_SSLeay_add_all_algorithms()"
2011 Sep 06
2
mac_int() does not call HMAC_CTX_init()
Last year I sent the email below describing a bug in openssh 5.6p1.
I just noticed this bug still exists in 5.9p1.
Probably my earlier email was treated as spam because it was in HTML format.
--
Robert Dugal Team Lead SSL & PKI Group
Certicom Corp. A Subsidiary of Research In Motion
4701 Tahoe Blvd., Building A
Mississauga, ON
L4W 0B5
2011 Sep 07
0
cipher_get_keycontext() and cipher_set_keycontext() copying OpenSSL RC4 cryptographic state
These two functions in cipher.c (I have looked at openssh5.8p1 & openssh5.9p1) copy the internal cryptographic state of an OpenSSL RC4 encryption/decryption context using simple memcpy().
This code also copies the state when evptype is EVP_acss, which I am unfamiliar with.
This code appears to works fine when using the builtin crypto of OpenSSL 1.0.0d.
However, I have been doing some work
2005 Nov 20
0
[PATCH] Optionally enable OpenSSL hardware support
Hi all.
While on the subject of the OpenSSL interface, this patch optionally
enables OpenSSL's ENGINE support at build time.
Apply to a snapshot, autoreconf and "./configure --with-ssl-engine".
Testing (esp. with a real hardware engine) would be appreciated.
Index: INSTALL
===================================================================
RCS file:
2011 Sep 07
5
[Bug 1934] New: mac_init() calls HMAC_Init() without previously having called HMAC_CTX_init().
https://bugzilla.mindrot.org/show_bug.cgi?id=1934
Bug #: 1934
Summary: mac_init() calls HMAC_Init() without previously having
called HMAC_CTX_init().
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
2004 Jun 30
3
OpenSSL ENIGNE support for OpenSSH
Hi all,
attached is a patch that enables using hardware crypto accelerators
available through OpenSSL library for SSH operations. Especially in
ssh/sshd it can bring a significant speed improvement. OTOH if no crypto
engine is available, nothing bad happens and default software crypto
routines are used.
This patch is used in SUSE Linux OpenSSH package and proved to work (at
least it didn't
2002 Nov 28
1
Documentation for SSLeay_add_all_algorithms
Hello,
I am looking into the ssh sources. I couldn't get docs for
SSLeay_add_all_algorithms. I tried for this in openssl.org. Can someone
give some pointers for documents, which can tell how to use the SSL
functions used in the ssh sources and what they do??
thanks
kapil
2007 Sep 28
5
Problem with FlexLM licensing
I'm trying to run up ModelSim (a commercial simulator for hardware
description languages), which is licensed on FlexLM, using the hard disk
number. This program isn't listed in the apps database.
I have a valid license, and the Flex tools are correctly identifying,
under Wine, that there's a licence and that it's valid. They find the
appropriate env variable, identify the
2008 Feb 04
8
[Bug 1437] New: OpenSSL engine support not enabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1437
Summary: OpenSSL engine support not enabled
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: bitbucket at
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
I am having trouble figuring out how to build openssh-5.8p1 for QNX 6.5. I am trying to build on linux, cross-compiling for armv7.
If I configure like this:
configure CC=ntoarmv7-gcc --host=i686-pc-linux-gnu --target=arm-unknown-nto-qnx6.5.0
then I get these errors:
sshconnect.o: In function `timeout_connect':
sshconnect.c:(.text+0x778): undefined reference to
2006 Mar 14
2
Problem compiling openssh-4.3p2 w/ openssl.0.9.8a on FC3
Hi there,
I have tried compiling OpenSSH 4.3p2 using the following steps:
Upgrade OpenSSL
tar xvfz openssl-0.9.8a.tar.gz
cd openssl-0.9.8a
./config
make
make install
Upgrade zlib
tar xvfz zlib-1.2.3.tar.gz
./configure
make test
make install
Upgrade OpenSSH
tar xvfz openssh-4.3p2.tar.gz
cd openssh-4.3p2.tar.gz
./configure --with-tcp-wrappers --with-ssl-dir=/usr/local/ssl
2003 Jun 02
1
Help with compilation problems
Hi,
I am trying to install tinc-1.0pre8 on my RH 9.0 (kernel 2.4.20-13.9)
system. I have already installed Openssl (v0.9.7a).
When i try to run the ./configure script, it stops at the follwing check
---SNIP--
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking for SHA1_version in -lcrypto... yes
checking for RAND_pseudo_bytes... yes
checking for
2011 Mar 26
11
[Bug 1882] New: Since 5.7p1 OpenSSH doesn't take advantage of OpenSSL hardware engine
https://bugzilla.mindrot.org/show_bug.cgi?id=1882
Summary: Since 5.7p1 OpenSSH doesn't take advantage of OpenSSL
hardware engine
Product: Portable OpenSSH
Version: 5.7p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo:
2002 Jun 27
1
OpenSSH 3.3p1 on SunOS 4.1.4
Hi,
I just installed OpenSSH 3.3p1 on a SunOS 4.1.4 system (actually a
3-year old Auspex file server) as a replacement for an older, probably
vulnerable ssh version.
I used gcc, openssl 0.9.6d, zlib 1.1.4 and the configure incantation
./configure --with-tcp-wrappers --with-privsep-user=privsep
(the latter option obviously being the default value).
There were two problems: (a) memmove seems
2012 Dec 14
1
SSH 5.8p1 hang in kernel mode / AIX 7.1
Hello,
An AIX machine runs a program that forks ssh client in order to
launch commands on a remote. I'm first seting up a Master connection
with a ControlPath, then using that connection to launch various
commands on the remote, and killing the master by issuing a
"-O exit" command.
SSH client version on that machine is :
# ssh -V
OpenSSH_5.8p1, OpenSSL 0.9.8r 8 Feb 2011
#
2000 Aug 02
1
load_private_key hell
NOTE: If you know how to properly use load_private_key for dsa keys and
NOTE: don't want to read my long post, simply reply with that info and
NOTE: I will really appreciate it. thanks.
I've been playing with the source code and trying to create extra
apps. All has been going well except the fact that I can't load a dsa
private key. To highlight my problem I stole some code
2009 Jul 08
4
Feature request: "SetupCommand" invoked before connecting
Hi,
(I'm not subscribed to the list, so please CC me on reply.)
I'd like to request adding a feature to OpenSSH:
Task:
~~~~~
It is quite sometime useful to invoke a program prior to connecting to
an ssh server. The most common use case will probably be port knocking.
That is a small program sends certain packets to a server and the server
reacts to this by unlocking the ssh port, which
2003 Sep 10
3
[PATCH] No extern declarations of optarg & co if getopt.h is available
Hi,
I have a problem with the extern declarations of optarg, optind, etc.
We're currently moving getopt from being a statically linked function
to a dynamically linked function as part of the Cygwin DLL. On Windows,
this requires to generate special symbols (__imp__optarg, etc.), which
is done by marking the exported variables in the corresponding header.
Instead of
extern char *optarg;
2001 Apr 30
0
hostname as static link
I'm in the process of installing OpenSSH-2.5.1p1 on a cluster of
machines. One of the aspects of a previous (non-OpenSSH) version of
ssh that I had been using was its ability to tolerate soft links to
it. Thus, one could set up
# ln -s /usr/bin/ssh /usr/local/bin/machine
and thereafter type just 'machine' to connect to that host. This
version of OpenSSH doesn't appear to
2011 Aug 03
0
OpenSSH and FIPS 140-2
Does anyone knows why in some OpenSSH patches for FIPS we have something like:
SSLeay_add_all_algorithms();
if (FIPS_mode() && !FIPSCHECK_verify(NULL, NULL)) {
fprintf(stderr,
"FIPS integrity verification test failed.\n");
exit(3);
}
This block of code is always in main() soon after starting
service/client. Why are they
2017 Nov 16
0
[PATCH] [libshout] tls: compile with OpenSSL 1.1.0
The init functions are not longer required in OpenSSL 1.1 so I dropped
them.
TLSv1_client_method() should not be used because it enables only the
TLSv1.0 protocol. Better is to use SSLv23_client_method() which enable
all the protocols including TLSv1.2. With this functions SSLv2 and SSLv3
is theoretically possible but as of today those protocols are usually
build-time disabled.
To avoid all this