index
:
delta/pyopenssl.git
baserock/morph
trunk
launchpad.net: Obsolete (use pyopenssl-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
OpenSSL
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
I don't always read OpenSSL source, but when I do I WISH I WERE DEAD
Jean-Paul Calderone
2012-02-14
1
-0
/
+31
*
Wrap SSL_set_session, allowing pyOpenSSL clients to actually re-use sessions ...
Jean-Paul Calderone
2012-02-14
1
-5
/
+76
*
Add Connection.get_session and have the Session object actually wrap an SSL_S...
Jean-Paul Calderone
2012-02-13
1
-0
/
+45
*
Minimal skeleton of a Python Session type
Jean-Paul Calderone
2012-02-13
1
-1
/
+26
*
Grab Context.{set,get}_session_cache_mode from the sessions branch, plus the ...
Jean-Paul Calderone
2012-02-08
1
-1
/
+103
*
Add a unit test for checking a public key
Jean-Paul Calderone
2011-10-31
1
-0
/
+14
*
Python 3.x compatibility
Jean-Paul Calderone
2011-09-14
1
-4
/
+4
*
Avoid being CPython specific - the leakcheck script will catch these issues.
Jean-Paul Calderone
2011-09-14
1
-31
/
+0
*
Add a test for a special argument handling check of dump_privatekey
Jean-Paul Calderone
2011-09-14
1
-0
/
+3
*
Add a test for returning the wrong type from a passphrase callback
Jean-Paul Calderone
2011-09-14
1
-0
/
+11
*
epytext to rst
Jean-Paul Calderone
2011-09-14
1
-7
/
+7
*
Raise an error if a passphrase is used with a private key format that does no...
Ziga Seilnacht
2009-12-22
1
-0
/
+23
*
Additional error checks and a refcount fix for global_passphrase_callback.
Ziga Seilnacht
2009-12-22
1
-1
/
+57
*
Don't overwrite the error raised by the callback.
Ziga Seilnacht
2009-12-22
1
-16
/
+25
*
Correctly handle errors from X509_CRL_sign
Jean-Paul Calderone
2011-09-13
1
-0
/
+9
*
Remove terminal mistake
Jean-Paul Calderone
2011-09-11
1
-1
/
+1
*
Change some lingering epytext
Jean-Paul Calderone
2011-09-11
3
-22
/
+22
*
merge trunk
Jean-Paul Calderone
2011-09-11
1
-0
/
+46
|
\
|
*
Add a constant test for NO_NO_COMPRESSION
Jean-Paul Calderone
2011-09-08
1
-0
/
+16
|
*
Add a test for the positive case of Context.set_mode
Jean-Paul Calderone
2011-09-08
1
-0
/
+19
|
*
- Add Context.set_mode method
Guillermo Gonzalez
2011-08-29
1
-0
/
+11
*
|
Fix markup to be compatible with Sphinx and add rough API doc
Jonathan Ballet
2011-07-16
5
-411
/
+415
*
|
Convert Epytext markup to RST markup
Jonathan Ballet
2011-07-16
3
-21
/
+21
|
/
*
test bad args case of PKey.check
Jean-Paul Calderone
2011-06-12
1
-0
/
+10
*
Switch from returning False to raising an Error if the key doesn't check out ...
Jean-Paul Calderone
2009-05-13
1
-1
/
+1
*
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
1
-0
/
+3
*
Catch up to trunk
Jean-Paul Calderone
2011-06-12
5
-90
/
+664
|
\
|
*
"Parse" "arguments" to get_servername
Jean-Paul Calderone
2011-05-26
1
-0
/
+11
|
*
And SSL_get_servername, SSL_set_tlsext_host_name, and SSL_CTX_set_tlsext_serv...
Jean-Paul Calderone
2011-05-26
1
-3
/
+124
|
*
Add SSL_set_SSL_CTX wrapper, Connection.set_context.
Jean-Paul Calderone
2011-05-25
1
-0
/
+35
|
*
Add a Connection method for inspecting the certificate chain.
Jean-Paul Calderone
2011-05-20
1
-63
/
+133
|
|
\
|
|
*
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
|
|
*
Apply the get_peer_cert_chain parts of okuda's patch
Jean-Paul Calderone
2011-05-17
1
-0
/
+31
|
*
|
trivial test cleanups
Jean-Paul Calderone
2011-05-19
1
-1
/
+8
|
*
|
Use PyBytes_ for 3.x compatibility
Jean-Paul Calderone
2011-05-18
1
-1
/
+1
|
*
|
Put the get_signature_algorithm test in the right case; add a test for the un...
Jean-Paul Calderone
2011-05-18
1
-10
/
+36
|
*
|
Apply get_signature_algorithm parts of okuda's patch
Jean-Paul Calderone
2011-05-17
1
-0
/
+9
|
|
/
|
*
Support OpenSSL 1.0
Jean-Paul Calderone
2011-05-10
3
-14
/
+44
|
|
\
|
|
*
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
|
|
*
normalize private key pems to account for formatting differences between diff...
Jean-Paul Calderone
2011-05-04
1
-3
/
+10
|
|
*
Expose OpenSSL version info and handle missing SSLv2_METHOD support
Jean-Paul Calderone
2011-04-14
1
-3
/
+41
|
*
|
Switch from tp_setattr to tp_setattro, since PyPy does not support the former...
Jean-Paul Calderone
2011-04-22
1
-0
/
+27
|
*
|
Expose OPENSSL_VERSION_NUMBER and SSLeay_version()
Jean-Paul Calderone
2011-04-15
1
-3
/
+41
|
|
/
[next]