summaryrefslogtreecommitdiff
path: root/OpenSSL
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Brace styleJean-Paul Calderone2011-09-081-3/+3
| * | | Catch up to trunkJean-Paul Calderone2011-09-081-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Bump the version to the final release versionJean-Paul Calderone2011-09-021-1/+1
| | * | Bump version numberJean-Paul Calderone2011-08-141-1/+1
| | |/
| * | 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-293-0/+38
| |/
* | Fix most of the doc compilation warning/errorsJonathan Ballet2011-07-162-6/+8
* | Fix markup to be compatible with Sphinx and add rough API docJonathan Ballet2011-07-1613-442/+446
* | Convert Epytext markup to RST markupJonathan Ballet2011-07-1619-337/+337
|/
* test bad args case of PKey.checkJean-Paul Calderone2011-06-121-0/+10
* whitespaceJean-Paul Calderone2011-06-121-1/+1
* Doc changes, braces everywhereJean-Paul Calderone2011-06-121-10/+8
* Switch from returning False to raising an Error if the key doesn't check out ...Jean-Paul Calderone2009-05-132-5/+9
* Remove now unused local; use bools for return valueJean-Paul Calderone2009-05-131-3/+2
* self->pkey is always somethingJean-Paul Calderone2009-05-131-5/+2
* test the negative path through PKeyType.checkJean-Paul Calderone2009-05-131-0/+25
* Apply pyOpenSSL_rsa_check.diffJean-Paul Calderone2009-05-132-0/+37
* Catch up to trunkJean-Paul Calderone2011-06-1239-189/+1303
|\
| * "Parse" "arguments" to get_servernameJean-Paul Calderone2011-05-262-1/+14
| * And SSL_get_servername, SSL_set_tlsext_host_name, and SSL_CTX_set_tlsext_serv...Jean-Paul Calderone2011-05-264-3/+245
| * Add SSL_set_SSL_CTX wrapper, Connection.set_context.Jean-Paul Calderone2011-05-252-0/+75
| * Add a Connection method for inspecting the certificate chain.Jean-Paul Calderone2011-05-203-64/+173
| |\
| | * so now maybe it works on windowsJean-Paul Calderone2011-05-201-1/+1
| | * 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
| | * Switch from a tuple to a list for the return value of get_peer_cert_chain; al...Jean-Paul Calderone2011-05-191-7/+14
| | * Braces everywhere, cuddled, whitespace and docstring fixesJean-Paul Calderone2011-05-191-14/+8
| | * Apply the get_peer_cert_chain parts of okuda's patchJean-Paul Calderone2011-05-173-1/+70
| * | trivial test cleanupsJean-Paul Calderone2011-05-191-1/+8
| * | Updated docstring styleJean-Paul Calderone2011-05-191-3/+3
| * | Use PyBytes_ for 3.x compatibilityJean-Paul Calderone2011-05-182-2/+2
| * | Put the get_signature_algorithm test in the right case; add a test for the un...Jean-Paul Calderone2011-05-182-10/+40
| * | always braces, and cuddle them tooJean-Paul Calderone2011-05-171-3/+4
| * | Apply get_signature_algorithm parts of okuda's patchJean-Paul Calderone2011-05-172-0/+33
| |/
| * Support OpenSSL 1.0Jean-Paul Calderone2011-05-106-24/+96
| |\
| | * 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
| | * Flush the OpenSSL error queue after a successful PKCS12 parse in case there i...Jean-Paul Calderone2011-05-041-9/+19
| | * normalize private key pems to account for formatting differences between diff...Jean-Paul Calderone2011-05-041-3/+10
| | * Apply winsock header hack/fixJean-Paul Calderone2011-04-141-0/+13
| | |\
| | | * Fix for #742885Jason R. Coombs2011-03-252-1/+14
| | * | Declare the SSL_METHOD const on 1.0 only - enjoy the 28 bit shiftJean-Paul Calderone2011-04-141-1/+4
| | * | Expose OpenSSL version info and handle missing SSLv2_METHOD supportJean-Paul Calderone2011-04-143-5/+90
| * | | Compatibility with CPython 2.5 though CPython 3.2Jean-Paul Calderone2011-04-223-5/+15
| * | | Switch from tp_setattr to tp_setattro, since PyPy does not support the former...Jean-Paul Calderone2011-04-222-3/+40