OS4 DepotLogo by Marko 
(anonymous IP: 3.135.219.166,2194) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (924)
   o Video (69)

Total files: 4367

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Library » Misc » pythonssl_amissl5.lha

pythonssl_amissl5

Description: pythonssl using the AmiSSL5
Download: pythonssl_amissl5.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 104kb
Version: 2.4
Date: 25 Jan 2024
Author: Python Software Foundation (adapted by Andy Broad and George Sokianos)
Submitter: George Sokianos
Requirements: AmiSSL 5
Category: library/misc
License: Other
Distribute: yes
Min OS Version: 4.1
FileID: 12807
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 101  (Current version)
101  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
This is a build of the _ssl.so python module missing
from the current version of python supplied with 
AmigaOS (4.1 FE Update 1)

It intended as a temporary and unofficial fix only.

This build has been linked against AmiSSL rather than against 
libopenssl. This has some advantages in so far as there won't be any
problems tracking down the relavent opennssl sobjs but it did
require to build replacement socket and select modules.


# INSTALLATION

Backup the files
Python:Lib/lib-dynload/_socket.so
Python:Lib/lib-dynload/select.so

Copy the new files files 
copy _ssl.so to Python:Lib/lib-dynload/_ssl.so
copy _socket.so to Python:Lib/lib-dynload/_socket.so
copy select.so to Python:Lib/lib-dynload/select.so


# SOURCE

This is based on Andy's Broad code (up to v2.3), which was part
of the release. This release includes also the changes in case
someone would like to improve them in the future.


# Changelog
## 2.4 - (2024-01-23)
###
- Added makefile

### Changed
- Compiled with gcc 11
- Compiled with AmiSSL 5.13
- Removed the `make_ssl_socket_bsd`

### Fixed
- Fixed all the compiler warnings

## 2.3 - (2021-02-19)

Compiled by Andy Broad (andy()broad.ology.org.uk)

- Build against AmiSSL version 4.7
- Now includes version string in updated files
- From version 2.3 the version string is really there!
- Also the variable _ssl.PYTHONSSL_VERSION has been added to
  the _ssl module. (Always import socket before import _ssl 
  to test this variable)



File Version Size Date OS Dls Readme
pythonssl_amissl4.lha2.3103kb19 Feb 20214.1320¤ Pythonssl_amissl4 - AmiSSL 4 based Python SSL Module
Copyright © 2004-2024 by Björn Hagström All Rights Reserved