1. 2c52605 Fixed links in the docs by Alex Gaynor · 10 years ago
  2. b7bf3d5 Fixed a syntax error in the docs by Alex Gaynor · 10 years ago
  3. 99141e4 Updated docs for new API by Alex Gaynor · 10 years ago
  4. 15c7f6f Merge pull request #1610 from reaperhulk/load-der-keys by Alex Gaynor · 10 years ago
  5. ca32445 Merge pull request #1692 from reaperhulk/ibm-has-the-worst-webserver by Alex Gaynor · 10 years ago
  6. c2fe5e2 remove IBM link and replace with smartbear PDF link by Paul Kehrer · 10 years ago
  7. 96a0827 OpenSSL 1.0.1j-freebsd is what we test against with FreeBSD 10.1 by Paul Kehrer · 10 years ago
  8. bd88ee6 we don't test on freebsd 9.x any more by Paul Kehrer · 10 years ago
  9. 1b2a616 Merge pull request #1651 from reaperhulk/x509-signature-algorithm by Alex Gaynor · 10 years ago
  10. 78eb105 fix docs for unsupportedalgorithm exception (thanks nitpicky) by Paul Kehrer · 10 years ago
  11. 8c2539c add examples by Paul Kehrer · 10 years ago
  12. 99a249d support DER public and private key loading in the openssl backend by Paul Kehrer · 10 years ago
  13. 1a7ba87 surrender to alex's feels and name our constants consistently by Paul Kehrer · 10 years ago
  14. 71d40c6 address review feedback, fix short names for sig alg OIDs by Paul Kehrer · 10 years ago
  15. 3fad190 This link is also HTTPS by Alex Gaynor · 10 years ago
  16. 111aff2 Use HTTPS for a few URLs in the docs that support it by Alex Gaynor · 10 years ago
  17. 6201230 Fixed a link that the EFF moved by Alex Gaynor · 10 years ago
  18. 0be5ef9 Merge pull request #1668 from reaperhulk/move-kdf-interfaces by Alex Gaynor · 10 years ago
  19. 48402ff move KDF interface by Paul Kehrer · 10 years ago
  20. 543031a Fixed URL in the docs by Alex Gaynor · 10 years ago
  21. 25bbc15 move asymmetric signature interface docs by Paul Kehrer · 10 years ago
  22. e19201e attempt to clarify signature hash algorithm a bit more by Paul Kehrer · 10 years ago
  23. 0d6203f move asymmetric signature/verification interfaces by Paul Kehrer · 10 years ago
  24. e612ec7 try to make this a bit more clear by Paul Kehrer · 10 years ago
  25. 64ddb7a move asymmetric padding interface to primitives.asymmetric.padding by Paul Kehrer · 10 years ago
  26. 99c1b80 Merge pull request #1659 from reaperhulk/move-cipher-interfaces by Alex Stapleton · 10 years ago
  27. 2b6ba0c document vector provenance by Paul Kehrer · 10 years ago
  28. 7c5c9fe export interfaces from base in ciphers, update docs by Paul Kehrer · 10 years ago
  29. 8802a5b implement signature_hash_algorithm instead by Paul Kehrer · 10 years ago
  30. b01622d add legacy Verisign PCA (MD2) root to vectors by Paul Kehrer · 10 years ago
  31. 56da2a5 add support for signature_algorithm in x509.Certificate by Paul Kehrer · 10 years ago
  32. b8dc2f0 Merge pull request #1612 from reaperhulk/x509-dn by Alex Gaynor · 10 years ago
  33. d21596e update docs by Paul Kehrer · 10 years ago
  34. 8b21a4a simplify things based on review feedback by Paul Kehrer · 10 years ago
  35. 53d8d49 make x509.Name iterable and address other review feedback by Paul Kehrer · 10 years ago
  36. 2129d50 fix docs links by Paul Kehrer · 10 years ago
  37. 4ab6059 move padding by Paul Kehrer · 10 years ago
  38. 513b7cb move cipher and mode interfaces by Paul Kehrer · 10 years ago
  39. 601278a move hash interfaces by Paul Kehrer · 10 years ago
  40. e901d64 refactor x509.Name to use get_attributes_by_oid by Paul Kehrer · 10 years ago
  41. 719d536 X509 distinguished name parsing support in the OpenSSL backend by Paul Kehrer · 10 years ago
  42. 45efdbc make our docs job nitpicky and fix every broken link by Paul Kehrer · 10 years ago
  43. 13b6aff remove unused X509 certificate interface by Paul Kehrer · 10 years ago
  44. b41c80b Merge pull request #1652 from reaperhulk/move-ec by Alex Stapleton · 10 years ago
  45. d2fa7d2 document that we moved the DSA interfaces by Paul Kehrer · 10 years ago
  46. 3bc87ab move EC interfaces by Paul Kehrer · 10 years ago
  47. cd18ac0 Merge pull request #1645 from reaperhulk/x509-attrs by Alex Gaynor · 10 years ago
  48. 4bb4649 note that the OIDs listed are typically seen in x.509 names by Paul Kehrer · 10 years ago
  49. fb5ac9e more x509 oid doc updates by Paul Kehrer · 10 years ago
  50. fedf4f4 whoops by Paul Kehrer · 10 years ago
  51. 834d22f more doc fixes by Paul Kehrer · 10 years ago
  52. 858b9b7 add descriptions to each OID constant, update object to instance by Paul Kehrer · 10 years ago
  53. d44f9a6 rename ObjectIdentifier.value to dotted_string by Paul Kehrer · 10 years ago
  54. 76c6990 fix some formatting in the docs by Paul Kehrer · 10 years ago
  55. a433bb3 UnknownNameAttribute is not needed now by Paul Kehrer · 10 years ago
  56. 806bfb2 rename Attribute to NameAttribute and remove name from OID by Paul Kehrer · 10 years ago
  57. 5b0a8d6 add some prose trying to explain Attribute and ObjectIdentifier by Paul Kehrer · 10 years ago
  58. d5852cb update docs by Paul Kehrer · 10 years ago
  59. 912d3fb add attribute and objectidentifier classes for x509 name by Paul Kehrer · 10 years ago
  60. 1a3203b Have the pem public/private key loading docs point to x.509 by Alex Gaynor · 10 years ago
  61. 514c730 Include an example of loading a public key by Alex Gaynor · 10 years ago
  62. f79c231 Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa by Alex Stapleton · 10 years ago
  63. b9690ab Merge pull request #1634 from public/deprecate-dsa by Paul Kehrer · 10 years ago
  64. 4994597 we now test against 1.0.2 final by Paul Kehrer · 10 years ago
  65. f48f69d Move DSA* interfaces to interfaces.dsa module by Alex Stapleton · 10 years ago
  66. 65637eb doc update by Paul Kehrer · 10 years ago
  67. aca05e6 various improvements to rsa_recover_prime_factors per review feedback by Paul Kehrer · 10 years ago
  68. 836b830 recover (p, q) given (n, e, d). fixes #975 by Paul Kehrer · 10 years ago
  69. 6392b4b add utf8 certificate by Paul Kehrer · 10 years ago
  70. 1207d15 wrap a thing by Paul Kehrer · 10 years ago
  71. 2221720 add two custom certificates for x509 name parsing tests by Paul Kehrer · 10 years ago
  72. 2dcdf87 Merge pull request #1608 from reaperhulk/der-backend-interfaces by Alex Gaynor · 10 years ago
  73. 3cf1766 Fixed the paths in the go cast verifier. by Alex Gaynor · 10 years ago
  74. 9f6aa0f Bump some more years by Alex Gaynor · 10 years ago
  75. 20c4404 Increase the year in some of our docs by Alex Gaynor · 10 years ago
  76. 4b8abc3 fix path mistake by Paul Kehrer · 10 years ago
  77. 76da86a add DER backend interfaces by Paul Kehrer · 10 years ago
  78. 10831a0 add DER asymmetric keys by Paul Kehrer · 10 years ago
  79. fc89b55 Merge pull request #1606 from reaperhulk/doc-dsa-keys by Donald Stufft · 10 years ago
  80. a36661e fix a doc8 violation by Paul Kehrer · 10 years ago
  81. 0205162 Merge pull request #1593 from greghaynes/feature/make-symmetric-enc-example-an-example by Paul Kehrer · 10 years ago
  82. e591778 IV should be 16 bytes by Gregory Haynes · 10 years ago
  83. a673dcc document DSA keys we added long ago by Paul Kehrer · 10 years ago
  84. 7e28fbb iv should be 32 bytes by Gregory Haynes · 10 years ago
  85. e261d94 Assign iv to var and remove testsetup block by Gregory Haynes · 10 years ago
  86. 0498d4c provide paths from the cryptography vectors root for custom asym vectors by Paul Kehrer · 10 years ago
  87. 0f98611 Make the symmetric-enc example an example by Gregory Haynes · 10 years ago
  88. 698e806 update supported platforms by Paul Kehrer · 10 years ago
  89. 7b59df1 Update OpenSSL backend docs. by Terry Chia · 10 years ago
  90. fecf644 Fixed some grammar in the docs by Alex Gaynor · 10 years ago
  91. f05763c Merge branch 'master' into openssh-elliptic-curve by Alex Gaynor · 10 years ago
  92. eeb8143 Bring back text about unsupported formats by Alex Gaynor · 10 years ago
  93. e710dd9 Removed documentation for features which were removed by Alex Gaynor · 10 years ago
  94. 6db8f98 Update the docs a bit by Alex Gaynor · 10 years ago
  95. 6596b32 Provide background on asymmetric crypto in index by Alex Gaynor · 10 years ago
  96. 1a8ccf7 Missing char by Alex Gaynor · 10 years ago
  97. 78515f2 Describe key generation and key loading in the RSA docs by Alex Gaynor · 10 years ago
  98. c663894 Merge pull request #1562 from alex/spruce-it-up by Paul Kehrer · 10 years ago
  99. c444254 Fixed reST mistake by Alex Gaynor · 10 years ago
  100. 4fe8fe1 Merge pull request #1561 from alex/link-random by lvh · 10 years ago