Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pyopenssl
/
eecb19801a9bd04f0993440711fa495eca07408a
/
ChangeLog
eecb198
Fix NUL handling in OpenSSL.crypto.sign and OpenSSL.crypto.verify
by Jean-Paul Calderone
· 14 years ago
ee6532d
Add a Connection method for inspecting the certificate chain.
by Jean-Paul Calderone
· 14 years ago
9c77167
Add X509.get_signature_algorithm
by Jean-Paul Calderone
· 14 years ago
9eff569
Support OpenSSL 1.0
by Jean-Paul Calderone
· 14 years ago
2309cd6
document SSLeay_version et al
by Jean-Paul Calderone
· 14 years ago
fc572cf
Mark the release in the ChangeLog
by Jean-Paul Calderone
· 14 years ago
c2d2bdb
Add more access to certificate extension data
by Jean-Paul Calderone
· 14 years ago
f65fe48
ChangeLog entry
by Jean-Paul Calderone
· 14 years ago
f6a4a7c
Merge send-memoryview
by Jean-Paul Calderone
· 15 years ago
8e1716f
Merge 0.11 release branch
by Jean-Paul Calderone
· 15 years ago
7cb3f6d
Note the release in the ChangeLog
by Jean-Paul Calderone
· 15 years ago
d16a364
Python 3.x support
by Jean-Paul Calderone
· 15 years ago
84fd374
note what changed
by Jean-Paul Calderone
· 15 years ago
6d78fed
Restructure the repository to ease development and testing
by Jean-Paul Calderone
· 15 years ago
7c2e5d3
* src/crypto/crypto.c: Added crypto.sign and crypto.verify methods
by James Yonan
· 15 years ago
40b32a2
Apply Sandro Tosi's spelling patch
by Jean-Paul Calderone
· 16 years ago
5cc6197
Prepare for 0.10 - bump version
by Jean-Paul Calderone
· 16 years ago
7675191
Re-merge the client CA changes, this time with Windows build fixes to so I can tell if anything actually works
by Jean-Paul Calderone
· 16 years ago
2953db8
Add additional PKCS12 features
by Jean-Paul Calderone
· 16 years ago
9ac425c
Add support for specifying subject and issuer information when creating X509 extensions
by Jean-Paul Calderone
· 16 years ago
8b32799
Fix X509Name.__getattr__ and flush_error_queue
by Jean-Paul Calderone
· 16 years ago
b3b94e0
note changes
by Jean-Paul Calderone
· 16 years ago
1880865
Make it easier to be Python 2.3 compatible by making that the default
by Jean-Paul Calderone
· 16 years ago
0b88b6a
Switch from Twisted's TestCase to the stdlib TestCase so there are fewer ways the test suite can be invoked
by Jean-Paul Calderone
· 16 years ago
fdc5a0a
changelog entry
by Jean-Paul Calderone
· 16 years ago
54bcc83
Change docstrings from being C programmer oriented to being Python programmer oriented
by Jean-Paul Calderone
· 16 years ago
a96bfed
Correctly handle extension initialization errors
by Jean-Paul Calderone
· 16 years ago
b092159
Credit where credit is due - Rick Dean wrote at least half of this stuff
by Jean-Paul Calderone
· 16 years ago
d683f2d
Add support for in-memory BIOs
by Jean-Paul Calderone
· 16 years ago
71ff368
Bumping version to 0.9
by Jean-Paul Calderone
· 16 years ago
ec48cd5
Fix the thread-related segfault
by Jean-Paul Calderone
· 16 years ago
b8a7073
Add FILETYPE_TEXT for dumping keys and certificates to a text format
by Jean-Paul Calderone
· 16 years ago
f8c5fab
Add X509ExtensionType.get_short_name
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
24e2b0b
Fixes to eliminate compiler warnings
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
f7f0fb4
bump version to 0.8 for new release
by Jean-Paul Calderone
· 17 years ago
1eeb29e
Correct the documentation for set_passwd_cb
by Jean-Paul Calderone
· 17 years ago
002bf46
undeprecate tsafe, since Connection still isn't all that awesome when used in multiple threads
by Jean-Paul Calderone
· 17 years ago
b5fdbbf
note the release
by Jean-Paul Calderone
· 17 years ago
a319ca9
Deprecate tsafe
by Jean-Paul Calderone
· 17 years ago
b7d6db2
Update ChangeLog and docs which discuss threading issues
by Jean-Paul Calderone
· 17 years ago
aa9c797
note changes
by Jean-Paul Calderone
· 17 years ago
aea5d90
Initialize OpenSSL for use with threads.
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
e53ccf7
Updates for 0.7 final
by Jean-Paul Calderone
· 17 years ago
c54cc18
X509Name.get_components
by Jean-Paul Calderone
· 17 years ago
c821543
note fixed bug
by Jean-Paul Calderone
· 17 years ago
9ab16c0
changelog
by Jean-Paul Calderone
· 17 years ago
3de9f62
Remove expired certificates and add a note about how to generate new ones. Add some coding declarations where necessary.
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
525ef80
Add {s,g}et_not{Before,After}
by Jean-Paul Calderone
· 17 years ago
da92ccc
changelog
by Jean-Paul Calderone
· 17 years ago
7df40db
Apply patch from Victor Stinner
by Jean-Paul Calderone
· 17 years ago
12ea9a0
Changes to support compilation on Windows
by Jean-Paul Calderone
· 17 years ago
72b8f0f
Expose SSL_set_shutdown and SSL_get_shutdown on Connection
by Jean-Paul Calderone
· 17 years ago
19555b9
Get rid of X509_get_pubkey leak
by Jean-Paul Calderone
· 17 years ago
779db6b
note about changes in the ChangeLog
by Jean-Paul Calderone
· 17 years ago
897bc25
initial source import
by Jean-Paul Calderone
· 17 years ago