summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add PKey.check methodJean-Paul Calderone2011-06-124-0/+82
|\
| * test bad args case of PKey.checkJean-Paul Calderone2011-06-121-0/+10
| * whitespaceJean-Paul Calderone2011-06-121-1/+1
| * tex docsJean-Paul Calderone2011-06-121-0/+6
| * 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
|/
* Fix NUL handling in OpenSSL.crypto.sign and OpenSSL.crypto.verifyJean-Paul Calderone2011-06-123-6/+25
|\
| * Catch up to trunkJean-Paul Calderone2011-06-1294-1856/+3051
| |\ | |/ |/|
* | Add client and server support for SNI.Jean-Paul Calderone2011-06-0612-1/+533
|\ \
| * | Add an example demonstrating SNI usage.Jean-Paul Calderone2011-06-067-0/+182
| * | "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-265-3/+261
| * | Add SSL_set_SSL_CTX wrapper, Connection.set_context.Jean-Paul Calderone2011-05-253-0/+79
|/ /
* | Add a Connection method for inspecting the certificate chain.Jean-Paul Calderone2011-05-205-64/+183
|\ \
| * | 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-174-1/+74
* | | Add X509.get_signature_algorithmJean-Paul Calderone2011-05-194-1/+84
|\ \ \ | |/ / |/| |
| * | 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
| * | Document the exception get_signature_algorithmJean-Paul Calderone2011-05-181-1/+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-173-0/+37
|/ /
* | Support OpenSSL 1.0Jean-Paul Calderone2011-05-107-25/+119
|\ \
| * | 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
* | | | Various fixes which make pyOpenSSL more likely to work with PyPyJean-Paul Calderone2011-04-2519-18/+150
|\ \ \ \
| * | | | 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
| * | | | Fix a lot of reference counting bugs introduced by stupid copy/pastingJean-Paul Calderone2011-04-203-5/+5
| * | | | A bunch of PyPy fixesJean-Paul Calderone2011-04-1816-18/+68
| |\ \ \ \