Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

md5 and sha1 modules should use openssl implementation #40486

Closed
gpshead opened this issue Jun 30, 2004 · 2 comments
Closed

md5 and sha1 modules should use openssl implementation #40486

gpshead opened this issue Jun 30, 2004 · 2 comments
Labels
extension-modules C modules in the Modules dir type-feature A feature request or enhancement

Comments

@gpshead
Copy link
Member

gpshead commented Jun 30, 2004

BPO 983069
Nosy @gpshead

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2005-08-21.18:57:26.000>
created_at = <Date 2004-06-30.22:50:34.000>
labels = ['extension-modules', 'type-feature']
title = 'md5 and sha1 modules should use openssl implementation'
updated_at = <Date 2005-08-21.18:57:26.000>
user = 'https://github.com/gpshead'

bugs.python.org fields:

activity = <Date 2005-08-21.18:57:26.000>
actor = 'gregory.p.smith'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2004-06-30.22:50:34.000>
creator = 'gregory.p.smith'
dependencies = []
files = []
hgrepos = []
issue_num = 983069
keywords = []
message_count = 2.0
messages = ['54186', '54187']
nosy_count = 1.0
nosy_names = ['gregory.p.smith']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue983069'
versions = []

@gpshead
Copy link
Member Author

gpshead commented Jun 30, 2004

the MD5 and SHA-1 modules should use the OpenSSL
library to perform the hashing when it is available
(always these days; python ships with basic ssl socket
support using openssl).

OpenSSL includes and keeps up with highly optimized
versions of the hash algorithms for various
architectures. They should always perform the same or
better than the python shamodule and md5module
implementations.

@gpshead gpshead closed this as completed Jun 30, 2004
@gpshead gpshead added extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Jun 30, 2004
@gpshead gpshead closed this as completed Jun 30, 2004
@gpshead gpshead added the extension-modules C modules in the Modules dir label Jun 30, 2004
@gpshead
Copy link
Member Author

gpshead commented Aug 21, 2005

Logged In: YES
user_id=413

hashlib module supporting this has been committed to python
cvs head.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension-modules C modules in the Modules dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant