index
:
delta/pyopenssl.git
baserock/morph
trunk
launchpad.net: Obsolete (use pyopenssl-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
OpenSSL
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a unit test for checking a public key
Jean-Paul Calderone
2011-10-31
1
-1
/
+1
*
Fix segfault on PKey.check() when there is no private key
Anthony Uk
2011-10-31
1
-0
/
+5
*
Unify code formatting in recently changed functions to what seems to be the c...
Ziga Seilnacht
2009-12-22
1
-21
/
+15
*
Add a few more error checks around OpenSSL API calls.
Ziga Seilnacht
2009-12-22
1
-0
/
+12
*
Raise an error if a passphrase is used with a private key format that does no...
Ziga Seilnacht
2009-12-22
1
-30
/
+29
*
Additional error checks and a refcount fix for global_passphrase_callback.
Ziga Seilnacht
2009-12-22
1
-2
/
+11
*
Don't overwrite the error raised by the callback.
Ziga Seilnacht
2009-12-22
1
-9
/
+17
*
Whitespace cleanup.
Ziga Seilnacht
2009-12-22
1
-3
/
+3
*
Correctly handle errors from X509_CRL_sign
Jean-Paul Calderone
2011-09-13
1
-4
/
+10
*
Fix most of the doc compilation warning/errors
Jonathan Ballet
2011-07-16
1
-5
/
+7
*
Fix markup to be compatible with Sphinx and add rough API doc
Jonathan Ballet
2011-07-16
7
-27
/
+27
*
Convert Epytext markup to RST markup
Jonathan Ballet
2011-07-16
12
-192
/
+192
*
whitespace
Jean-Paul Calderone
2011-06-12
1
-1
/
+1
*
Doc changes, braces everywhere
Jean-Paul Calderone
2011-06-12
1
-10
/
+8
*
Switch from returning False to raising an Error if the key doesn't check out ...
Jean-Paul Calderone
2009-05-13
1
-4
/
+8
*
Remove now unused local; use bools for return value
Jean-Paul Calderone
2009-05-13
1
-3
/
+2
*
self->pkey is always something
Jean-Paul Calderone
2009-05-13
1
-5
/
+2
*
Apply pyOpenSSL_rsa_check.diff
Jean-Paul Calderone
2009-05-13
1
-0
/
+34
*
Catch up to trunk
Jean-Paul Calderone
2011-06-12
22
-59
/
+267
|
\
|
*
Updated docstring style
Jean-Paul Calderone
2011-05-19
1
-3
/
+3
|
*
Use PyBytes_ for 3.x compatibility
Jean-Paul Calderone
2011-05-18
1
-1
/
+1
|
*
Put the get_signature_algorithm test in the right case; add a test for the un...
Jean-Paul Calderone
2011-05-18
1
-0
/
+4
|
*
always braces, and cuddle them too
Jean-Paul Calderone
2011-05-17
1
-3
/
+4
|
*
Apply get_signature_algorithm parts of okuda's patch
Jean-Paul Calderone
2011-05-17
1
-0
/
+24
|
*
Support OpenSSL 1.0
Jean-Paul Calderone
2011-05-10
2
-9
/
+32
|
|
\
|
|
*
Flush the OpenSSL error queue after a successful PKCS12 parse in case there i...
Jean-Paul Calderone
2011-05-04
1
-9
/
+19
|
|
*
Apply winsock header hack/fix
Jean-Paul Calderone
2011-04-14
1
-0
/
+13
|
|
|
\
|
|
|
*
Fix for #742885
Jason R. Coombs
2011-03-25
1
-0
/
+13
|
*
|
|
Compatibility with CPython 2.5 though CPython 3.2
Jean-Paul Calderone
2011-04-22
1
-1
/
+7
|
*
|
|
Switch from tp_setattr to tp_setattro, since PyPy does not support the former...
Jean-Paul Calderone
2011-04-22
1
-3
/
+13
|
*
|
|
Fix a lot of reference counting bugs introduced by stupid copy/pasting
Jean-Paul Calderone
2011-04-20
1
-2
/
+2
|
*
|
|
A bunch of PyPy fixes
Jean-Paul Calderone
2011-04-18
12
-11
/
+46
|
|
\
\
\
|
|
*
|
|
Add a lot of missing Py_INCREF
Jean-Paul Calderone
2011-03-12
12
-11
/
+46
|
*
|
|
|
Catch up to trunk
Jean-Paul Calderone
2011-04-18
20
-38
/
+118
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
/
/
|
|
|
/
/
|
|
*
|
There is no more PyInt_FromLong in 3.x; PyLong_FromLong works everywhere
Jean-Paul Calderone
2011-04-06
1
-1
/
+1
|
|
*
|
Sorry, these bytes are mega encoded.
Jean-Paul Calderone
2011-04-02
1
-1
/
+1
|
|
*
|
Expose the data in the extension, and tests.
Jean-Paul Calderone
2011-04-01
1
-0
/
+21
|
|
*
|
Get rid of X509.get_subjectaltname_of_type
Jean-Paul Calderone
2011-04-01
1
-96
/
+0
|
|
*
|
Add a test for X509.get_extension and fix its error behavior
Jean-Paul Calderone
2011-04-01
1
-1
/
+1
|
|
*
|
Fix a compiler warning; also test get_extension_count a little more, and with...
Jean-Paul Calderone
2011-04-01
1
-2
/
+2
|
|
*
|
Fix some style oddities
Jean-Paul Calderone
2011-04-01
1
-15
/
+14
|
|
*
|
First cut at adding support for extension handling in pyOpenSSL.
Roland Hedberg
2008-04-22
1
-1
/
+147
|
|
|
/
|
|
*
More laggers
Jean-Paul Calderone
2011-03-02
4
-4
/
+2
|
|
*
Fix some oversights
Jean-Paul Calderone
2011-03-02
3
-4
/
+3
|
|
*
Update copyright headers; remove pointless dates, add a pointer to the LICENS...
Jean-Paul Calderone
2011-03-02
20
-34
/
+47
|
*
|
try harder to do the thing on pypy, also start fixing more refcounts
Jean-Paul Calderone
2011-03-12
2
-0
/
+2
|
*
|
Catch up to trunk
Jean-Paul Calderone
2010-12-03
8
-1
/
+24
|
|
/
*
|
Fix bug #653830 - Cannot sign data with embedded NULs.
David Brodsky
2010-12-07
1
-6
/
+8
|
/
*
A wild stab at something cross-platform
Jean-Paul Calderone
2010-10-31
1
-3
/
+9
*
Apply to the others
Jean-Paul Calderone
2010-10-31
1
-2
/
+2
[next]