Page 3 of 6

OsCam Changelots

Posted: 11 Aug 2024, 11:59
by Hannibal_Lecter
New Update:11.08.2024

Changeset 11815 (dae3722d)

Reduce upx output as it floods the buildlog

* Reduce upx output as it floods the buildlog..

Thx WXbet

OsCam Changelots

Posted: 18 Aug 2024, 07:38
by Hannibal_Lecter
11816-8605641b

18.08.2024

* build process changes

* new build option WITH_SIGNING supported by make and cmake

* create CA certificate (`config.sh --create-cert`) or use own pre-built certificate (`config.sh --add-cert`)

* embed certificate as `config_cert` variable to config.c (`config.sh --make-config.mak`)

* sign SHA1 hash of binary with private key after build

* append signature to binary (upx binaries are supported as well)

* build process uses the new options in config.sh (--create-cert, --add-cert, --cert-file, --cert-info, --sign-marker)

* runtime signature verification

* extract public key from built-in certificate

* read signature from running binary

* verify SHA1 hash of running binary with extracted public key against signature

* stop running oscam if the verification process fails

* runtime certificate/signature information

* oscam startlog informs about signature verification status and certificate validity

* oscam.version shows signature and certificate details

thanks WXbet

OsCam Changelots

Posted: 19 Aug 2024, 06:32
by Hannibal_Lecter
New Release

New Update:18.08.2024

Changeset 11817 (13be65d9)

signing: exclude oscam-signing.* from cmake build

if WITH_SIGNING is disabled..

Thx WXbet

Re: OsCam Changelots

Posted: 23 Aug 2024, 09:22
by Hannibal_Lecter
New Update:23.08.2024

Changeset 11768 (61faa60d)

Several bugs fix

* Give back msglog when ECM is "found"..

* Fix bug where some log messages were overwritten when compile with CacheEX enabled..

* Fix HD04H entitlements expire date display and formatting some codes...

Thx ohmza

Re: OsCam Changelots

Posted: 23 Aug 2024, 12:18
by Hannibal_Lecter
New Update:23.08.2024

Changeset 11818 (f06e0001)

Several bugs fix

* Give back msglog when ECM is "found"..

* Fix bug where some log messages were overwritten when compile with CacheEX enabled..

* Fix HD04H entitlements expire date display and formatting some codes...

Thx ohmza

Re: OsCam Changelots

Posted: 27 Aug 2024, 17:19
by Hannibal_Lecter
New Update: 27.08.2024

Changeset 11820 (b40199c9)

streamrelay: Force disconnect stream when no data from source

- this eliminates the 30 sec tuner release timeout when switching to streamrelay channels that are not currently broadcasting a program..

Thx WXbet

Re: OsCam Changelots

Posted: 30 Aug 2024, 06:48
by Hannibal_Lecter
New Update:30.08.2024
Changeset 11821 (2f254159)

- streamrelay: option to adjust reconnection attempts..

Thx WXbet

Re: OsCam Changelots

Posted: 31 Aug 2024, 12:38
by Hannibal_Lecter
11822-a2d6b68b
31.08.2024

* Display info when ECM processing returns error for T0 irdeto card

thanks ohmza

Re: OsCam Changelots

Posted: 01 Sep 2024, 10:52
by Hannibal_Lecter
11823-77276d30
01.09.2024

* Fix Fransat V7 ECM error on UHD channel and code formatting

thanks ohmza

Re: OsCam Changelots

Posted: 10 Sep 2024, 05:38
by Hannibal_Lecter
11826-fd5278ca

09.09.2024

signing: fix clang errors

- remove logical comparison warning

- transform gcc's nested to static function

- change most of signing functions to static


Co-authored-by: @Bust3D

thanks WXbet