1. f2e34be Merge pull request #492 from public/py-thread-safe by Alex Gaynor · 12 years ago
  2. 29446cd Remove the contenious test of contention by Alex Stapleton · 12 years ago
  3. 5fb7eb4 Backticks by Alex Stapleton · 12 years ago
  4. 12532f6 Merge pull request #505 from alex/system-error by Paul Kehrer · 12 years ago
  5. 81744df Typo fix by Alex Gaynor · 12 years ago
  6. 0d62fb0 Switch to using our own InternalError, instead of SystemError by Alex Gaynor · 12 years ago
  7. bb41bf4 Merge pull request #504 from alex/syntax-highlight by Paul Kehrer · 12 years ago
  8. 917e82e Mark that tehse are console sections so they syntax highlight by Alex Gaynor · 12 years ago
  9. 29ffbd9 Merge pull request #450 from reaperhulk/fix-444 by Alex Gaynor · 12 years ago
  10. 017f0b0 add instructions on how to install openssl via homebrew by Paul Kehrer · 12 years ago
  11. 8caeb8d add env so homebrew instructions work in fish as well as bash on OS X by Paul Kehrer · 12 years ago
  12. 57e280b add doc info about how to link against homebrew OpenSSL on OS X by Paul Kehrer · 12 years ago
  13. 7ce51f2 Split a test in half by Alex Stapleton · 12 years ago
  14. fcae150 Some docs by Alex Stapleton · 12 years ago
  15. 06649cf Also test the locking cb directly by Alex Stapleton · 12 years ago
  16. 17ed58d Python implementation of OpenSSL locking callback by Alex Stapleton · 12 years ago
  17. adbe080 Merge pull request #499 from alex/windows-openssl by Paul Kehrer · 12 years ago
  18. 99f9279 Merge pull request #322 from reaperhulk/windows-support by Alex Gaynor · 12 years ago
  19. b495790 add windows support to changelog by Paul Kehrer · 12 years ago
  20. 8942efa remove advapi32 until we need it (for cryptgenrandom) by Paul Kehrer · 12 years ago
  21. f84ca67 add library switch for windows support by Paul Kehrer · 12 years ago
  22. 46ffbfb Merge pull request #500 from dreid/hkdf-vectors by Paul Kehrer · 12 years ago
  23. f5e2b4d Merge pull request #501 from alex/document-primitives by Donald Stufft · 12 years ago
  24. b32b491 DOcument the primitives used in Fernet by Alex Gaynor · 12 years ago
  25. ec73839 SHA256 vectors. by David Reid · 12 years ago
  26. 580e883 Add HKDF vectors from RFC5869. by David Reid · 12 years ago
  27. e7651de Link the official page by Alex Gaynor · 12 years ago
  28. a8fc6f3 Document where to get OpenSSL on windows by Alex Gaynor · 12 years ago
  29. 56f81ea Merge pull request #498 from alex/redirect by Paul Kehrer · 12 years ago
  30. 3c1eb12 Capital S is the canonical URL by Alex Gaynor · 12 years ago
  31. c60f4c7 Merge pull request #497 from reaperhulk/pbkdf2-commoncrypto-bindings by Alex Gaynor · 12 years ago
  32. a6d794f Merge pull request #496 from reaperhulk/pbkdf2-openssl-bindings by Alex Gaynor · 12 years ago
  33. 3ae3d90 add commoncrypto PBKDF2 bindings by Paul Kehrer · 12 years ago
  34. 2dc0c71 add PBKDF2 from OpenSSL (for future KDF to live alongside HKDF) by Paul Kehrer · 12 years ago
  35. 7f57186 Merge pull request #495 from reaperhulk/commoncrypto-gcm-backend by David Reid · 12 years ago
  36. 0437e8d comma for flair by Paul Kehrer · 12 years ago
  37. f839016 remove encrypt/decrypt attributes on CommonCrypto cipher classes by Paul Kehrer · 12 years ago
  38. 9eca43c GCM support for CommonCrypto backend by Paul Kehrer · 12 years ago
  39. cd9dc6d add kCCModeGCM by Paul Kehrer · 12 years ago
  40. 692e3de Merge pull request #494 from reaperhulk/commoncrypto-gcm-bindings by Alex Gaynor · 12 years ago
  41. 40c7f9e GCM bindings for CommonCrypto by Paul Kehrer · 12 years ago
  42. eddef3a Merge pull request #493 from reaperhulk/aes-keywrap-bindings by Alex Gaynor · 12 years ago
  43. 0f82a66 support for aes keywrap (RFC 3394) in the bindings by Paul Kehrer · 12 years ago
  44. 272e748 Merge pull request #491 from alex/setuptools-installed by Donald Stufft · 12 years ago
  45. 597cc64 Starting now, setuptools should come with pip *fingerscrossed* by Alex Gaynor · 12 years ago
  46. 9261de9 Merge pull request #486 from reaperhulk/commoncrypto-cipher-backend by Alex Gaynor · 12 years ago
  47. 8d7b96e missed one. of course. by Paul Kehrer · 12 years ago
  48. b20689f style nit fix by Paul Kehrer · 12 years ago
  49. 78456c7 Merge pull request #488 from dreid/privatize-register_cipher_adapter by Alex Gaynor · 12 years ago
  50. 7e33d1c Merge pull request #489 from reaperhulk/travis-fun by Alex Gaynor · 12 years ago
  51. 1de55b7 Merge branch 'master' into commoncrypto-cipher-backend by Paul Kehrer · 12 years ago
  52. 5a24940 Moar backtick. by David Reid · 12 years ago
  53. 2084fa5 Add to changelog. by David Reid · 12 years ago
  54. 2c511bc move some dashes around :) by Paul Kehrer · 12 years ago
  55. 9b1c2fc experiment to disable duplicate cc test runs on osx and speed up travis by Paul Kehrer · 12 years ago
  56. cd10571 Merge pull request #468 from reaperhulk/backend-flag-pytest by David Reid · 12 years ago
  57. e2ad5ca Remove register_cipher_adapter from the interface and the documentation. by David Reid · 12 years ago
  58. 5ab6a20 make register_cipher_adapter private and fix cryptorref release by Paul Kehrer · 12 years ago
  59. ad4f646 expand tox backend example by Paul Kehrer · 12 years ago
  60. 580e992 Merge pull request #487 from alex/install-cc-bindings-osx by Paul Kehrer · 12 years ago
  61. 263a335 change cipher registry to store enums by Paul Kehrer · 12 years ago
  62. defc7f0 On OS X at build time compile the CC bindings by Alex Gaynor · 12 years ago
  63. 4047694 add comment and change gc for cipher context by Paul Kehrer · 12 years ago
  64. a33a5e3 add error handler by Paul Kehrer · 12 years ago
  65. ed8d864 update changelog for commoncrypto backend by Paul Kehrer · 12 years ago
  66. 966821a add cipher support to the commoncrypto backend by Paul Kehrer · 12 years ago
  67. 5f60acb Merge pull request #485 from reaperhulk/common-crypto-cipher-bindings by Alex Gaynor · 12 years ago
  68. 2dbb63b remove an extraneous linefeed by Paul Kehrer · 12 years ago
  69. 34fb5e5 Merge pull request #484 from reaperhulk/common-crypto-hmac by Alex Gaynor · 12 years ago
  70. 8a73608 reformat bindings and remove GCM for the moment by Paul Kehrer · 12 years ago
  71. 6665922 add cipher bindings for CommonCrypto by Paul Kehrer · 12 years ago
  72. b74658e doc updates by Paul Kehrer · 12 years ago
  73. 0192692 hmac support for commoncrypto by Paul Kehrer · 12 years ago
  74. 83a299c Merge pull request #449 from reaperhulk/common-crypto-backend by Alex Gaynor · 12 years ago
  75. 6ce4bb7 added versionadded by Paul Kehrer · 12 years ago
  76. 6d913a6 changelog to note addition of commoncrypto backend with hash support by Paul Kehrer · 12 years ago
  77. cfa2d62 fix docs by Paul Kehrer · 12 years ago
  78. ab6fa0a doc updates by Paul Kehrer · 12 years ago
  79. 5882361 update docs for name attribute by Paul Kehrer · 12 years ago
  80. 4925575 fix copy mistake in docs by Paul Kehrer · 12 years ago
  81. d6b8dfa increase indent and note the value of the attribute in the docs by Paul Kehrer · 12 years ago
  82. b545e9e move HashMethods to top level by Paul Kehrer · 12 years ago
  83. 33cd92d privatize hash_mapping by Paul Kehrer · 12 years ago
  84. 16bf40c rename a few things in an attempt to improve clarity by Paul Kehrer · 12 years ago
  85. 70b6cf8 stop using byte keys for no reason by Paul Kehrer · 12 years ago
  86. 12656e5 update docs, add name attribute to backend by Paul Kehrer · 12 years ago
  87. d669cd3 Merge branch 'master' into common-crypto-backend by Paul Kehrer · 12 years ago
  88. aed9e17 revert fixture decorator for now, switch to append. no more globals by Paul Kehrer · 12 years ago
  89. 4577c6b Merge pull request #483 from public/struct-insides by Paul Kehrer · 12 years ago
  90. 259f30d Expose the innards of DH and DSA by Alex Stapleton · 12 years ago
  91. 2502ce5 docs for explicit backend selection and document name attribute of backend by Paul Kehrer · 12 years ago
  92. c421e63 modify backend selection to allow multiple backends via comma delimiter by Paul Kehrer · 12 years ago
  93. 489c525 Merge pull request #481 from public/asym-bindings by Paul Kehrer · 12 years ago
  94. 955b4e5 Merge pull request #480 from public/opaque-typedefs by Paul Kehrer · 12 years ago
  95. 13c48f7 More bindings for asymmetric stuff by Alex Stapleton · 12 years ago
  96. f72b557 Tell cffi these opaque types are pointers. by Alex Stapleton · 12 years ago
  97. f6ff9a7 Merge pull request #473 from reaperhulk/remove-thread-state by David Reid · 12 years ago
  98. e30d62c rename variable to be less confusing and terrible by Paul Kehrer · 12 years ago
  99. 5b5b5b7 Merge pull request #478 from alex/document-cc-bindings by David Reid · 12 years ago
  100. 8ea6a82 Document when the common crypto bindings were added by Alex Gaynor · 12 years ago