1. bade313 another crypto_X509_Check by Jean-Paul Calderone · 16 years ago
  2. fed4d15 use crypto_X509_Check, coz that's what we're doin' by Jean-Paul Calderone · 16 years ago
  3. 206c227 Switch to some more PyTuple APIs for simpler error handling by Jean-Paul Calderone · 16 years ago
  4. 4c6b72e use PyTuple_GetItem to simplify reference counting by Jean-Paul Calderone · 16 years ago
  5. 499fa1d move a variable declaration to the top by Jean-Paul Calderone · 16 years ago
  6. e58415f initialize a local to suppress a warning by Jean-Paul Calderone · 16 years ago
  7. e7901d7 M-x whitespace-cleanup by Jean-Paul Calderone · 16 years ago
  8. 8fefeb0 Only allocate a STACK_OF(X509) in crypto_PKCS12_export() when needed. by Rick Dean · 16 years ago
  9. aace5e9 More fixes of STACK_OF(X509) in crypto_PKCS12_New(). by Rick Dean · 16 years ago
  10. 8849f15 Stop leaking a STACK_OF(X509) in crypto_PKCS12_export. Jean-Paul's find. by Rick Dean · 16 years ago
  11. 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
  12. 3727311 Use PyString_CheckExact() in crypto_PKCS12_set_friendlyname(). Jean-Paul's find. by Rick Dean · 16 years ago
  13. 99251c2 Fix return type of crypto_PKCS12_set_friendlyname(). Jean-Paul's find. by Rick Dean · 16 years ago
  14. 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
  15. 379917c doc string fix by Rick Dean · 16 years ago
  16. 25bcc1f Handle error cases of PySequence_Length() and PySequence_GetItem(). Add an test case for zero length CA. by Rick Dean · 16 years ago
  17. 42d69e1 Change the API for setting and getting friendlyNames of PKCS12 by Rick Dean · 16 years ago
  18. 4830525 Convert crypto_PKCS12Obj->cacerts to a tuple as Jean-Paul pointed out. by Rick Dean · 16 years ago
  19. 585cd9e The PyObjets of struct crypto_PKCS12Obj are never NULL so stop checking. by Rick Dean · 16 years ago
  20. 38a05c8 Implemented some of the PKCS12 fixups requested by JP. by Rick Dean · 16 years ago
  21. 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
  22. e182f48 Documentation updates and a small test case addition. by Rick Dean · 16 years ago
  23. cbeaca0 convert PKCS12 to more modern type. by Rick Dean · 16 years ago
  24. 623ee36 new branch is changes lp:~rick-fdd/pyopenssl/pkcs12_mod_and_export applied to trunk by Rick Dean · 16 years ago
  25. 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
  26. 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
  27. 54bcc83 Change docstrings from being C programmer oriented to being Python programmer oriented by Jean-Paul Calderone · 16 years ago
  28. 8d6b787 Remove CVSid variables as they are no longer kept up to date by Jean-Paul Calderone · 17 years ago
  29. 897bc25 initial source import by Jean-Paul Calderone · 17 years ago