1. 8942efa remove advapi32 until we need it (for cryptgenrandom) by Paul Kehrer · 12 years ago
  2. f84ca67 add library switch for windows support by Paul Kehrer · 12 years ago
  3. 46ffbfb Merge pull request #500 from dreid/hkdf-vectors by Paul Kehrer · 12 years ago
  4. f5e2b4d Merge pull request #501 from alex/document-primitives by Donald Stufft · 12 years ago
  5. b32b491 DOcument the primitives used in Fernet by Alex Gaynor · 12 years ago
  6. ec73839 SHA256 vectors. by David Reid · 12 years ago
  7. 580e883 Add HKDF vectors from RFC5869. by David Reid · 12 years ago
  8. 56f81ea Merge pull request #498 from alex/redirect by Paul Kehrer · 12 years ago
  9. 3c1eb12 Capital S is the canonical URL by Alex Gaynor · 12 years ago
  10. c60f4c7 Merge pull request #497 from reaperhulk/pbkdf2-commoncrypto-bindings by Alex Gaynor · 12 years ago
  11. a6d794f Merge pull request #496 from reaperhulk/pbkdf2-openssl-bindings by Alex Gaynor · 12 years ago
  12. 3ae3d90 add commoncrypto PBKDF2 bindings by Paul Kehrer · 12 years ago
  13. 2dc0c71 add PBKDF2 from OpenSSL (for future KDF to live alongside HKDF) by Paul Kehrer · 12 years ago
  14. 7f57186 Merge pull request #495 from reaperhulk/commoncrypto-gcm-backend by David Reid · 12 years ago
  15. 0437e8d comma for flair by Paul Kehrer · 12 years ago
  16. f839016 remove encrypt/decrypt attributes on CommonCrypto cipher classes by Paul Kehrer · 12 years ago
  17. 9eca43c GCM support for CommonCrypto backend by Paul Kehrer · 12 years ago
  18. cd9dc6d add kCCModeGCM by Paul Kehrer · 12 years ago
  19. 692e3de Merge pull request #494 from reaperhulk/commoncrypto-gcm-bindings by Alex Gaynor · 12 years ago
  20. 40c7f9e GCM bindings for CommonCrypto by Paul Kehrer · 12 years ago
  21. eddef3a Merge pull request #493 from reaperhulk/aes-keywrap-bindings by Alex Gaynor · 12 years ago
  22. 0f82a66 support for aes keywrap (RFC 3394) in the bindings by Paul Kehrer · 12 years ago
  23. 272e748 Merge pull request #491 from alex/setuptools-installed by Donald Stufft · 12 years ago
  24. 597cc64 Starting now, setuptools should come with pip *fingerscrossed* by Alex Gaynor · 12 years ago
  25. 9261de9 Merge pull request #486 from reaperhulk/commoncrypto-cipher-backend by Alex Gaynor · 12 years ago
  26. 8d7b96e missed one. of course. by Paul Kehrer · 12 years ago
  27. b20689f style nit fix by Paul Kehrer · 12 years ago
  28. 78456c7 Merge pull request #488 from dreid/privatize-register_cipher_adapter by Alex Gaynor · 12 years ago
  29. 7e33d1c Merge pull request #489 from reaperhulk/travis-fun by Alex Gaynor · 12 years ago
  30. 1de55b7 Merge branch 'master' into commoncrypto-cipher-backend by Paul Kehrer · 12 years ago
  31. 5a24940 Moar backtick. by David Reid · 12 years ago
  32. 2084fa5 Add to changelog. by David Reid · 12 years ago
  33. 2c511bc move some dashes around :) by Paul Kehrer · 12 years ago
  34. 9b1c2fc experiment to disable duplicate cc test runs on osx and speed up travis by Paul Kehrer · 12 years ago
  35. cd10571 Merge pull request #468 from reaperhulk/backend-flag-pytest by David Reid · 12 years ago
  36. e2ad5ca Remove register_cipher_adapter from the interface and the documentation. by David Reid · 12 years ago
  37. 5ab6a20 make register_cipher_adapter private and fix cryptorref release by Paul Kehrer · 12 years ago
  38. ad4f646 expand tox backend example by Paul Kehrer · 12 years ago
  39. 580e992 Merge pull request #487 from alex/install-cc-bindings-osx by Paul Kehrer · 12 years ago
  40. 263a335 change cipher registry to store enums by Paul Kehrer · 12 years ago
  41. defc7f0 On OS X at build time compile the CC bindings by Alex Gaynor · 12 years ago
  42. 4047694 add comment and change gc for cipher context by Paul Kehrer · 12 years ago
  43. a33a5e3 add error handler by Paul Kehrer · 12 years ago
  44. ed8d864 update changelog for commoncrypto backend by Paul Kehrer · 12 years ago
  45. 966821a add cipher support to the commoncrypto backend by Paul Kehrer · 12 years ago
  46. 5f60acb Merge pull request #485 from reaperhulk/common-crypto-cipher-bindings by Alex Gaynor · 12 years ago
  47. 2dbb63b remove an extraneous linefeed by Paul Kehrer · 12 years ago
  48. 34fb5e5 Merge pull request #484 from reaperhulk/common-crypto-hmac by Alex Gaynor · 12 years ago
  49. 8a73608 reformat bindings and remove GCM for the moment by Paul Kehrer · 12 years ago
  50. 6665922 add cipher bindings for CommonCrypto by Paul Kehrer · 12 years ago
  51. b74658e doc updates by Paul Kehrer · 12 years ago
  52. 0192692 hmac support for commoncrypto by Paul Kehrer · 12 years ago
  53. 83a299c Merge pull request #449 from reaperhulk/common-crypto-backend by Alex Gaynor · 12 years ago
  54. 6ce4bb7 added versionadded by Paul Kehrer · 12 years ago
  55. 6d913a6 changelog to note addition of commoncrypto backend with hash support by Paul Kehrer · 12 years ago
  56. cfa2d62 fix docs by Paul Kehrer · 12 years ago
  57. ab6fa0a doc updates by Paul Kehrer · 12 years ago
  58. 5882361 update docs for name attribute by Paul Kehrer · 12 years ago
  59. 4925575 fix copy mistake in docs by Paul Kehrer · 12 years ago
  60. d6b8dfa increase indent and note the value of the attribute in the docs by Paul Kehrer · 12 years ago
  61. b545e9e move HashMethods to top level by Paul Kehrer · 12 years ago
  62. 33cd92d privatize hash_mapping by Paul Kehrer · 12 years ago
  63. 16bf40c rename a few things in an attempt to improve clarity by Paul Kehrer · 12 years ago
  64. 70b6cf8 stop using byte keys for no reason by Paul Kehrer · 12 years ago
  65. 12656e5 update docs, add name attribute to backend by Paul Kehrer · 12 years ago
  66. d669cd3 Merge branch 'master' into common-crypto-backend by Paul Kehrer · 12 years ago
  67. aed9e17 revert fixture decorator for now, switch to append. no more globals by Paul Kehrer · 12 years ago
  68. 4577c6b Merge pull request #483 from public/struct-insides by Paul Kehrer · 12 years ago
  69. 259f30d Expose the innards of DH and DSA by Alex Stapleton · 12 years ago
  70. 2502ce5 docs for explicit backend selection and document name attribute of backend by Paul Kehrer · 12 years ago
  71. c421e63 modify backend selection to allow multiple backends via comma delimiter by Paul Kehrer · 12 years ago
  72. 489c525 Merge pull request #481 from public/asym-bindings by Paul Kehrer · 12 years ago
  73. 955b4e5 Merge pull request #480 from public/opaque-typedefs by Paul Kehrer · 12 years ago
  74. 13c48f7 More bindings for asymmetric stuff by Alex Stapleton · 12 years ago
  75. f72b557 Tell cffi these opaque types are pointers. by Alex Stapleton · 12 years ago
  76. f6ff9a7 Merge pull request #473 from reaperhulk/remove-thread-state by David Reid · 12 years ago
  77. e30d62c rename variable to be less confusing and terrible by Paul Kehrer · 12 years ago
  78. 5b5b5b7 Merge pull request #478 from alex/document-cc-bindings by David Reid · 12 years ago
  79. 8ea6a82 Document when the common crypto bindings were added by Alex Gaynor · 12 years ago
  80. 16168d0 Merge pull request #477 from alex/expose-ecdhe-name by Donald Stufft · 12 years ago
  81. 78de94d Expose a name needed for ECDHE -- the NIDs are always available by Alex Gaynor · 12 years ago
  82. 29faafe Merge pull request #475 from alex/ecdhe-nids by Paul Kehrer · 12 years ago
  83. 666bd2d Merge pull request #474 from dreid/epub-theme by Paul Kehrer · 12 years ago
  84. 675577b Expose the nids for the various eliptical curve things. I don't understand what these mean. by Alex Gaynor · 12 years ago
  85. dd97bfe Specify the epub theme to fix the epub build on RTD. by David Reid · 12 years ago
  86. 5950fe9 Merge pull request #470 from alex/bind-ecdhe-stuff by Paul Kehrer · 12 years ago
  87. 3e5e686 Added forgotten decl by Alex Gaynor · 12 years ago
  88. d631494 reversed by Alex Gaynor · 12 years ago
  89. 162eead Allow these to not be defined because lololol fedora/centos by Alex Gaynor · 12 years ago
  90. 25feab3 Merge pull request #472 from alex/dont-require-spelling by Paul Kehrer · 12 years ago
  91. 2b49e34 add conditional ERR_remove_thread_state. PyOpenSSL uses this by Paul Kehrer · 12 years ago
  92. eb656bd Don't require sphinx spelling to be installed, for readthedocs benefit by Alex Gaynor · 12 years ago
  93. ac46674 Merge pull request #471 from alex/requirements by Hynek Schlawack · 12 years ago
  94. df25003 This is also a requirement by Alex Gaynor · 12 years ago
  95. f2c5bfa oops by Alex Gaynor · 12 years ago
  96. eadc2ee Start binding some stuff for ECDHE in pyOpenSSL. by Alex Gaynor · 12 years ago
  97. 681e7a5 better name for the variable by Paul Kehrer · 12 years ago
  98. 098579e don't mutate _ALL_BACKENDS by Paul Kehrer · 12 years ago
  99. c1fd2be pass posargs via tox so --backend can be used for tox envs by Paul Kehrer · 12 years ago
  100. 34c075e support --backend as a pytest flag to limit to one backend for testing by Paul Kehrer · 12 years ago