Sc-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K (Links)
K (Links: merge)
Zeile 87: Zeile 87:
  
 
==Links==
 
==Links==
{|
+
# [http://www.openssl.org OpenSSL Project Homepage]
| [1]
+
| http://www.openssl.org
+
| OpenSSL Project Homepage
+
|}[[Kategorie:Plugins]]
+
  
 +
[[Kategorie:Plugins]]
 
{{i18n|sc-plugin}}
 
{{i18n|sc-plugin}}

Version vom 4. April 2006, 20:15 Uhr

Inhaltsverzeichnis

Beschreibung

Hinweis
Hinweis

Benutzung und die Weitergabe dieses Plugins sind in vielen Ländern, wie zum Beispiel Deutschland, verboten!


Bilder

Einstellungen

Hardwareanforderungen

SC kann über die Serielle Schnittstelle auf eine Multimouse AVR zugreifen. Es ersetzt somit ein Common Interface (CI) das für verschlüsselte Sender benötigt wird.

Softwareanforderungen

  • openssl

Installation

cd $SOURCEDIR
tar xvzf openssl-<VERSION>.tar.gz
cd openssl-<VERSION>
./config shared
make
make install
ldconfig

Optionen

IRDETO=1 to enable Irdeto/Betacrypt support
SECA=1 to enable Seca support (needs libcrypto)
VIACCESS=1 to enable Viaccess support
NAGRA=1 to enable Nagra support (needs libcrypto)
CONAX=1 to enable Conax support (needs libcrypto)
SHL=1 to enable @SHL (SkyCrypt) support (needs libcrypto)
CONSTCW=1 to enable constant CW support
SC_SECA=1 to enable Seca smartcard support (needs Phoenix ISO interface)
SC_CRYPTOWORKS=1 to enable Cryptoworks smartcard support (needs Phoenix ISO interface)
SC_IRDETO=1 to enable Irdeto smartcard support (needs Phoenix ISO interface)
SC_CONAX=1 to enable Conax smartcard support (needs Phoenix ISO interface)
SC_VIACCESS=1 to enable Viaccess smartcard support (needs Phoenix ISO interface)
CARDCLIENT=1 to enable cardserver clients (needs libcrypto)
DBG=1 to compile with debugging information
DEFAULT_PORT='"/dev/ttyS0",0,0' If you want to add a default smartcard interface at compile time use the make option


Parameter

Parameter (kurz) Parameter (lang) Beschreibung
-I --inverse-cd use inverse CD detection for the next serial device
-R --inverse-rst use inverse RESET for the next serial device
-s DEV --serial=DEV activate Phoenix ISO interface on serial device DEV (default: none)
-d CMD --dialup=CMD call CMD to start/stop dialup-network (default: none)
-t SECS --timeout=SECS shutdown timeout for dialup-network (default: 60 secs)


Links

  1. OpenSSL Project Homepage
In anderen Sprachen