index
:
delta/pyopenssl.git
baserock/morph
trunk
launchpad.net: Obsolete (use pyopenssl-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
test bad args case of PKey.check
Jean-Paul Calderone
2011-06-12
1
-0
/
+10
|
*
whitespace
Jean-Paul Calderone
2011-06-12
1
-1
/
+1
|
*
tex docs
Jean-Paul Calderone
2011-06-12
1
-0
/
+6
|
*
Doc changes, braces everywhere
Jean-Paul Calderone
2011-06-12
1
-10
/
+8
|
*
Switch from returning False to raising an Error if the key doesn't check out ...
Jean-Paul Calderone
2009-05-13
2
-5
/
+9
|
*
Remove now unused local; use bools for return value
Jean-Paul Calderone
2009-05-13
1
-3
/
+2
|
*
self->pkey is always something
Jean-Paul Calderone
2009-05-13
1
-5
/
+2
|
*
test the negative path through PKeyType.check
Jean-Paul Calderone
2009-05-13
1
-0
/
+25
|
*
Apply pyOpenSSL_rsa_check.diff
Jean-Paul Calderone
2009-05-13
2
-0
/
+37
|
/
*
Fix NUL handling in OpenSSL.crypto.sign and OpenSSL.crypto.verify
Jean-Paul Calderone
2011-06-12
3
-6
/
+25
|
\
|
*
Catch up to trunk
Jean-Paul Calderone
2011-06-12
94
-1856
/
+3051
|
|
\
|
|
/
|
/
|
*
|
Add client and server support for SNI.
Jean-Paul Calderone
2011-06-06
12
-1
/
+533
|
\
\
|
*
|
Add an example demonstrating SNI usage.
Jean-Paul Calderone
2011-06-06
7
-0
/
+182
|
*
|
"Parse" "arguments" to get_servername
Jean-Paul Calderone
2011-05-26
2
-1
/
+14
|
*
|
And SSL_get_servername, SSL_set_tlsext_host_name, and SSL_CTX_set_tlsext_serv...
Jean-Paul Calderone
2011-05-26
5
-3
/
+261
|
*
|
Add SSL_set_SSL_CTX wrapper, Connection.set_context.
Jean-Paul Calderone
2011-05-25
3
-0
/
+79
|
/
/
*
|
Add a Connection method for inspecting the certificate chain.
Jean-Paul Calderone
2011-05-20
5
-64
/
+183
|
\
\
|
*
|
so now maybe it works on windows
Jean-Paul Calderone
2011-05-20
1
-1
/
+1
|
*
|
Add a test for the None case of get_peer_cert_chain; also re-order assert cal...
Jean-Paul Calderone
2011-05-19
1
-3
/
+19
|
*
|
Nope, I guessed wrong; these are text.
Jean-Paul Calderone
2011-05-19
1
-3
/
+3
|
*
|
This is probably better for 3.x
Jean-Paul Calderone
2011-05-19
1
-3
/
+6
|
*
|
Avoid talking to verisign.com for the get_peer_cert_chain test; put it on the...
Jean-Paul Calderone
2011-05-19
1
-94
/
+114
|
*
|
Switch from a tuple to a list for the return value of get_peer_cert_chain; al...
Jean-Paul Calderone
2011-05-19
1
-7
/
+14
|
*
|
Braces everywhere, cuddled, whitespace and docstring fixes
Jean-Paul Calderone
2011-05-19
1
-14
/
+8
|
*
|
Apply the get_peer_cert_chain parts of okuda's patch
Jean-Paul Calderone
2011-05-17
4
-1
/
+74
*
|
|
Add X509.get_signature_algorithm
Jean-Paul Calderone
2011-05-19
4
-1
/
+84
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
trivial test cleanups
Jean-Paul Calderone
2011-05-19
1
-1
/
+8
|
*
|
Updated docstring style
Jean-Paul Calderone
2011-05-19
1
-3
/
+3
|
*
|
Use PyBytes_ for 3.x compatibility
Jean-Paul Calderone
2011-05-18
2
-2
/
+2
|
*
|
Document the exception get_signature_algorithm
Jean-Paul Calderone
2011-05-18
1
-1
/
+2
|
*
|
Put the get_signature_algorithm test in the right case; add a test for the un...
Jean-Paul Calderone
2011-05-18
2
-10
/
+40
|
*
|
always braces, and cuddle them too
Jean-Paul Calderone
2011-05-17
1
-3
/
+4
|
*
|
Apply get_signature_algorithm parts of okuda's patch
Jean-Paul Calderone
2011-05-17
3
-0
/
+37
|
/
/
*
|
Support OpenSSL 1.0
Jean-Paul Calderone
2011-05-10
7
-25
/
+119
|
\
\
|
*
|
Adjust another test to account for another changed hash algorithm in OpenSSL ...
Jean-Paul Calderone
2011-05-04
1
-6
/
+8
|
*
|
Expand the possibly allowed values for the result of subject_name_hash
Jean-Paul Calderone
2011-05-04
2
-1
/
+21
|
*
|
Normalize another PEM to be indifferent to OpenSSL 0.9.8/1.0.0
Jean-Paul Calderone
2011-05-04
1
-2
/
+2
|
*
|
Normalize another PEM to be indifferent to OpenSSL 0.9.8/1.0.0
Jean-Paul Calderone
2011-05-04
1
-2
/
+3
|
*
|
Flush the OpenSSL error queue after a successful PKCS12 parse in case there i...
Jean-Paul Calderone
2011-05-04
1
-9
/
+19
|
*
|
normalize private key pems to account for formatting differences between diff...
Jean-Paul Calderone
2011-05-04
1
-3
/
+10
|
*
|
Apply winsock header hack/fix
Jean-Paul Calderone
2011-04-14
1
-0
/
+13
|
|
\
\
|
|
*
|
Fix for #742885
Jason R. Coombs
2011-03-25
2
-1
/
+14
|
*
|
|
Declare the SSL_METHOD const on 1.0 only - enjoy the 28 bit shift
Jean-Paul Calderone
2011-04-14
1
-1
/
+4
|
*
|
|
Expose OpenSSL version info and handle missing SSLv2_METHOD support
Jean-Paul Calderone
2011-04-14
3
-5
/
+90
*
|
|
|
Various fixes which make pyOpenSSL more likely to work with PyPy
Jean-Paul Calderone
2011-04-25
19
-18
/
+150
|
\
\
\
\
|
*
|
|
|
Compatibility with CPython 2.5 though CPython 3.2
Jean-Paul Calderone
2011-04-22
3
-5
/
+15
|
*
|
|
|
Switch from tp_setattr to tp_setattro, since PyPy does not support the former...
Jean-Paul Calderone
2011-04-22
2
-3
/
+40
|
*
|
|
|
Fix a lot of reference counting bugs introduced by stupid copy/pasting
Jean-Paul Calderone
2011-04-20
3
-5
/
+5
|
*
|
|
|
A bunch of PyPy fixes
Jean-Paul Calderone
2011-04-18
16
-18
/
+68
|
|
\
\
\
\
|
|
*
|
|
|
Add a lot of missing Py_INCREF
Jean-Paul Calderone
2011-03-12
16
-18
/
+68
[prev]
[next]