Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pyopenssl
/
2ee1e7cda1d1119cccc28611d0210d21d8358b66
/
test
2ee1e7c
make sure to handle r2i extensions (like proxyCertInfo) without segfaulting
by Jean-Paul Calderone
· 17 years ago
391585f
handle some errors from extension creation
by Jean-Paul Calderone
· 17 years ago
e7db4b4
switch to higher level extension creation api, fixing bugs and memory leaks and simplifying the code
by Jean-Paul Calderone
· 17 years ago
d811b68
work around stupid feature deficiencies in unittest.py
by Jean-Paul Calderone
· 17 years ago
8ce4961
arg crummy changesets
by Jean-Paul Calderone
· 17 years ago
4bccf5e
make the tests recognize the optionalness of the DTLS constants
by Jean-Paul Calderone
· 17 years ago
327d8f9
Expose some new DTLS-related constants in OpenSSL.SSL - OP_NO_QUERY_MTU, OP_COOKIE_EXCHANGE, and OP_NO_TICKET.
by Jean-Paul Calderone
· 17 years ago
5b000d7
Expose the OpenSSL API for using the system's default certificate store
by Jean-Paul Calderone
· 17 years ago
8dd19b8
add X509ReqType.{set,get}_version
by Jean-Paul Calderone
· 17 years ago
9eadb96
reject arguments to set_default_verify_paths
by Jean-Paul Calderone
· 17 years ago
1cb5d02
support capath parameter to load_verify_locations; add wrapper for set_default_verify_paths
by Jean-Paul Calderone
· 17 years ago
5075fce
a test for the obvious error case of load_verify_locations
by Jean-Paul Calderone
· 17 years ago
e1bd432
test for the pre-existing load_verify_locations function
by Jean-Paul Calderone
· 17 years ago
6fe60c2
Python 2.3 compatibility in test_crypto
by Jean-Paul Calderone
· 17 years ago
6540775
Python 2.3 compatibility in test_ssl
by Jean-Paul Calderone
· 17 years ago
5ef8651
Fix a threading bug in the info callback support for context objects.
by Jean-Paul Calderone
· 17 years ago
828c9cb
Fix a threading bug in passphrase callback support for context objects.
by Jean-Paul Calderone
· 17 years ago
c54cc18
X509Name.get_components
by Jean-Paul Calderone
· 17 years ago
8114b45
Move server.pem into test module for simplicity of deployment/testing
by Jean-Paul Calderone
· 17 years ago
38e857f
Add file required for notBefore/notAfter tests
by Jean-Paul Calderone
· 17 years ago
e957a00
Add X509Name.der
by Jean-Paul Calderone
· 17 years ago
38a646d
Fix bug in UTCTIME handling for notBefore and notAfter
by Jean-Paul Calderone
· 17 years ago
110cd09
X509Name.hash
by Jean-Paul Calderone
· 17 years ago
76576d5
Add a simple test for X509.digest
by Jean-Paul Calderone
· 17 years ago
8b63d45
Put my copyright on everything I've changed so far, put a more reasonable version number on version.py
by Jean-Paul Calderone
· 17 years ago
30c09ea
A couple trivial Context tests
by Jean-Paul Calderone
· 17 years ago
ac0d95f
fix segfaults with X509.sign and X509Req.sign with certain PKeys
by Jean-Paul Calderone
· 17 years ago
e0615b5
Handle unset notBefore and notAfter values
by Jean-Paul Calderone
· 17 years ago
525ef80
Add {s,g}et_not{Before,After}
by Jean-Paul Calderone
· 17 years ago
78381d2
Support Python long integers in X509.set_serial_number and X509.get_serial_number
by Jean-Paul Calderone
· 17 years ago
2aa2b33
incref the X509Req when returning an X509Name from get_subject which refers to it; this prevents a segfault if the X509Name outlives the X509Req; update docs to reflect this and to reflect previous similar changes which were apparently made to X509.get_subject and X509.get_issuer
by Jean-Paul Calderone
· 17 years ago
7535dab
*Really* make X509NameTests Python 2.3 compatible
by Jean-Paul Calderone
· 17 years ago
ac930e1
Make X509NameTests Python 2.3 compatible
by Jean-Paul Calderone
· 17 years ago
e098dc7
Tests for X509Name.__repr__ and X509Name.__cmp__ and a change to X509Name.__cmp__ to get rid of a RuntimeWarning from Python
by Jean-Paul Calderone
· 17 years ago
7da26a7
Define assertTrue for Python 2.3 compatibility
by Jean-Paul Calderone
· 17 years ago
d71fe98
disable small bit-size rsa generation test, it hangs a lot of OpenSSL versions
by Jean-Paul Calderone
· 17 years ago
ab82db7
slightly better PKey invalid bit tests, and a fix for older versions of OpenSSL
by Jean-Paul Calderone
· 17 years ago
eff3cd9
A couple tests for X509Name
by Jean-Paul Calderone
· 17 years ago
d8782ad
Add some unit tests for OpenSSL.crypto.PKey and fix a bug in the error handling
by Jean-Paul Calderone
· 17 years ago