1. efa5cfb Add docs about exposing features in C bindings by Laurens Van Houtven · 11 years ago
  2. 0d1122d Add note about using C-style vs C++-style comments by Laurens Van Houtven · 11 years ago
  3. ed3d15b Use C-style comments instead of C++-style comments by Laurens Van Houtven · 11 years ago
  4. 7d2c74e Add C binding documentation page by Laurens Van Houtven · 11 years ago
  5. 41a35e1 Merge pull request #1155 from reaperhulk/fix-1111 by David Reid · 11 years ago
  6. f119454 Merge pull request #1162 from reaperhulk/abstract-some-things by Alex Gaynor · 11 years ago
  7. 33bdf0f update test to cover missing line by Paul Kehrer · 11 years ago
  8. af6b64e these are abstract methods by Paul Kehrer · 11 years ago
  9. 940cb23 Merge pull request #1161 from reaperhulk/x509-vfy-continued by Alex Gaynor · 11 years ago
  10. 21d3105 a few fixes,, remove unneeded conditional on binding by Paul Kehrer · 11 years ago
  11. f87dabb Add many (all?) X509_STORE_CTX methods by Laurens Van Houtven · 11 years ago
  12. 28e935c Add STACK_OF(X509_CRL) by Laurens Van Houtven · 11 years ago
  13. 79a5130 Merge pull request #1159 from reaperhulk/deprecate-mgf1 by Alex Gaynor · 11 years ago
  14. 5c86c31 Merge pull request #1157 from reaperhulk/fix-release-automation by Alex Gaynor · 11 years ago
  15. b455df1 Merge pull request #1153 from reaperhulk/add-missing-interface-methods by Alex Stapleton · 11 years ago
  16. 6e85b17 deprecate mgf1_hash_supported. fixes #1133 by Paul Kehrer · 11 years ago
  17. d1d6f0f switch to HTTP basic auth for jenkins release automation by Paul Kehrer · 11 years ago
  18. 144a415 modify RSA numbers loading to match elliptic curve by Paul Kehrer · 11 years ago
  19. 7894daa Merge pull request #1151 from lvh/consolidate-x509-vfy by Paul Kehrer · 11 years ago
  20. ccda65b Comment style consistency by Laurens Van Houtven · 11 years ago
  21. ae234b7 Move X509_STORE functions to x509_vfy.py by Laurens Van Houtven · 11 years ago
  22. bf6feb7 Move X509_STORE_CTX out of ssl.py by Laurens Van Houtven · 11 years ago
  23. 1349c3f Whitespace fix by Laurens Van Houtven · 11 years ago
  24. d71ff1f Move verification errors into x509_vfy by Laurens Van Houtven · 11 years ago
  25. 8896280 Cryptography_HAS_10x_**VERIFICATION**_ERROR_CODES by Laurens Van Houtven · 11 years ago
  26. 3f2b65c Merge pull request #1124 from reaperhulk/rsa-numbers-deprecate by Alex Stapleton · 11 years ago
  27. ed5a124 add missing interface methods on ABCs by Paul Kehrer · 11 years ago
  28. f2fb02a deprecate old RSA classes and methods by Paul Kehrer · 11 years ago
  29. e3a5e67 Merge pull request #1147 from lvh/ffs-fedora by Paul Kehrer · 11 years ago
  30. 17c8af2 Fix comment typo by Laurens Van Houtven · 11 years ago
  31. ee1c583 Remove spurious constant definition by Laurens Van Houtven · 11 years ago
  32. 25a0a09 Conditionally add X509_V_FLAG_TRUSTED_FIRST by Laurens Van Houtven · 11 years ago
  33. 9a31bf9 Merge pull request #1144 from lvh/x509-verification-params by Alex Stapleton · 11 years ago
  34. 75f34d1 Manually check for X509_V_FLAG_CHECK_SS_SIGNATURE by Laurens Van Houtven · 11 years ago
  35. 2bb51f4 Whitespace style fixes by Laurens Van Houtven · 11 years ago
  36. 19cc049 Not all 1.0.2 releases! by Laurens Van Houtven · 11 years ago
  37. 073015b Add X509 verification parameters and associated functions by Laurens Van Houtven · 11 years ago
  38. abe6928 Merge pull request #1139 from lvh/openssl-cert-verification-codes by Alex Stapleton · 11 years ago
  39. 7ea92a5 Merge pull request #1137 from ClogenyTechnologies/1134-32-bit-builds-fail by Paul Kehrer · 11 years ago
  40. 6cbba47 Merge pull request #1142 from reaperhulk/distro-names-are-words-too by Alex Gaynor · 11 years ago
  41. 11414c5 linux distribution names are words too by Paul Kehrer · 11 years ago
  42. f65cfcd change from unsigned size_t to size_t since size_t is always defined as unsigned. by Chirag Jog · 11 years ago
  43. 5fec2cb Merge branch '1134-32-bit-builds-fail' of https://github.com/ClogenyTechnologies/cryptography into 1134-32-bit-builds-fail by Chirag Jog · 11 years ago
  44. e1dc706 Apparently, all of these were in 1.0.0 too by Laurens Van Houtven · 11 years ago
  45. 1dfdd28 Fix the comment to conform to PEP8 standards. by Chirag Jog · 11 years ago
  46. 6a289c7 X509_V_ERR_UNNESTED_RESOURCE is old by Laurens Van Houtven · 11 years ago
  47. 085f844 I have no idea what a constralong is by Laurens Van Houtven · 11 years ago
  48. 1d5dde1 Add verification error codes by Laurens Van Houtven · 11 years ago
  49. 9d50d26 Minor style fix by Laurens Van Houtven · 11 years ago
  50. 150154f Move function definition to MACROS section because the signature changed after 0.9.8 by Chirag Jog · 11 years ago
  51. a73f1a1 Use size_t as the per definition of aes.h . size_t translates correctly to int or long by Chirag Jog · 11 years ago
  52. eb2c1be Merge pull request #1135 from reaperhulk/minus-x by Alex Stapleton · 11 years ago
  53. f05ec39 remove executable bit from vector files by Paul Kehrer · 11 years ago
  54. 12a4e0f Merge pull request #1130 from dreid/isolate-openssl-urandom-default by Paul Kehrer · 11 years ago
  55. c6d202e Merge pull request #1116 from reaperhulk/rsa-numbers-backend-specific by Alex Stapleton · 11 years ago
  56. fcef497 Merge pull request #1131 from reaperhulk/add-3des-ecb by Alex Gaynor · 11 years ago
  57. fea104b Portable usage of subprocess w/ python3 and python2.6 fixes. by David Reid · 11 years ago
  58. d1bac5e update changelog by Paul Kehrer · 11 years ago
  59. 1d20fc0 Remove outdated comment. by David Reid · 11 years ago
  60. 3ad768f Fix flake8. by David Reid · 11 years ago
  61. 8078849 enable TripleDES ECB in commoncrypto by Paul Kehrer · 11 years ago
  62. 8e71751 add TripleDES ECB support to OpenSSL backend by Paul Kehrer · 11 years ago
  63. 07de62c Attempt to better isolate this test by getting the backend name from a subprocess. by David Reid · 11 years ago
  64. 19b70d2 Merge pull request #1127 from alex/docs-fix by Paul Kehrer · 11 years ago
  65. a1d80c8 Fixed a reST syntax issue in the docs by Alex Gaynor · 11 years ago
  66. 626855a refactor rsa encrypt/decrypt for simplicity by Paul Kehrer · 11 years ago
  67. 29ff670 Merge pull request #1126 from nryoung/doc-improvements by Alex Gaynor · 11 years ago
  68. 3e5f21b do value checks when converting from numbers to key by Paul Kehrer · 11 years ago
  69. 6e3b6b1 inline a single use function by Paul Kehrer · 11 years ago
  70. b4f638a pkey_size should be private by Paul Kehrer · 11 years ago
  71. 1bb6089 simplify test_rsa changes by Paul Kehrer · 11 years ago
  72. bad7f2e rsa_cdata creation should immediately be registered for gc by Paul Kehrer · 11 years ago
  73. 8f9374a remove an unused method by Paul Kehrer · 11 years ago
  74. afdd90a modify rsa.RSAPrivateKey to build old style key from numbers by Paul Kehrer · 11 years ago
  75. bd6768c get numbers from loaded keys in numbers test by Paul Kehrer · 11 years ago
  76. 4b5b179 remove skip in serialization tests until we have a backend that needs it by Paul Kehrer · 11 years ago
  77. 6af3c6e backend specific RSA*Key implementation for OpenSSL by Paul Kehrer · 11 years ago
  78. d19e1f0 Merge pull request #1125 from reaperhulk/rsa-numbers-with-functions by Alex Stapleton · 11 years ago
  79. 96fb533 Fix other typo and use doc link instead by Nic Young · 11 years ago
  80. 87aae81 Fixed typo by Nic Young · 11 years ago
  81. 0760974 don't do value checks in the numbers by Paul Kehrer · 11 years ago
  82. 2e8aa56 Add link about installation depdencies by Nic Young · 11 years ago
  83. 8f568e0 indent the proper amount by Paul Kehrer · 11 years ago
  84. a19fb7c move some shared logic to functions by Paul Kehrer · 11 years ago
  85. 512d3be Merge pull request #1115 from reaperhulk/rsa-numbers-serialization by David Reid · 11 years ago
  86. 21e1a4c Merge pull request #1122 from alex/typo-fixesg by Paul Kehrer · 11 years ago
  87. ebb1cb9 Fixed a few typos by Alex Gaynor · 11 years ago
  88. 9347f85 Merge pull request #1120 from alex/pr/1119 by Paul Kehrer · 11 years ago
  89. 1ec10e3 Fixed up a few issues by Alex Gaynor · 11 years ago
  90. 4e456f0 modified changelog by timic · 11 years ago
  91. ddcbb59 Added OPENSSL_config declaration by timic · 11 years ago
  92. 99fe1ef ignore .idea folder by timic · 11 years ago
  93. f0a48c6 change to sub-interface idea by Paul Kehrer · 11 years ago
  94. d0284b4 Merge pull request #1114 from alex/fixed-markup by Paul Kehrer · 11 years ago
  95. 48fe415 change names of key -> numbers interfaces by Paul Kehrer · 11 years ago
  96. df272bb Merge pull request #1113 from alex/small-cleanup by Paul Kehrer · 11 years ago
  97. 3d22ae8 Merge pull request #1107 from public/ecdsa-multibackend by Paul Kehrer · 11 years ago
  98. d4ae6c6 Merge pull request #1102 from reaperhulk/rsa-generate-function by Alex Stapleton · 11 years ago
  99. b0f14db This is a function, not a method by Alex Gaynor · 11 years ago
  100. 3e0c21e Documentation and interfaces for serialization to RSA*Numbers representations. by David Reid · 11 years ago