summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Catch up to trunkJean-Paul Calderone2011-04-1884-1747/+1890
| |\ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
* | | | | Change the file manifest to refer to LICENSE which has replaced COPYING.Jean-Paul Calderone2011-04-151-1/+1
* | | | | Expose OPENSSL_VERSION_NUMBER and SSLeay_versionJean-Paul Calderone2011-04-154-3/+100
|\ \ \ \ \
| * | | | | document SSLeay_version et alJean-Paul Calderone2011-04-152-0/+28
| * | | | | Expose OPENSSL_VERSION_NUMBER and SSLeay_version()Jean-Paul Calderone2011-04-152-3/+72
| | |/ / / | |/| | |
* | | | | Fix X509Extension documentationJean-Paul Calderone2011-04-151-19/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ConsolidateJean-Paul Calderone2011-04-151-19/+11
|/ / / /
* | | | Regenerate documentation with correct version (0.12)Jean-Paul Calderone2011-04-1132-59/+70
* | | | Bump the version in the tex sources, which is independent of the two other co...Jean-Paul Calderone2011-04-111-1/+1
* | | | Merge 0.12 release branchJean-Paul Calderone2011-04-1130-1068/+1138
|\ \ \ \
| * | | | Regenerate documentation for new version numberJean-Paul Calderone2011-04-111-4/+4
| * | | | Bump versionJean-Paul Calderone2011-04-112-2/+2
| * | | | Oh my, change this last hold out of LGPL.Jean-Paul Calderone2011-04-071-24/+2
| * | | | Mark the release in the ChangeLogJean-Paul Calderone2011-04-071-0/+4
| * | | | Regenerate documentationJean-Paul Calderone2011-04-0726-1042/+1130
| * | | | Bump versionJean-Paul Calderone2011-04-072-2/+2
|/ / / /
* | | | Add more access to certificate extension dataJean-Paul Calderone2011-04-066-7/+227
|\ \ \ \ | |_|/ / |/| | |
| * | | close methodJean-Paul Calderone2011-04-061-2/+2
| * | | Add docs for the new X509 and X509Extension methodsJean-Paul Calderone2011-04-061-0/+32
| * | | 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
| * | | There is no more PyInt_FromLong in 3.x; PyLong_FromLong works everywhereJean-Paul Calderone2011-04-061-1/+1
| * | | Sorry, these bytes are mega encoded.Jean-Paul Calderone2011-04-021-1/+1
| * | | Expose the data in the extension, and tests.Jean-Paul Calderone2011-04-012-0/+41
| * | | Make this bytes thing actually work :/Jean-Paul Calderone2011-04-011-4/+2
| * | | Get rid of X509.get_subjectaltname_of_typeJean-Paul Calderone2011-04-012-110/+0
| * | | Add a test for X509.get_extension and fix its error behaviorJean-Paul Calderone2011-04-012-17/+51
| * | | Fix a compiler warning; also test get_extension_count a little more, and with...Jean-Paul Calderone2011-04-012-6/+34
| * | | Fix some style odditiesJean-Paul Calderone2011-04-011-15/+14
| * | | First cut at adding support for extension handling in pyOpenSSL.Roland Hedberg2008-04-222-1/+190
|/ / /
* | | Expose symbolic constants for info callback valuesJean-Paul Calderone2011-03-213-0/+56
|\ \ \
| * | | ChangeLog entryJean-Paul Calderone2011-03-211-0/+5
| * | | Add a minimal test for these new constantsJean-Paul Calderone2011-03-211-0/+29
| * | | Provide New SSL constant for OpenSSL.SSLOlivier Hervieu2011-03-021-0/+22
* | | | Switch the license over to APL2, with consent from all contributors.Jean-Paul Calderone2011-03-2148-611/+308
|\ \ \ \ | |/ / / |/| | |
| * | | Update copyright headers in examplesJean-Paul Calderone2011-03-023-6/+9
| * | | Update the leak check script copyright headers as well.Jean-Paul Calderone2011-03-025-4/+11
| * | | More laggersJean-Paul Calderone2011-03-024-4/+2
| * | | Fix some oversightsJean-Paul Calderone2011-03-023-4/+3
| * | | Update copyright headers; remove pointless dates, add a pointer to the LICENS...Jean-Paul Calderone2011-03-0236-67/+85
| * | | Remove redundant distutils metadataJean-Paul Calderone2011-03-021-15/+0
| * | | Update the distutils license fieldJean-Paul Calderone2011-03-021-1/+1
| * | | Get rid of the old copyright file, drop in a new one with the APL2.Jean-Paul Calderone2011-03-022-515/+202
|/ / /
| * | try harder to do the thing on pypy, also start fixing more refcountsJean-Paul Calderone2011-03-123-4/+6
| * | HACK HACK ZOOP HACKJean-Paul Calderone2011-03-121-4/+4
| * | Catch up to trunkJean-Paul Calderone2011-03-123-4/+96
| |\ \ | |/ / |/| |
* | | Merge send-memoryviewJean-Paul Calderone2011-01-223-4/+96
|\ \ \
| * | | Give the same treatment to the Connection.sendall method, allowing memoryview...Jean-Paul Calderone2011-01-212-1/+31
| * | | On Python versions with Py_buffer, accept Py_buffer objects to Connection.sen...Jean-Paul Calderone2011-01-051-3/+17
| * | | Exercise the correct function in this test caseJean-Paul Calderone2011-01-051-4/+4