1. 1ec10e3 Fixed up a few issues by Alex Gaynor · 11 years ago
  2. 4e456f0 modified changelog by timic · 11 years ago
  3. ddcbb59 Added OPENSSL_config declaration by timic · 11 years ago
  4. 99fe1ef ignore .idea folder by timic · 11 years ago
  5. d0284b4 Merge pull request #1114 from alex/fixed-markup by Paul Kehrer · 11 years ago
  6. df272bb Merge pull request #1113 from alex/small-cleanup by Paul Kehrer · 11 years ago
  7. 3d22ae8 Merge pull request #1107 from public/ecdsa-multibackend by Paul Kehrer · 11 years ago
  8. d4ae6c6 Merge pull request #1102 from reaperhulk/rsa-generate-function by Alex Stapleton · 11 years ago
  9. b0f14db This is a function, not a method by Alex Gaynor · 11 years ago
  10. e800224 Merge pull request #1112 from public/fix-docs by Alex Gaynor · 11 years ago
  11. a8b4ba0 Another small cleanup by Alex Gaynor · 11 years ago
  12. 2f7e2e4 Merge pull request #1108 from alex/simplify-code by Alex Stapleton · 11 years ago
  13. 34d7ef2 Fix syntax error in docs by Alex Stapleton · 11 years ago
  14. a28086e Add EC to changelog by Alex Stapleton · 11 years ago
  15. 62ee714 Multibackend support for EC by Alex Stapleton · 11 years ago
  16. bb91007 Simplified code by Alex Gaynor · 11 years ago
  17. 425e5b0 Merge pull request #1090 from public/numberless-ecdsa-backend by Paul Kehrer · 11 years ago
  18. 9412e28 rename the docs too. by Paul Kehrer · 11 years ago
  19. e47bafb ECDSA backend by Alex Stapleton · 11 years ago
  20. ddadf40 Merge pull request #1106 from reaperhulk/style-fix by Alex Stapleton · 11 years ago
  21. dd3089a trivial style fix in bindings by Paul Kehrer · 11 years ago
  22. a6d39a6 Merge pull request #1105 from Lukasa/alpn by Alex Stapleton · 11 years ago
  23. 424c0e9 Add ALPN support. by Cory Benfield · 11 years ago
  24. a5f37b2 Merge pull request #1104 from alex/use-numbers by Paul Kehrer · 11 years ago
  25. acf4dc1 pep8 by Alex Gaynor · 11 years ago
  26. 040e160 rename the function by Paul Kehrer · 11 years ago
  27. 48b3cb9 Fixed serialization tests by Alex Gaynor · 11 years ago
  28. c9f525f Merge pull request #1100 from reaperhulk/rsa-numbers-remove-public by Alex Gaynor · 11 years ago
  29. 0797b1f Switch the tests to load numbers by Alex Gaynor · 11 years ago
  30. 2e0def6 Merge branch 'master' into use-numbers by Alex Gaynor · 11 years ago
  31. 6df90fb Merge pull request #1103 from reaperhulk/fix-1097 by Alex Gaynor · 11 years ago
  32. 433e2a7 add some missing docs by Paul Kehrer · 11 years ago
  33. b2fa4b7 add load_rsa_*_numbers functions by Paul Kehrer · 11 years ago
  34. c294c1d more coverage... by Paul Kehrer · 11 years ago
  35. 9497397 fix coverage by Paul Kehrer · 11 years ago
  36. d50c1e9 add rsa_generate_private_key function to replace RSAPrivateKey.generate by Paul Kehrer · 11 years ago
  37. 0cf031c remove raw numbers properties from the RSA*Key interfaces by Paul Kehrer · 11 years ago
  38. f1de2f7 Merge pull request #1099 from daenney/if-darwin by Paul Kehrer · 11 years ago
  39. d1e4383 travis: Typing Darwin is really hard. by Daniele Sluijters · 11 years ago
  40. 2d781b2 travis: Forgot a 'W" in DARWIN. by Daniele Sluijters · 11 years ago
  41. 7af3ed0 travis: Set variable for Darwin and check that. by Daniele Sluijters · 11 years ago
  42. a7abb4b Merge pull request #1098 from alex/oxford-comma by David Reid · 11 years ago
  43. e2f523a Use an oxford comma by Alex Gaynor · 11 years ago
  44. 0d1b260 Merge pull request #1095 from Ayrx/security-docs by Alex Gaynor · 11 years ago
  45. 03cec7a Merge pull request #1096 from reaperhulk/add-doc8-info by Alex Gaynor · 11 years ago
  46. 47089fd Port the fixtures file by Alex Gaynor · 11 years ago
  47. 813b294 add information about building docs to getting started by Paul Kehrer · 11 years ago
  48. ead04a4 Added missing word by Ayrx · 11 years ago
  49. 189f170 Updated docs by Ayrx · 11 years ago
  50. ffd8d43 Updated security.rst to expand on process by Ayrx · 11 years ago
  51. e5f7e30 Merge pull request #1027 from dreid/rsa-number-loading by Paul Kehrer · 11 years ago
  52. da76ae0 Document UnsupportedAlgorithm in a super vague way. by David Reid · 11 years ago
  53. c57a376 Document the valueerror these might raise. by David Reid · 11 years ago
  54. 414e2f7 pep8 by David Reid · 11 years ago
  55. a674afe Split load_rsa_numbers into load_rsa_private_numbers and load_rsa_public_numbers. by David Reid · 11 years ago
  56. 85936b2 Remove trailing whitespace by David Reid · 11 years ago
  57. 30cbba7 Semantic conflict resolution anyone? by David Reid · 11 years ago
  58. 576a153 Resolve conflict. by David Reid · 11 years ago
  59. 68b509a Document the backend interface. by David Reid · 11 years ago
  60. 6bca12f Add load_rsa_numbers support to MultiBackend. by David Reid · 11 years ago
  61. eeb5fbc Implement load_rsa_numbers on the openssl backend. by David Reid · 11 years ago
  62. 587e5a2 Add load_rsa_numbers to the RSABackend interface. by David Reid · 11 years ago
  63. 395be8b Merge pull request #984 from dreid/rsa-numbers by Paul Kehrer · 11 years ago
  64. a4a462d Merge pull request #1092 from reaperhulk/hash-ctx-switch by Alex Gaynor · 11 years ago
  65. 87d9c70 add some complexity back to handle 0.9.8 annoyances by Paul Kehrer · 11 years ago
  66. 4e52e7e more _ctx required by Paul Kehrer · 11 years ago
  67. 9ca40b4 use Hash rather than _HashContext by Paul Kehrer · 11 years ago
  68. ae2e9af Merge pull request #1082 from reaperhulk/move-a-test by Alex Gaynor · 11 years ago
  69. 3f7b3d3 Merge pull request #1091 from reaperhulk/add-new-cc-bindings by Alex Gaynor · 11 years ago
  70. 24af2bb remove an irrelevant comment by Paul Kehrer · 11 years ago
  71. cce26b1 refactor into separate files by Paul Kehrer · 11 years ago
  72. 837ac8f add new link args by Paul Kehrer · 11 years ago
  73. d207338 add new security framework bindings by Paul Kehrer · 11 years ago
  74. 3ebbd00 Merge pull request #1050 from public/ec-backend-interfaces by Paul Kehrer · 11 years ago
  75. 13f1d8d EllipticCurveBackend interfaces by Alex Stapleton · 11 years ago
  76. d9488d0 Merge pull request #1089 from reaperhulk/docs-updates by Alex Gaynor · 11 years ago
  77. 286c7dc add some missing docs for PKCS8SerializationBackend, update changelog by Paul Kehrer · 11 years ago
  78. 35f190c Merge pull request #1088 from MyTemp/no-more-T61Strings by Alex Gaynor · 11 years ago
  79. 1e95bc6 Add ASN1_STRING_set_default_mask_asc by D.S. Ljungmark · 11 years ago
  80. 4bef120 Merge pull request #878 from public/ecdsa-interfaces by David Reid · 11 years ago
  81. 1b4e751 move rsa param verification to shared function by Paul Kehrer · 11 years ago
  82. 349cad6 Merge pull request #877 from public/pkcs8-loading by Paul Kehrer · 11 years ago
  83. 57496d9 Error codes are different in OpenSSL 1.0.1 by Alex Stapleton · 11 years ago
  84. 584be8a Check DSA key material by Alex Stapleton · 11 years ago
  85. 77a6aab Update exception tags by Alex Stapleton · 11 years ago
  86. 70ada58 Add unknown cipher test for PKCS8 by Alex Stapleton · 11 years ago
  87. eefc392 Add PKCS8 key with bad encryption OID by Alex Stapleton · 11 years ago
  88. 92838d1 Unknown algorithm test for PKCS8 by Alex Stapleton · 11 years ago
  89. 9588874 Add PKCS#8 key with unknown OID by Alex Stapleton · 11 years ago
  90. fab4e41 Bind another error code by Alex Stapleton · 11 years ago
  91. aac0b51 Test PKCS#8 DSA key loads OK by Alex Stapleton · 11 years ago
  92. 4356149 Unencrypted 1024-bit DSA key in PKCS#8 by Alex Stapleton · 11 years ago
  93. 72584a0 Added marker condif to pytest.ini by Alex Stapleton · 11 years ago
  94. 2784b4c Removed unused doc reference by Alex Stapleton · 11 years ago
  95. 00c580c Add pkcs8_serialization mark by Alex Stapleton · 11 years ago
  96. 194eef0 PKCS#8 serialized key loading by Alex Stapleton · 11 years ago
  97. 2f7f5e9 add RSA private key generation restrictions to primitive layer by Paul Kehrer · 11 years ago
  98. fd35729 Merge pull request #1080 from reaperhulk/generate-rsa-parameters by Alex Stapleton · 11 years ago
  99. 0323a0e Merge pull request #1081 from reaperhulk/rsa-fixtures by Alex Stapleton · 11 years ago
  100. 6e48496 use the keys in the RSA tests by Paul Kehrer · 11 years ago