Displaying 11 results from an estimated 11 matches for "libopensc".
Did you mean:
libopensc2
2006 Feb 22
0
[Bug 1160] OpenSSH should use libopensc.pc instead of opensc-config
http://bugzilla.mindrot.org/show_bug.cgi?id=1160
Summary: OpenSSH should use libopensc.pc instead of opensc-config
Product: Portable OpenSSH
Version: 4.3p2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Smartcard
AssignedTo: bitbucket at mindrot.org...
2004 Dec 13
2
[Bug 964] Problem compiling openssh 3.9p1
...l/lib -s -O3 -march=i686 -Wall
-Wpointer-arith -Wno-uninitialized -L/usr/local/BerkeleyDB.4.1/lib -lpthread
-lgpm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv
/usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld:
warning: libcrypto.so.0.9.6, needed by /usr/local/lib/libopensc.so, not found
(try using -rpath or -rpath-link)
/usr/local/lib/libopensc.so: undefined reference to `des_ecb3_encrypt'
/usr/local/lib/libopensc.so: undefined reference to `des_set_key_unchecked'
collect2: ld returned 1 exit status
make: *** [ssh] Error 1
------- You are receiving this ma...
2009 Nov 20
8
[Bug 1160] OpenSSH should use libopensc.pc instead of opensc-config
https://bugzilla.mindrot.org/show_bug.cgi?id=1160
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2009-11-20 21:18:50 EST ---
Created an attachment (id=1727)
--> (https://bugzilla.mindrot.org/attachment.cgi?id=1727)
/home/dtucker/openssh/pending/openssh-opensc-configure.patch
Use pkg-config for opensc if available.
--
Configure bugmail:
2007 Nov 12
7
[Bug 1391] New: Problem compiling openssh 4.7p1
...6 -Wall -Wpointer-arith
-Wuninitialized -Wsign-compare -std=gnu99
-L/usr/local/BerkeleyDB.4.1/lib -lpthread -lgpm -lgssapi_krb5 -lkrb5
-lk5crypto -lcom_err -lresolv
/usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld:
warning: libcrypto.so.0.9.6, needed by /usr/local/lib/libopensc.so, not
found (try using -rpath or -rpath-link)
/usr/lib/libncurses.so.5: undefined reference to `SP'
/usr/lib/libncurses.so.5: undefined reference to `_nc_set_buffer'
/usr/lib/libncurses.so.5: undefined reference to `tparm'
/usr/lib/libncurses.so.5: undefined reference to `_nc_globals&...
2010 Jan 06
2
smart cards (was: OpenSSH daemon security bug?)
...Hints from the client can't be trusted either.
PKCS#11 is a well known, mature interface for interacting with cryptographic objects, there has been a patch for OpenSSH out there for years but no interest whatsoever to integrate it. Instead, OpenSSH directly links in an incomplete way against libopensc (OpenSC). OpenSC does not encourage linking against libopensc unless there is a reason to do it, which OpenSSH does not seem to have. It also limits OpenSSH smartcard support to only the set of cards supported by OpenSC (there are more PKCS#11 libraries out there)
Martin, OpenSC dev.
--
Martin P...
2017 Jun 23
5
OpenSSL 1.1 support status : what next?
...h to OpenSSL-1.1. Rather then writing
a shim for OpenSSL-1.1, the OpenSC code has been converted to
the OpenSSL-1.1 API and a sc-ossl-compat.h" file consisting of defines and
macros was written to support older versions of OpenSSL and Libressl.
https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/sc-ossl-compat.h
The nice part of this approach is when using OpenSSL-1.1 sc-ossl-compat.h
does not do anything. It sole purpose to provide calls to the older APIs
that are not going to change and eventually the sc-ossl-compat.h could be
removed.
Only the OpenSSL routines used by OpenSC have adde...
2017 Jun 24
2
OpenSSL 1.1 support status : what next?
...m for OpenSSL-1.1, the OpenSC code has been converted to
> > the OpenSSL-1.1 API and a sc-ossl-compat.h" file consisting of defines and
> > macros was written to support older versions of OpenSSL and Libressl.
> >
> > https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/sc-ossl-compat.h
> >
> > The nice part of this approach is when using OpenSSL-1.1 sc-ossl-compat.h
> > does not do anything. It sole purpose to provide calls to the older APIs
> > that are not going to change and eventually the sc-ossl-compat.h could be
> > remove...
2008 Aug 16
21
[Bug 1506] New: rationalize agent behavior on smartcard removal/reattachment
https://bugzilla.mindrot.org/show_bug.cgi?id=1506
Summary: rationalize agent behavior on smartcard
removal/reattachment
Product: Portable OpenSSH
Version: 5.1p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Smartcard
AssignedTo:
2011 Feb 02
9
[Bug 1852] New: Jail Root SCP not workling
https://bugzilla.mindrot.org/show_bug.cgi?id=1852
Summary: Jail Root SCP not workling
Product: Portable OpenSSH
Version: 5.1p1
Platform: amd64
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: scp
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: fr.fr at vr-web.de
2009 Jul 31
112
[Bug 1626] New: Bugs intended to be fixed in 5.4
https://bugzilla.mindrot.org/show_bug.cgi?id=1626
Summary: Bugs intended to be fixed in 5.4
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: unassigned-bugs at mindrot.org
2017 Jun 23
2
OpenSSL 1.1 support status : what next?
Hello Ingo,
On Fri, Jun 23, 2017 at 1:26 AM, Ingo Schwarze <schwarze at usta.de> wrote:
>
> Hi Emmanuel,
>
> Emmanuel Deloget wrote on Fri, Jun 23, 2017 at 12:26:47AM +0200:
>
> > * the openssl team has no real incentive to propose a shim ;
>
> If major application projects refuse to support their new release,
> thus putting pressure on operating system