New submission from geremy condra <debat...@gmail.com>:

Python's hashlib and ssl modules currently leverage OpenSSL to provide 
developers with access to cryptographic hash and TLS routines, but 
encryption/decryption and signature/verification support are still missing. I 
propose the addition of an easy-to-use crypto module modeled after Evpy[0] to 
remedy this.

----------
components: Library (Lib)
messages: 107813
nosy: debatem1
priority: normal
severity: normal
status: open
title: add encryption/decryption/signature/verification routines to stdlib
type: feature request
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8998>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to