1. 0f98436 add test vector from #2183 by Paul Kehrer · 10 years ago
  2. 0cfb179 Merge pull request #2185 from reaperhulk/simplify-x509-decode by Alex Gaynor · 10 years ago
  3. e88c431 simplify x509 extension decoding by Paul Kehrer · 10 years ago
  4. 57b147c Merge pull request #2181 from reaperhulk/move-urandom-test by Alex Gaynor · 10 years ago
  5. 301952b this is gonna be unicode now by Paul Kehrer · 10 years ago
  6. ed07bbc move urandom engine test by Paul Kehrer · 10 years ago
  7. 172d684 Merge pull request #2177 from reaperhulk/cp-bindings by Alex Gaynor · 10 years ago
  8. b314a23 add many bindings we'll need to encode a certificate policies extension by Paul Kehrer · 10 years ago
  9. 86b4849 Merge pull request #2175 from reaperhulk/csr-better-err-msg by Alex Gaynor · 10 years ago
  10. af57f7d openssl error codes are clearly not considered part of the api contract by Paul Kehrer · 10 years ago
  11. 6a71f8d py3 fixin' by Paul Kehrer · 10 years ago
  12. 195a1ec extra parens by Paul Kehrer · 10 years ago
  13. 28fae4e == instead of in by Paul Kehrer · 10 years ago
  14. 4e4a9ba handle RSA key too small and consume errors on CSR signature failure by Paul Kehrer · 10 years ago
  15. 268b0ed Merge pull request #2174 from reaperhulk/remove-windows-link-type by Alex Gaynor · 10 years ago
  16. 6608b7e remove windows link type, update docs by Paul Kehrer · 10 years ago
  17. b095374 Merge pull request #2171 from reaperhulk/refactor-gn-encoding by Alex Gaynor · 10 years ago
  18. 534c3ee Merge pull request #2170 from reaperhulk/crl-encode-bindings by Alex Gaynor · 10 years ago
  19. eaac67b let's also add the binding to make a new GENERAL_SUBTREE stack by Paul Kehrer · 10 years ago
  20. a34c0e8 bindings for CRL encoding by Paul Kehrer · 10 years ago
  21. a5e8a75 refactor general name encoding to its own function by Paul Kehrer · 10 years ago
  22. ba0b358 Merge pull request #2169 from reaperhulk/encode-eku by Alex Gaynor · 10 years ago
  23. 0b8f327 Support encoding ExtendedKeyUsage into certificate signing requests by Paul Kehrer · 10 years ago
  24. ef8a722 Merge pull request #2168 from reaperhulk/encode-ku by Alex Gaynor · 10 years ago
  25. dce91f0 Support encoding KeyUsage into certificate signing requests by Paul Kehrer · 10 years ago
  26. 7a217fe Merge pull request #2166 from reaperhulk/fix-multi-extension-bug by Alex Gaynor · 10 years ago
  27. 8bfbace when building a CSR adding > 1 extension would trigger a bug by Paul Kehrer · 10 years ago
  28. 32a92b6 Merge pull request #2154 from alex/generating-a-csr by Paul Kehrer · 10 years ago
  29. 9ca4851 fix by Alex Gaynor · 10 years ago
  30. b5458f3 Merge pull request #2150 from reaperhulk/encode-uri by Alex Gaynor · 10 years ago
  31. 1b83053 remove unused import by Paul Kehrer · 10 years ago
  32. 474a647 encode uri by Paul Kehrer · 10 years ago
  33. d02bc12 fixed indent by Alex Gaynor · 10 years ago
  34. 5bcd8e8 line length and grammar by Alex Gaynor · 10 years ago
  35. 0c91ddc spelling by Alex Gaynor · 10 years ago
  36. 11b00cd Fixed #2091 -- describe how to generate a CSR. by Alex Gaynor · 10 years ago
  37. 677c3d5 Merge pull request #2149 from reaperhulk/better-uri by Alex Gaynor · 10 years ago
  38. b4c72cd Merge pull request #2137 from reaperhulk/encode-rfc822name by Alex Gaynor · 10 years ago
  39. e28d6c4 expand UniformResourceIdentiier to parse and internally IDNA encode by Paul Kehrer · 10 years ago
  40. 8c3dc65 Merge pull request #2148 from reaperhulk/fix-random-order by Alex Gaynor · 10 years ago
  41. 699616f Merge pull request #2147 from reaperhulk/there-are-two-parts by Alex Gaynor · 10 years ago
  42. f32abd7 support rfc822Name general name encoding by Paul Kehrer · 10 years ago
  43. 10f017a Merge pull request #2139 from alex/remove-fast-path by Paul Kehrer · 10 years ago
  44. 73f0aa1 Merge pull request #2146 from alex/coverage by Paul Kehrer · 10 years ago
  45. 9af0bac clear the error stack if d2i_ASN1_TYPE fails by Paul Kehrer · 10 years ago
  46. 66e28cf Merge pull request #2141 from reaperhulk/better-rfc822name by Alex Gaynor · 10 years ago
  47. 3eb27eb Merge pull request #2145 from alex/numbers-hash by Paul Kehrer · 10 years ago
  48. 467dfb6 Merge pull request #2144 from pyca/alex-patch-1 by Paul Kehrer · 10 years ago
  49. 4f5fcf5 parts can't be > 2, so let's not pretend it could be by Paul Kehrer · 10 years ago
  50. b724d98 Don't try to upload coverage on builds which don't produce coverage by Alex Gaynor · 10 years ago
  51. 8289086 simplify logic, it doesn't appear parts > 2 is possible by Paul Kehrer · 10 years ago
  52. b3d62ad Fixed #2143 -- added __hash__ to RSA{Public,Private}Numbers by Alex Gaynor · 10 years ago
  53. 26516e5 Merge pull request #2142 from alex/x509-tutorial by Paul Kehrer · 10 years ago
  54. 3adb839 Don't try to load backends if the test doesn't need it by Alex Gaynor · 10 years ago
  55. b32b005 fixed this doc too by Alex Gaynor · 10 years ago
  56. 5e0da3a updated links in the changelog by Alex Gaynor · 10 years ago
  57. 856b87b these were moved by Alex Gaynor · 10 years ago
  58. 4af5b37 Reorganize the x509 docs in prep for a tutorial by Alex Gaynor · 10 years ago
  59. 548e85e Merge pull request #2095 from reaperhulk/nc-the-hard-part-redux by Alex Gaynor · 10 years ago
  60. 684e7c1 use helper method _asn1_string_to_bytes by Paul Kehrer · 10 years ago
  61. 01d5d0b expand RFC822Name to validate and (internally) IDNA encode by Paul Kehrer · 10 years ago
  62. 5348461 Merge pull request #2136 from reaperhulk/encode-othername by Alex Gaynor · 10 years ago
  63. 939229c Removed the fastpath from binding initialization. These aren't instantiated frequently enough for this to be worth it, and it improves our coverage. by Alex Gaynor · 10 years ago
  64. 7863d75 this is const by Paul Kehrer · 10 years ago
  65. 500ed9d raise a nice error if bad ASN.1 is provided by Paul Kehrer · 10 years ago
  66. 22f5fbb support for OtherName encoding for general names by Paul Kehrer · 10 years ago
  67. 91a27a4 Merge pull request #2135 from reaperhulk/encode-ipaddress by Alex Gaynor · 10 years ago
  68. 235e5a1 support IPAddress encoding for general names by Paul Kehrer · 10 years ago
  69. c8e9861 Merge pull request #2134 from reaperhulk/encode-dirname by Alex Gaynor · 10 years ago
  70. 065b7b8 modify _encode_name, add _encode_name_gc by Paul Kehrer · 10 years ago
  71. 9ce25a9 support DirectoryName encoding for general names by Paul Kehrer · 10 years ago
  72. 6843626 not bytes by Paul Kehrer · 10 years ago
  73. a72ebaf simplify and handle /32 and /128 by Paul Kehrer · 10 years ago
  74. cfb8aa2 name constraints - support IP addresses with netmask by Paul Kehrer · 10 years ago
  75. 3fe1543 Merge pull request #2129 from alex/hash-csr by Paul Kehrer · 10 years ago
  76. 92d28d1 Merge pull request #2132 from reaperhulk/port-0.9.3-changelog by Alex Gaynor · 10 years ago
  77. 3bbda28 port 0.9.3 changelog to master by Paul Kehrer · 10 years ago
  78. 907cc81 Merge pull request #2108 from mail-in-a-box/master by Paul Kehrer · 10 years ago
  79. 978137d Fixed #2127 -- added __hash__ to CSR by Alex Gaynor · 10 years ago
  80. 366b0f8 Merge pull request #2124 from alex/hash-cert by Paul Kehrer · 10 years ago
  81. 28ab454 Merge pull request #2126 from alex/csr-eq by Paul Kehrer · 10 years ago
  82. 5119125 no need to hash it twice, also simplify fingerprint method by Alex Gaynor · 10 years ago
  83. eb2df54 fixed test by Alex Gaynor · 10 years ago
  84. 78a15f0 added forgotten __ne__ method by Alex Gaynor · 10 years ago
  85. 935f6ca typo fix by Alex Gaynor · 10 years ago
  86. 70c8f8b Fixed #2121 -- added __eq__ and __ne__ to CSRs by Alex Gaynor · 10 years ago
  87. d2afad3 special-case GeneralNames.get_values_for_type to return OtherName instances directly rather than their value properties; tests updated by Joshua Tauberer · 10 years ago
  88. 18b6fc8 additional tests and doc spelling error fix for OtherName by Joshua Tauberer · 10 years ago
  89. 2ee5e3c parse SAN otherNames into OtherName instances rather than raising an exception by Joshua Tauberer · 10 years ago
  90. 969f3a5 Fixed #2120 -- added __hash__ to x509.Cert by Alex Gaynor · 10 years ago
  91. 11bd1a1 Merge pull request #2119 from stjoannou/master by Alex Gaynor · 10 years ago
  92. ad8f19d Merge pull request #2118 from reaperhulk/support-rid-encoding by Alex Gaynor · 10 years ago
  93. 8075a8c Exposed the SSL_peek functionality by Stelios · 10 years ago
  94. a9e5a21 support registeredID general name encoding by Paul Kehrer · 10 years ago
  95. 5b57cbf Merge pull request #2085 from alex/encode-san by Paul Kehrer · 10 years ago
  96. 026530a Merge pull request #2116 from alex/version-added-public-bytes by Paul Kehrer · 10 years ago
  97. f977979 Merge pull request #2115 from alex/factor-asn1-strings by Paul Kehrer · 10 years ago
  98. d0b376b Document that public_bytes on certs and CSRs are new in 1.0 by Alex Gaynor · 10 years ago
  99. 8a78bf3 Factor out the ASN.1 string handling code in the OpenSSL backend by Alex Gaynor · 10 years ago
  100. cc781e3 fixed a leak in the event of non-DNS GN by Alex Gaynor · 10 years ago