jens-maus / amissl

:closed_lock_with_key: AmiSSL is the AmigaOS/MorphOS/AROS port of OpenSSL. It wraps the full functionality of OpenSSL into a full-fledged Amiga shared library that makes it possible for Amiga applications to use the full OpenSSL API through a standard Amiga shared library interface (e.g. web browsers wanting to support HTTPS, etc.)...
Apache License 2.0
88 stars 15 forks source link

Fix cert files for 4.4 #36

Closed Futaura closed 4 years ago

Futaura commented 5 years ago

In the 4.3 release, something appears to have gone wrong with the generation of the cert files in Certs. Specifically, 5ad8a5d6.0 and b0ed035a.0 both contain a complete multi-cert bundle instead of the 2 certs they should contain.

jens-maus commented 4 years ago

Hi Oliver. How did you update these certs? Did you use the dedicated script for that which automatically fetches the latest official ones?

Futaura commented 4 years ago

Yes, I used the update_certs.sh script - no major changes, although I fixed the simple bug in the script that was causing the full ca_bundle.crt file to be included and renamed as a cert file. I'm doing all the changes on Linux for now, instead of on my OS4 system, hence I could use the script :)