1. 4ce9c9e Merge pull request #525 from skeuomorf/installation-docs by Paul Kehrer · 12 years ago
  2. b0293bf Added installation section to index.rst by skeuomorf · 12 years ago
  3. eef972b Merge pull request #528 from reaperhulk/fix-527 by Alex Gaynor · 12 years ago
  4. d571d87 Merge pull request #529 from alex/add-this-method by David Reid · 12 years ago
  5. 4c75a8c quotes inside, diff examples by Paul Kehrer · 12 years ago
  6. 8377504 Expose this method because probably someone will need it eventually by Alex Gaynor · 12 years ago
  7. 1d65a2f fix spacing, remove versionadded since HashAlgorithm was in 0.1 by Paul Kehrer · 12 years ago
  8. e51a2db document HashAlgorithm by Paul Kehrer · 12 years ago
  9. cfde5ab Merge pull request #524 from sholsapp/master by Paul Kehrer · 12 years ago
  10. bc26efb Added canonical installation document with details about various platforms, fixes #519 by skeuomorf · 12 years ago
  11. ab09605 Add bindings for X509_REQ_get_extensions. by Stephen Holsapple · 12 years ago
  12. 4f78ee7 Merge pull request #526 from longaccess/master by Alex Gaynor · 12 years ago
  13. 173982e add Konstantinos Koukopoulos to AUTHORS.rst by Konstantinos Koukopoulos · 12 years ago
  14. 79777fb Merge pull request #523 from alex/changelog by Paul Kehrer · 12 years ago
  15. 8a39c51 Add this to the changelog by Alex Gaynor · 12 years ago
  16. 1ff8735 Merge pull request #522 from alex/no-ec-openssl by Paul Kehrer · 12 years ago
  17. 67d5c24 Fuck, fix by Alex Gaynor · 12 years ago
  18. 628a1c4 C is not a good programming language by Alex Gaynor · 12 years ago
  19. 83b4eee This needs to be first by Alex Gaynor · 12 years ago
  20. e8f7766 Doh, reorder by Alex Gaynor · 12 years ago
  21. af55369 This type is not defined either of course by Alex Gaynor · 12 years ago
  22. 0c782cf Whoops, backwards by Alex Gaynor · 12 years ago
  23. 611c27d Fixed #521 -- work on systems with no ec header at all by Alex Gaynor · 12 years ago
  24. 1f8cd62 Merge pull request #513 from alex/kdf-interface by Paul Kehrer · 12 years ago
  25. 59393dd Merge pull request #518 from longaccess/master by Paul Kehrer · 12 years ago
  26. 8454c51 Document that this is new in 0.2 by Alex Gaynor · 12 years ago
  27. e19e89f Enforce that these may only be called once by Alex Gaynor · 12 years ago
  28. 5d9c6b2 add example for windows installation by Konstantinos Koukopoulos · 12 years ago
  29. 5484f72 Try to improve the docs by Alex Gaynor · 12 years ago
  30. 8f369b7 improve previous note on windows build by Konstantinos Koukopoulos · 12 years ago
  31. 7010df9 document how to build w/ custom openssl on windows by Konstantinos Koukopoulos · 12 years ago
  32. 366ea6b Merge pull request #517 from reaperhulk/pbkdf2-sha1-vectors by Alex Gaynor · 12 years ago
  33. 44fd074 add PBKDF2 SHA1 vectors from RFC 6070 by Paul Kehrer · 12 years ago
  34. 1b1c351 Merge pull request #516 from alex/design-principle-verify by Paul Kehrer · 12 years ago
  35. 61137bc Reword for clarity by Alex Gaynor · 12 years ago
  36. 24eb677 DOcument that verify() apis should be provided by Alex Gaynor · 12 years ago
  37. 288403a Attempt some more natural language by Alex Gaynor · 12 years ago
  38. e62829e Merge pull request #515 from dreid/nisted-hkdf-vectors by Alex Gaynor · 12 years ago
  39. 8412e74 Convert the HKDF vectors to the NIST format. by David Reid · 12 years ago
  40. 904cd21 Merge pull request #512 from alex/hash-cleanup by David Reid · 12 years ago
  41. b2774f5 Begin designing the KDF interfaces. Fixes #511 by Alex Gaynor · 12 years ago
  42. 36e651c Represent the hash vectors more cleanly by Alex Gaynor · 12 years ago
  43. 6b4f323 Merge pull request #510 from alex/linkify by Paul Kehrer · 12 years ago
  44. 2a91874 Linkify the RSA docs by Alex Gaynor · 12 years ago
  45. 77d63d3 Merge pull request #509 from reaperhulk/rsa-interface-only by Alex Gaynor · 12 years ago
  46. 46688b1 indentation is fun by Paul Kehrer · 12 years ago
  47. 82629f4 adding versionadded by Paul Kehrer · 12 years ago
  48. 359b946 methods don't have a type, they return things by Paul Kehrer · 12 years ago
  49. 6cf35f3 update docstrings by Paul Kehrer · 12 years ago
  50. 0e94fbe make public_key an abstractmethod, update docs by Paul Kehrer · 12 years ago
  51. d527b30 update interface docs to make attributes return int (per irc discussion) by Paul Kehrer · 12 years ago
  52. ac42323 RSA private/public key interface + docs by Paul Kehrer · 12 years ago
  53. d062dc8 Merge pull request #507 from alex/changelog by Donald Stufft · 12 years ago
  54. 7ecb985 Added thread safety to the changelog by Alex Gaynor · 12 years ago
  55. f2e34be Merge pull request #492 from public/py-thread-safe by Alex Gaynor · 12 years ago
  56. 29446cd Remove the contenious test of contention by Alex Stapleton · 12 years ago
  57. 5fb7eb4 Backticks by Alex Stapleton · 12 years ago
  58. 12532f6 Merge pull request #505 from alex/system-error by Paul Kehrer · 12 years ago
  59. 81744df Typo fix by Alex Gaynor · 12 years ago
  60. 0d62fb0 Switch to using our own InternalError, instead of SystemError by Alex Gaynor · 12 years ago
  61. bb41bf4 Merge pull request #504 from alex/syntax-highlight by Paul Kehrer · 12 years ago
  62. 917e82e Mark that tehse are console sections so they syntax highlight by Alex Gaynor · 12 years ago
  63. 29ffbd9 Merge pull request #450 from reaperhulk/fix-444 by Alex Gaynor · 12 years ago
  64. 017f0b0 add instructions on how to install openssl via homebrew by Paul Kehrer · 12 years ago
  65. 8caeb8d add env so homebrew instructions work in fish as well as bash on OS X by Paul Kehrer · 12 years ago
  66. 57e280b add doc info about how to link against homebrew OpenSSL on OS X by Paul Kehrer · 12 years ago
  67. 7ce51f2 Split a test in half by Alex Stapleton · 12 years ago
  68. fcae150 Some docs by Alex Stapleton · 12 years ago
  69. 06649cf Also test the locking cb directly by Alex Stapleton · 12 years ago
  70. 17ed58d Python implementation of OpenSSL locking callback by Alex Stapleton · 12 years ago
  71. adbe080 Merge pull request #499 from alex/windows-openssl by Paul Kehrer · 12 years ago
  72. 99f9279 Merge pull request #322 from reaperhulk/windows-support by Alex Gaynor · 12 years ago
  73. b495790 add windows support to changelog by Paul Kehrer · 12 years ago
  74. 8942efa remove advapi32 until we need it (for cryptgenrandom) by Paul Kehrer · 12 years ago
  75. f84ca67 add library switch for windows support by Paul Kehrer · 12 years ago
  76. 46ffbfb Merge pull request #500 from dreid/hkdf-vectors by Paul Kehrer · 12 years ago
  77. f5e2b4d Merge pull request #501 from alex/document-primitives by Donald Stufft · 12 years ago
  78. b32b491 DOcument the primitives used in Fernet by Alex Gaynor · 12 years ago
  79. ec73839 SHA256 vectors. by David Reid · 12 years ago
  80. 580e883 Add HKDF vectors from RFC5869. by David Reid · 12 years ago
  81. e7651de Link the official page by Alex Gaynor · 12 years ago
  82. a8fc6f3 Document where to get OpenSSL on windows by Alex Gaynor · 12 years ago
  83. 56f81ea Merge pull request #498 from alex/redirect by Paul Kehrer · 12 years ago
  84. 3c1eb12 Capital S is the canonical URL by Alex Gaynor · 12 years ago
  85. c60f4c7 Merge pull request #497 from reaperhulk/pbkdf2-commoncrypto-bindings by Alex Gaynor · 12 years ago
  86. a6d794f Merge pull request #496 from reaperhulk/pbkdf2-openssl-bindings by Alex Gaynor · 12 years ago
  87. 3ae3d90 add commoncrypto PBKDF2 bindings by Paul Kehrer · 12 years ago
  88. 2dc0c71 add PBKDF2 from OpenSSL (for future KDF to live alongside HKDF) by Paul Kehrer · 12 years ago
  89. 7f57186 Merge pull request #495 from reaperhulk/commoncrypto-gcm-backend by David Reid · 12 years ago
  90. 0437e8d comma for flair by Paul Kehrer · 12 years ago
  91. f839016 remove encrypt/decrypt attributes on CommonCrypto cipher classes by Paul Kehrer · 12 years ago
  92. 9eca43c GCM support for CommonCrypto backend by Paul Kehrer · 12 years ago
  93. cd9dc6d add kCCModeGCM by Paul Kehrer · 12 years ago
  94. 692e3de Merge pull request #494 from reaperhulk/commoncrypto-gcm-bindings by Alex Gaynor · 12 years ago
  95. 40c7f9e GCM bindings for CommonCrypto by Paul Kehrer · 12 years ago
  96. eddef3a Merge pull request #493 from reaperhulk/aes-keywrap-bindings by Alex Gaynor · 12 years ago
  97. 0f82a66 support for aes keywrap (RFC 3394) in the bindings by Paul Kehrer · 12 years ago
  98. 272e748 Merge pull request #491 from alex/setuptools-installed by Donald Stufft · 12 years ago
  99. 597cc64 Starting now, setuptools should come with pip *fingerscrossed* by Alex Gaynor · 12 years ago
  100. 9261de9 Merge pull request #486 from reaperhulk/commoncrypto-cipher-backend by Alex Gaynor · 12 years ago