summaryrefslogtreecommitdiff
path: root/OpenSSL/test
Commit message (Expand)AuthorAgeFilesLines
* I don't always read OpenSSL source, but when I do I WISH I WERE DEADJean-Paul Calderone2012-02-141-0/+31
* Wrap SSL_set_session, allowing pyOpenSSL clients to actually re-use sessions ...Jean-Paul Calderone2012-02-141-5/+76
* Add Connection.get_session and have the Session object actually wrap an SSL_S...Jean-Paul Calderone2012-02-131-0/+45
* Minimal skeleton of a Python Session typeJean-Paul Calderone2012-02-131-1/+26
* Grab Context.{set,get}_session_cache_mode from the sessions branch, plus the ...Jean-Paul Calderone2012-02-081-1/+103
* Add a unit test for checking a public keyJean-Paul Calderone2011-10-311-0/+14
* Python 3.x compatibilityJean-Paul Calderone2011-09-141-4/+4
* Avoid being CPython specific - the leakcheck script will catch these issues.Jean-Paul Calderone2011-09-141-31/+0
* Add a test for a special argument handling check of dump_privatekeyJean-Paul Calderone2011-09-141-0/+3
* Add a test for returning the wrong type from a passphrase callbackJean-Paul Calderone2011-09-141-0/+11
* epytext to rstJean-Paul Calderone2011-09-141-7/+7
* Raise an error if a passphrase is used with a private key format that does no...Ziga Seilnacht2009-12-221-0/+23
* Additional error checks and a refcount fix for global_passphrase_callback.Ziga Seilnacht2009-12-221-1/+57
* Don't overwrite the error raised by the callback.Ziga Seilnacht2009-12-221-16/+25
* Correctly handle errors from X509_CRL_signJean-Paul Calderone2011-09-131-0/+9
* Remove terminal mistakeJean-Paul Calderone2011-09-111-1/+1
* Change some lingering epytextJean-Paul Calderone2011-09-113-22/+22
* merge trunkJean-Paul Calderone2011-09-111-0/+46
|\
| * Add a constant test for NO_NO_COMPRESSIONJean-Paul Calderone2011-09-081-0/+16
| * Add a test for the positive case of Context.set_modeJean-Paul Calderone2011-09-081-0/+19
| * - Add Context.set_mode methodGuillermo Gonzalez2011-08-291-0/+11
* | Fix markup to be compatible with Sphinx and add rough API docJonathan Ballet2011-07-165-411/+415
* | Convert Epytext markup to RST markupJonathan Ballet2011-07-163-21/+21
|/
* test bad args case of PKey.checkJean-Paul Calderone2011-06-121-0/+10
* Switch from returning False to raising an Error if the key doesn't check out ...Jean-Paul Calderone2009-05-131-1/+1
* test the negative path through PKeyType.checkJean-Paul Calderone2009-05-131-0/+25
* Apply pyOpenSSL_rsa_check.diffJean-Paul Calderone2009-05-131-0/+3
* Catch up to trunkJean-Paul Calderone2011-06-125-90/+664
|\
| * "Parse" "arguments" to get_servernameJean-Paul Calderone2011-05-261-0/+11
| * And SSL_get_servername, SSL_set_tlsext_host_name, and SSL_CTX_set_tlsext_serv...Jean-Paul Calderone2011-05-261-3/+124
| * Add SSL_set_SSL_CTX wrapper, Connection.set_context.Jean-Paul Calderone2011-05-251-0/+35
| * Add a Connection method for inspecting the certificate chain.Jean-Paul Calderone2011-05-201-63/+133
| |\
| | * Add a test for the None case of get_peer_cert_chain; also re-order assert cal...Jean-Paul Calderone2011-05-191-3/+19
| | * Nope, I guessed wrong; these are text.Jean-Paul Calderone2011-05-191-3/+3
| | * This is probably better for 3.xJean-Paul Calderone2011-05-191-3/+6
| | * Avoid talking to verisign.com for the get_peer_cert_chain test; put it on the...Jean-Paul Calderone2011-05-191-94/+114
| | * Apply the get_peer_cert_chain parts of okuda's patchJean-Paul Calderone2011-05-171-0/+31
| * | trivial test cleanupsJean-Paul Calderone2011-05-191-1/+8
| * | Use PyBytes_ for 3.x compatibilityJean-Paul Calderone2011-05-181-1/+1
| * | Put the get_signature_algorithm test in the right case; add a test for the un...Jean-Paul Calderone2011-05-181-10/+36
| * | Apply get_signature_algorithm parts of okuda's patchJean-Paul Calderone2011-05-171-0/+9
| |/
| * Support OpenSSL 1.0Jean-Paul Calderone2011-05-103-14/+44
| |\
| | * Adjust another test to account for another changed hash algorithm in OpenSSL ...Jean-Paul Calderone2011-05-041-6/+8
| | * Expand the possibly allowed values for the result of subject_name_hashJean-Paul Calderone2011-05-042-1/+21
| | * Normalize another PEM to be indifferent to OpenSSL 0.9.8/1.0.0Jean-Paul Calderone2011-05-041-2/+2
| | * Normalize another PEM to be indifferent to OpenSSL 0.9.8/1.0.0Jean-Paul Calderone2011-05-041-2/+3
| | * normalize private key pems to account for formatting differences between diff...Jean-Paul Calderone2011-05-041-3/+10
| | * Expose OpenSSL version info and handle missing SSLv2_METHOD supportJean-Paul Calderone2011-04-141-3/+41
| * | Switch from tp_setattr to tp_setattro, since PyPy does not support the former...Jean-Paul Calderone2011-04-221-0/+27
| * | Expose OPENSSL_VERSION_NUMBER and SSLeay_version()Jean-Paul Calderone2011-04-151-3/+41
| |/