pyOpenSSL hosts its code at https://github.com/pyca/pyopenssl.git.
You can learn more at the project's web page.
Launchpad imports the master branch and you can create branches from it.
bzr branch lp://staging/pyopenssl
There are download files available for pyOpenSSL.
pyOpenSSL has 6 active reviews. See all merge proposals.
pyOpenSSL has 60 active branches owned by 30 people and 2 teams. There were 0 commits in the last month.
Bazaar branches
Name | Status | Last Modified | Last Commit | |
---|---|---|---|---|
lp://staging/ Series: main |
1 Development | 2014-03-27 20:02:37 UTC |
196.
Merge pull request #78 from pyca/tsaf...
Author:
Jean-Paul Calderone
Merge pull request #78 from pyca/tsafe-apply-48 Replace the usage of `apply` in OpenSSL.tsafe with regular function call syntax. |
|
lp://staging/ |
1 Development | 2015-03-27 18:00:48 UTC |
1.
imported pyOpenSSL 0.14 from tarball
Author:
Ricardo Kirkner
imported pyOpenSSL 0.14 from tarball |
|
lp://staging/ |
1 Development | 2014-01-08 21:59:03 UTC |
269.
This is another one that is missing o...
Author:
Jean-Paul Calderone
This is another one that is missing on OSX |
|
lp://staging/ |
1 Development | 2014-01-08 14:12:22 UTC |
172.
Make SSL_OP_MSIE_SSLV2_RSA_PADDING op...
Author:
sileht
Make SSL_OP_ Since 0.9.7h SSL_OP_ This patch make it opentionnal Closes bug #1266521 |
|
lp://staging/ |
1 Development | 2013-10-30 20:58:49 UTC |
170.
Add regression test for bug #1211834.
Author:
Sebastian Rahlf
Add regression test for bug #1211834. |
|
lp://staging/ |
1 Development | 2013-10-28 11:12:58 UTC |
171.
various fixing for the patch "minor p...
Author:
Giovanni Pellerano
various fixing for the patch "minor patch to allow the use of PFS (Perfect Forward Secrecy) ciphers": |
|
lp://staging/ |
0 Experimental | 2013-10-10 15:45:24 UTC |
170.
Merged mainline
Author:
Anthony Uk / dataway GmbH
Merged mainline |
|
lp://staging/ |
1 Development | 2013-10-06 12:58:04 UTC |
171.
Add support for negotiating TLSv1_1 o...
Author:
Jean-Paul Calderone
Add support for negotiating TLSv1_1 or TLSv1_2 |
|
lp://staging/ |
1 Development | 2013-09-01 15:09:17 UTC |
166.
Bump documentation version and regene...
Author:
Jean-Paul Calderone
Bump documentation version and regenerate for 0.13.1 |
|
lp://staging/ |
1 Development | 2013-08-11 18:19:01 UTC |
170.
Fix handling of NULL bytes inside sub...
Author:
Christian Heimes
Fix handling of NULL bytes inside subjectAltName general names, CVE-2013-4073. |
|
lp://staging/ |
1 Development | 2012-10-21 08:14:09 UTC |
185.
Check for exception.
Author:
André Cruz
Check for exception. |
|
lp://staging/ |
1 Development | 2012-10-21 00:20:19 UTC |
180.
Check and require that bytes are retu...
Author:
Jean-Paul Calderone
Check and require that bytes are returned in the tuple returned by the psk client callback |
|
lp://staging/ |
1 Development | 2012-10-03 19:04:15 UTC |
170.
Merge from main branch
Author:
Space Monkey
Merge from main branch |
|
lp://staging/ |
1 Development | 2012-09-20 20:53:31 UTC |
171.
Add debian packaging directives
Author:
tom metge
Add debian packaging directives |
|
lp://staging/ |
1 Development | 2012-08-12 20:05:37 UTC |
168.
Started wrapping of the BIO abstracti...
Author:
Torsten Landschoff
Started wrapping of the BIO abstraction of I/O so far that a trivial example now works. |
|
lp://staging/ |
1 Development | 2012-06-13 22:09:05 UTC |
170.
Add sentinel to memberlist. Fixes OSX...
Author:
tom metge
Add sentinel to memberlist. Fixes OSX crash. |
|
lp://staging/ |
1 Development | 2012-05-18 00:48:39 UTC |
178.
rename get0 -> get, add proper test s...
Author:
Pavel Pergamenshchik
rename get0 -> get, add proper test skipping |
|
lp://staging/ |
1 Development | 2012-04-14 21:44:17 UTC |
167.
Release the GIL around RSA and DSA ke...
Author:
Jean-Paul Calderone
Release the GIL around RSA and DSA key generation. |
|
lp://staging/ |
1 Development | 2012-04-12 13:04:37 UTC |
168.
Add load_builtin_engines()
Add call ...
Author:
sam
Add load_builtin_ Add call for load_builtin_ |
|
lp://staging/ |
1 Development | 2012-02-17 01:06:38 UTC |
166.
Fix shutdown call for new socket inte...
Author:
Rémy Roy
Fix shutdown call for new socket interface in Python 2.7. |
|
lp://staging/ |
1 Development | 2012-02-16 19:49:54 UTC |
169.
Add sphinx docs for new methods
Author:
Jean-Paul Calderone
Add sphinx docs for new methods |
|
lp://staging/ |
1 Development | 2012-02-13 13:42:43 UTC |
171.
Catch up with trunk, including the me...
Author:
Jean-Paul Calderone
Catch up with trunk, including the merged version of set_session_ |
|
lp://staging/ |
1 Development | 2012-02-10 13:44:03 UTC |
165.
add ifdefs so this will build with ol...
Author:
Myers Carpenter
add ifdefs so this will build with older versions of openssl |
|
lp://staging/ |
1 Development | 2012-01-19 14:38:29 UTC |
166.
updated version in setup.py
Author:
stepankk
updated version in setup.py |
|
lp://staging/ |
1 Development | 2012-01-16 10:36:28 UTC |
166.
updated version in setup.py
Author:
stepankk
updated version in setup.py |
|
lp://staging/ |
1 Development | 2012-01-12 14:12:34 UTC | This branch has not been pushed to yet. | |
lp://staging/ |
0 Experimental | 2011-09-14 02:54:59 UTC | This branch has not been pushed to yet. | |
lp://staging/ |
1 Development | 2011-06-29 16:19:13 UTC |
157.
PKey.modulus, from the rsa-check-2 br...
Author:
Jean-Paul Calderone
PKey.modulus, from the rsa-check-2 branch, mostly implemented by Rick Dean |
|
lp://staging/ |
1 Development | 2011-06-12 21:52:11 UTC |
156.
Apply rick_dean's check patch, plus s...
Author:
Jean-Paul Calderone
Apply rick_dean's check patch, plus some modifications. |
|
lp://staging/ |
1 Development | 2011-05-26 01:50:47 UTC |
154.
This test passes in a nice way
Author:
Jean-Paul Calderone
This test passes in a nice way |
|
lp://staging/ |
1 Development | 2011-05-11 00:37:55 UTC |
92.
Use the sha module if the hashlib mod...
Author:
Jean-Paul Calderone
Use the sha module if the hashlib module is not available |
|
lp://staging/ |
1 Development | 2011-05-09 19:25:34 UTC |
151.
Add inital crypto.dump_publickey.
Author:
Adi Roiban
Add inital crypto. |
|
lp://staging/ |
1 Development | 2011-01-30 06:12:18 UTC |
140.
Merge send-memoryview
Author:
Jean-Paul Calderone
Merge send-memoryview |
|
lp://staging/ |
2 Mature | 2010-12-09 05:56:50 UTC |
140.
Provide support for RC4 ciphers.
Author:
njoyce
Provide support for RC4 ciphers. |
|
lp://staging/ |
1 Development | 2010-11-08 21:50:40 UTC |
140.
Add a new get_issuer method on CRL ob...
Author:
Olivier Hervieu
Add a new get_issuer method on CRL object. Returns the CRL's issuer as string. |
|
lp://staging/ |
1 Development | 2010-11-01 21:42:23 UTC |
150.
Merge fixes for building on 3.x on Wi...
Author:
Jean-Paul Calderone
Merge fixes for building on 3.x on Windows |
|
lp://staging/ |
1 Development | 2010-07-16 15:21:51 UTC |
162.
no longer necessary to initialize thi...
Author:
Jean-Paul Calderone
no longer necessary to initialize this ourselves |
|
lp://staging/ |
1 Development | 2010-04-20 15:31:37 UTC |
131.
Add support for simple trusted certif...
Author:
Joe Orton
Add support for simple trusted certificate handling, and manipulation * src/crypto/crypto.c (crypto_ * src/crypto/x509.c (crypto_ * test/test_crypto.py (FunctionTests. |
|
lp://staging/ |
1 Development | 2009-12-22 23:14:46 UTC |
131.
Unify code formatting in recently cha...
Author:
Ziga Seilnacht
Unify code formatting in recently changed functions to what seems to be the currently preferred style. |
|
lp://staging/ |
1 Development | 2009-12-22 22:26:23 UTC |
130.
Add documentation for exception_from_...
Author:
Ziga Seilnacht
Add documentation for exception_ |
|
lp://staging/ |
1 Development | 2009-11-21 12:37:08 UTC |
91.
Fixed RSA test case
Author:
intrinsic
Fixed RSA test case |
|
lp://staging/ |
1 Development | 2009-11-07 21:24:29 UTC |
137.
debugs
Author:
Jean-Paul Calderone
debugs |
|
lp://staging/ |
1 Development | 2009-10-24 23:23:13 UTC |
135.
Use the new crypto C API in SSL module.
Author:
Ziga Seilnacht
Use the new crypto C API in SSL module. |
|
lp://staging/ |
1 Development | 2009-10-13 12:37:01 UTC |
127.
Added get_certificates call to pkcs7 ...
Author:
M-MZ
Added get_certificates call to pkcs7 objects |
|
lp://staging/ |
1 Development | 2009-09-01 22:15:00 UTC |
124.
Work around limitation of Cygwin Perl...
Author:
Ziga Seilnacht
Work around limitation of Cygwin Perl: To avoid a permission denial, we need to do the inplace-edit with a backup file. Backport of Python's revision 26727. |
|
lp://staging/ |
1 Development | 2009-07-24 14:27:09 UTC | This branch has not been pushed to yet. | |
lp://staging/ |
1 Development | 2009-07-23 01:59:00 UTC |
120.
New "check" method for RSA private keys.
Author:
rick_dean
New "check" method for RSA private keys. |
|
lp://staging/ |
1 Development | 2009-07-18 01:23:50 UTC |
120.
Start of some tests for the verify ca...
Author:
Jean-Paul Calderone
Start of some tests for the verify callback functionality |
|
lp://staging/ |
1 Development | 2009-07-17 16:42:37 UTC |
115.
More passing tests in the verify call...
Author:
rick_dean
More passing tests in the verify callback now that bug 314814 is fixed. |
|
lp://staging/ |
1 Development | 2009-07-13 22:01:33 UTC |
113.
forward port to trunk
Author:
Phil Mayers
forward port to trunk |
|
lp://staging/ |
1 Development | 2009-07-04 20:43:11 UTC |
108.
Support non-twisted unittest. Clean ...
Author:
Rick Dean
Support non-twisted unittest. Clean up tmp files. Compare hello values not buffer addresses. |
|
lp://staging/ |
1 Development | 2009-05-13 19:45:07 UTC |
110.
Switch from returning False to raisin...
Author:
Jean-Paul Calderone
Switch from returning False to raising an Error if the key doesn't check out - this provides more information |
|
lp://staging/ |
1 Development | 2009-05-05 07:43:51 UTC |
1.
Apply pyOpenSSL-0.8-pkcs12.patch and ...
Author:
sebvieira
Apply pyOpenSSL- |
|
lp://staging/ |
1 Development | 2009-04-20 17:14:06 UTC |
100.
compatability to python 2.4
Author:
Rick Dean
compatability to python 2.4 |
|
lp://staging/ |
1 Development | 2009-04-03 17:47:12 UTC |
101.
twisted's unittest has a main too
Author:
Rick Dean
twisted's unittest has a main too |
|
lp://staging/ |
1 Development | 2009-04-01 19:39:21 UTC |
99.
support getting of random bytes
Author:
Rick Dean
support getting of random bytes |
|
lp://staging/ |
1 Development | 2009-04-01 15:43:27 UTC |
97.
README for test scripts referencing t...
Author:
Rick Dean
README for test scripts referencing twisted's trial |
|
lp://staging/ |
1 Development | 2009-03-25 18:05:57 UTC |
95.
oops; fix the test to assert somethin...
Author:
Jean-Paul Calderone
oops; fix the test to assert something good |
|
lp://staging/ |
0 Experimental | 2008-08-26 18:35:17 UTC |
71.
Added experimental support for symmet...
Author:
Edward Tait
Added experimental support for symmetric ciphers |
|
lp://staging/ |
1 Development | 2008-04-27 19:01:00 UTC |
60.
First cut at adding support for exten...
Author:
Roland Hedberg
First cut at adding support for extension handling in pyOpenSSL. |
1 → 60 of 60 results | First • Previous • Next • Last |