summaryrefslogtreecommitdiff
path: root/OpenSSL/test
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| |/
| * Represent all of the extension data as bytes, not textJean-Paul Calderone2011-04-061-9/+9
| * encode text to bytes using charmap instead of ascii; charmap can actually rep...Jean-Paul Calderone2011-04-061-1/+1
| * Expose the data in the extension, and tests.Jean-Paul Calderone2011-04-011-0/+20
| * Make this bytes thing actually work :/Jean-Paul Calderone2011-04-011-4/+2
| * Get rid of X509.get_subjectaltname_of_typeJean-Paul Calderone2011-04-011-14/+0
| * Add a test for X509.get_extension and fix its error behaviorJean-Paul Calderone2011-04-011-16/+50
| * Fix a compiler warning; also test get_extension_count a little more, and with...Jean-Paul Calderone2011-04-011-4/+32
| * First cut at adding support for extension handling in pyOpenSSL.Roland Hedberg2008-04-221-0/+43
| * Expose symbolic constants for info callback valuesJean-Paul Calderone2011-03-211-0/+29
| |\
| | * Add a minimal test for these new constantsJean-Paul Calderone2011-03-211-0/+29
| * | Update copyright headers; remove pointless dates, add a pointer to the LICENS...Jean-Paul Calderone2011-03-025-6/+10
| |/
| * Give the same treatment to the Connection.sendall method, allowing memoryview...Jean-Paul Calderone2011-01-211-0/+16
| * Exercise the correct function in this test caseJean-Paul Calderone2011-01-051-4/+4
| * Add some direct tests for Connection.send, including one that tries to pass i...Jean-Paul Calderone2011-01-051-0/+42
* | A test which involves signing content with a NUL and verifying that signature.Jean-Paul Calderone2010-12-081-0/+11
|/
* Remove consequences of stdio buffering insanityJean-Paul Calderone2010-10-131-1/+1
* Change the other digest names in this too-long test to str (aka unicode (aka ...Jean-Paul Calderone2010-10-131-3/+3
* The digest name is text.Jean-Paul Calderone2010-10-121-1/+1
* Convert rand functions to accept bytes instead of bytes or textJean-Paul Calderone2010-10-021-6/+6
* Convert the verify location tests to do the handshake properlyJean-Paul Calderone2010-09-251-19/+18
* Switch to the loopback setup helper in test_socketConnect, incidentally conve...Jean-Paul Calderone2010-09-241-18/+1
* Ensure the handshake really completes before returning from _loopbackJean-Paul Calderone2010-09-241-2/+5
* Try triggering the error by shutting down the sending underlying TCP socketJean-Paul Calderone2010-09-241-2/+1
* Skip test_connect_ex on OS XJean-Paul Calderone2010-09-241-15/+18
* Remove this entirely, it was for debugging purposesJean-Paul Calderone2010-09-191-3/+0
* Write text to files instead of bytesJean-Paul Calderone2010-09-191-1/+1
* Replace file with open for 3.xJean-Paul Calderone2010-09-191-1/+1
* Some fields of X509Extension are bytes, not textJean-Paul Calderone2010-09-191-1/+2
* Make timestamps bytesJean-Paul Calderone2010-09-191-6/+6
* Avoid bytes literalJean-Paul Calderone2010-09-191-1/+1
* merge trunkJean-Paul Calderone2010-09-192-10/+23
|\
| * Hard-code loopback address because of WindowsJean-Paul Calderone2010-09-191-2/+6
| * Allow -1 as well as 0 from egd in the error caseJean-Paul Calderone2010-09-191-4/+8
| * Allow EWOULDBLOCK from connect_ex as wellJean-Paul Calderone2010-09-171-3/+5
| * Tweak the size of the message used in test_long so it can pass on WindowsJean-Paul Calderone2010-09-161-1/+4
| |\
| | * Tweak the write sizerJean-Paul Calderone2010-09-161-1/+4
| | * some debug infoJean-Paul Calderone2010-09-161-0/+9
| |/
* | merge trunkJean-Paul Calderone2010-09-142-50/+279
|\ \ | |/
| * Notes on further tests to writeJean-Paul Calderone2010-09-091-0/+18
| * Sort of add a load_tmp_dh test; also a Context.set_cipher_list testJean-Paul Calderone2010-09-091-2/+53
| * Add tests for get_verify_modeJean-Paul Calderone2010-09-091-1/+22
| * Some more test method docstringsJean-Paul Calderone2010-09-091-1/+41