Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pyopenssl
/
536ba0209b62de936e3d8ffd8c6d8dc9adfa33b1
/
src
/
crypto
/
crypto.c
536ba02
Add support for CRL and Revoked objects.
by Rick Dean
· 16 years ago
88f38b2
minor tweaks
by Jean-Paul Calderone
· 16 years ago
1206daf
Expose exception_from_error_queue in the most inelegant way; use this in the base TestCase to make sure no tests leave garbage errors lying around
by Jean-Paul Calderone
· 16 years ago
d369c93
Convert exception_from_error_queue() macros into a single function. Besides code maintainability, this makes our fast path shorter for better cache performance.
by Rick Dean
· 16 years ago
0cdb7bd
switch x509store initialization over to the module-based api as well
by Jean-Paul Calderone
· 16 years ago
dc138fa
some minimal pkcs7 and pkcs12 tests, and minor adjustments to their part of OpenSSL.crypto module initialization; change NetscapeSPKI to be a type that can be instantiated, and add a very minimal amount of testing for it
by Jean-Paul Calderone
· 16 years ago
51e9066
convert X509Extension to a type that can be instantiated
by Jean-Paul Calderone
· 16 years ago
f159252
convert X509Req to a type that can be instantiated
by Jean-Paul Calderone
· 16 years ago
2cd7a92
convert X509Name to a type that can be instantiated
by Jean-Paul Calderone
· 16 years ago
a4230d9
convert X509 to a type that can be instantiated
by Jean-Paul Calderone
· 16 years ago
2e1da57
convert PKey to a type that can be instantiated
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
5b7b637
FILETYPE_TEXT for dumping certificates, private keys, and certificate signing requests.
by Rick Dean
· 16 years ago
28ebb30
apply pyOpenSSL-0.8.patch from Marc-Andre Lemburg
by Jean-Paul Calderone
· 17 years ago
f60beec
Apply PyObject.patch correcting the return type of several functions
by Jean-Paul Calderone
· 17 years ago
aea5d90
Initialize OpenSSL for use with threads.
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
ac0d95f
fix segfaults with X509.sign and X509Req.sign with certain PKeys
by Jean-Paul Calderone
· 17 years ago
7df40db
Apply patch from Victor Stinner
by Jean-Paul Calderone
· 17 years ago
897bc25
initial source import
by Jean-Paul Calderone
· 17 years ago