Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pyopenssl
/
bade3133efe252430fdbb575ec1b3ffd83f90c31
/
src
/
crypto
/
pkcs12.c
bade313
another crypto_X509_Check
by Jean-Paul Calderone
· 16 years ago
fed4d15
use crypto_X509_Check, coz that's what we're doin'
by Jean-Paul Calderone
· 16 years ago
206c227
Switch to some more PyTuple APIs for simpler error handling
by Jean-Paul Calderone
· 16 years ago
4c6b72e
use PyTuple_GetItem to simplify reference counting
by Jean-Paul Calderone
· 16 years ago
499fa1d
move a variable declaration to the top
by Jean-Paul Calderone
· 16 years ago
e58415f
initialize a local to suppress a warning
by Jean-Paul Calderone
· 16 years ago
e7901d7
M-x whitespace-cleanup
by Jean-Paul Calderone
· 16 years ago
8fefeb0
Only allocate a STACK_OF(X509) in crypto_PKCS12_export() when needed.
by Rick Dean
· 16 years ago
aace5e9
More fixes of STACK_OF(X509) in crypto_PKCS12_New().
by Rick Dean
· 16 years ago
8849f15
Stop leaking a STACK_OF(X509) in crypto_PKCS12_export. Jean-Paul's find.
by Rick Dean
· 16 years ago
ee56830
Stop leaking a STACK_OF(X509) on error cases of crypto_PKCS12_New(). Add a test case of that. Jean-Paul's find.
by Rick Dean
· 16 years ago
3727311
Use PyString_CheckExact() in crypto_PKCS12_set_friendlyname(). Jean-Paul's find.
by Rick Dean
· 16 years ago
99251c2
Fix return type of crypto_PKCS12_set_friendlyname(). Jean-Paul's find.
by Rick Dean
· 16 years ago
e84d146
Convert cacerts to tuple() before type checking so iterators can't play games with us. Jean-Paul's find.
by Rick Dean
· 16 years ago
379917c
doc string fix
by Rick Dean
· 16 years ago
25bcc1f
Handle error cases of PySequence_Length() and PySequence_GetItem(). Add an test case for zero length CA.
by Rick Dean
· 16 years ago
42d69e1
Change the API for setting and getting friendlyNames of PKCS12
by Rick Dean
· 16 years ago
4830525
Convert crypto_PKCS12Obj->cacerts to a tuple as Jean-Paul pointed out.
by Rick Dean
· 16 years ago
585cd9e
The PyObjets of struct crypto_PKCS12Obj are never NULL so stop checking.
by Rick Dean
· 16 years ago
38a05c8
Implemented some of the PKCS12 fixups requested by JP.
by Rick Dean
· 16 years ago
864e15e
Fix warning. Silly comments about more correct datatype. Should our header files define Py_ssize_t for Python before 2.5?
by Rick Dean
· 16 years ago
e182f48
Documentation updates and a small test case addition.
by Rick Dean
· 16 years ago
cbeaca0
convert PKCS12 to more modern type.
by Rick Dean
· 16 years ago
623ee36
new branch is changes lp:~rick-fdd/pyopenssl/pkcs12_mod_and_export applied to trunk
by Rick Dean
· 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
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
54bcc83
Change docstrings from being C programmer oriented to being Python programmer oriented
by Jean-Paul Calderone
· 16 years ago
8d6b787
Remove CVSid variables as they are no longer kept up to date
by Jean-Paul Calderone
· 17 years ago
897bc25
initial source import
by Jean-Paul Calderone
· 17 years ago