1. 2bb9464 add docs for the OID_BASIC_CONSTRAINTS constant by Paul Kehrer · 10 years ago
  2. 8cf2642 basic constraints class & extensions interface by Paul Kehrer · 10 years ago
  3. e0eafaa add 3 new certificate vectors for upcoming basic constraints tests by Paul Kehrer · 10 years ago
  4. d0109a5 Merge pull request #1738 from reaperhulk/deprecation-dance by Alex Gaynor · 10 years ago
  5. 891efd9 missed some links by Paul Kehrer · 10 years ago
  6. cd26d88 Merge pull request #1740 from alex/fixed-gitorious-link by Paul Kehrer · 10 years ago
  7. 3efbf49 Updated one more gitorious link by Alex Gaynor · 10 years ago
  8. 0064bfa Use full path in the documentation by Alex Gaynor · 10 years ago
  9. ebee006 Do the deprecation dance by Paul Kehrer · 10 years ago
  10. a5515c7 DSA public key serialization by Paul Kehrer · 10 years ago
  11. c2ab307 fix a docs link by Paul Kehrer · 10 years ago
  12. c5d886a update docs to add ECPublicKey to list of classes that have public_bytes by Paul Kehrer · 10 years ago
  13. 419615b serialize EC public keys by Paul Kehrer · 10 years ago
  14. efc7f3d update docs to note PKCS1 is essentially RSA only by Paul Kehrer · 10 years ago
  15. 3f157e0 support RSA public key serialization by Paul Kehrer · 10 years ago
  16. dac86a9 gitorious is no longer a thing so gnutls is now hosted by gitlab by Paul Kehrer · 10 years ago
  17. 7bdb2d8 Merge pull request #1712 from reaperhulk/serialize-dsa-private-key by Alex Gaynor · 10 years ago
  18. 0be6ddc Merge pull request #1714 from reaperhulk/asymmetric-public-vectors by Alex Stapleton · 10 years ago
  19. a80fb94 Fixed URL that changed in docs by Alex Gaynor · 10 years ago
  20. 6d97742 DER conversion of PKCS1 rsa.pub.pem by Paul Kehrer · 10 years ago
  21. b07a0c9 add RSA/DSA PKCS1 public keys by Paul Kehrer · 10 years ago
  22. 5e9a8a3 Update OpenSSL test vector link to point at Github repository by Paul Kehrer · 10 years ago
  23. ec34263 serialize DSA private keys by Paul Kehrer · 10 years ago
  24. f1c7b74 format to privateformat by Paul Kehrer · 10 years ago
  25. fb9410d add support for serialization of EC private keys by Paul Kehrer · 10 years ago
  26. db9d97f s/Format/PrivateFormat by Paul Kehrer · 10 years ago
  27. 6bb9624 Merge pull request #1503 from reaperhulk/serialize-some-keys by Alex Stapleton · 10 years ago
  28. 223a8f0 change as_bytes to private_bytes, link more things by Paul Kehrer · 10 years ago
  29. 35194c9 linkify some things per review, fix an import by Paul Kehrer · 10 years ago
  30. 45be354 add more docs stuff from review that I missed by Paul Kehrer · 10 years ago
  31. 6177cbe address review feedback by Paul Kehrer · 10 years ago
  32. e8f12f8 Merge pull request #1697 from reaperhulk/x509-request-vectors by Alex Stapleton · 10 years ago
  33. 4443184 DH numbers by Alex Stapleton · 11 years ago
  34. 8aad028 rename dump to as_bytes by Paul Kehrer · 10 years ago
  35. 4d23604 fix docs by Paul Kehrer · 10 years ago
  36. 199dc27 address review comments by Paul Kehrer · 10 years ago
  37. f83e25c Support for traditional OpenSSL and PKCS8 RSA private key serialization by Paul Kehrer · 10 years ago
  38. 2c52605 Fixed links in the docs by Alex Gaynor · 10 years ago
  39. b7bf3d5 Fixed a syntax error in the docs by Alex Gaynor · 10 years ago
  40. ff2167a move x509 request vector docs to a new section by Paul Kehrer · 10 years ago
  41. 62bd386 add X509 request custom vectors by Paul Kehrer · 10 years ago
  42. 99141e4 Updated docs for new API by Alex Gaynor · 10 years ago
  43. 15c7f6f Merge pull request #1610 from reaperhulk/load-der-keys by Alex Gaynor · 10 years ago
  44. ca32445 Merge pull request #1692 from reaperhulk/ibm-has-the-worst-webserver by Alex Gaynor · 10 years ago
  45. c2fe5e2 remove IBM link and replace with smartbear PDF link by Paul Kehrer · 10 years ago
  46. 96a0827 OpenSSL 1.0.1j-freebsd is what we test against with FreeBSD 10.1 by Paul Kehrer · 10 years ago
  47. bd88ee6 we don't test on freebsd 9.x any more by Paul Kehrer · 10 years ago
  48. 1b2a616 Merge pull request #1651 from reaperhulk/x509-signature-algorithm by Alex Gaynor · 10 years ago
  49. 78eb105 fix docs for unsupportedalgorithm exception (thanks nitpicky) by Paul Kehrer · 10 years ago
  50. 8c2539c add examples by Paul Kehrer · 11 years ago
  51. 99a249d support DER public and private key loading in the openssl backend by Paul Kehrer · 11 years ago
  52. 1a7ba87 surrender to alex's feels and name our constants consistently by Paul Kehrer · 10 years ago
  53. 71d40c6 address review feedback, fix short names for sig alg OIDs by Paul Kehrer · 10 years ago
  54. 3fad190 This link is also HTTPS by Alex Gaynor · 10 years ago
  55. 111aff2 Use HTTPS for a few URLs in the docs that support it by Alex Gaynor · 10 years ago
  56. 6201230 Fixed a link that the EFF moved by Alex Gaynor · 10 years ago
  57. 0be5ef9 Merge pull request #1668 from reaperhulk/move-kdf-interfaces by Alex Gaynor · 10 years ago
  58. 48402ff move KDF interface by Paul Kehrer · 10 years ago
  59. 543031a Fixed URL in the docs by Alex Gaynor · 10 years ago
  60. 25bbc15 move asymmetric signature interface docs by Paul Kehrer · 10 years ago
  61. e19201e attempt to clarify signature hash algorithm a bit more by Paul Kehrer · 10 years ago
  62. 0d6203f move asymmetric signature/verification interfaces by Paul Kehrer · 10 years ago
  63. e612ec7 try to make this a bit more clear by Paul Kehrer · 10 years ago
  64. 64ddb7a move asymmetric padding interface to primitives.asymmetric.padding by Paul Kehrer · 10 years ago
  65. 99c1b80 Merge pull request #1659 from reaperhulk/move-cipher-interfaces by Alex Stapleton · 10 years ago
  66. 2b6ba0c document vector provenance by Paul Kehrer · 10 years ago
  67. 7c5c9fe export interfaces from base in ciphers, update docs by Paul Kehrer · 10 years ago
  68. 8802a5b implement signature_hash_algorithm instead by Paul Kehrer · 10 years ago
  69. b01622d add legacy Verisign PCA (MD2) root to vectors by Paul Kehrer · 10 years ago
  70. 56da2a5 add support for signature_algorithm in x509.Certificate by Paul Kehrer · 11 years ago
  71. b8dc2f0 Merge pull request #1612 from reaperhulk/x509-dn by Alex Gaynor · 10 years ago
  72. d21596e update docs by Paul Kehrer · 10 years ago
  73. 8b21a4a simplify things based on review feedback by Paul Kehrer · 10 years ago
  74. 53d8d49 make x509.Name iterable and address other review feedback by Paul Kehrer · 10 years ago
  75. 2129d50 fix docs links by Paul Kehrer · 10 years ago
  76. 4ab6059 move padding by Paul Kehrer · 10 years ago
  77. 513b7cb move cipher and mode interfaces by Paul Kehrer · 11 years ago
  78. 601278a move hash interfaces by Paul Kehrer · 11 years ago
  79. e901d64 refactor x509.Name to use get_attributes_by_oid by Paul Kehrer · 11 years ago
  80. 719d536 X509 distinguished name parsing support in the OpenSSL backend by Paul Kehrer · 11 years ago
  81. 45efdbc make our docs job nitpicky and fix every broken link by Paul Kehrer · 11 years ago
  82. 13b6aff remove unused X509 certificate interface by Paul Kehrer · 11 years ago
  83. b41c80b Merge pull request #1652 from reaperhulk/move-ec by Alex Stapleton · 11 years ago
  84. d2fa7d2 document that we moved the DSA interfaces by Paul Kehrer · 11 years ago
  85. 3bc87ab move EC interfaces by Paul Kehrer · 11 years ago
  86. cd18ac0 Merge pull request #1645 from reaperhulk/x509-attrs by Alex Gaynor · 11 years ago
  87. 4bb4649 note that the OIDs listed are typically seen in x.509 names by Paul Kehrer · 11 years ago
  88. fb5ac9e more x509 oid doc updates by Paul Kehrer · 11 years ago
  89. fedf4f4 whoops by Paul Kehrer · 11 years ago
  90. 834d22f more doc fixes by Paul Kehrer · 11 years ago
  91. 858b9b7 add descriptions to each OID constant, update object to instance by Paul Kehrer · 11 years ago
  92. d44f9a6 rename ObjectIdentifier.value to dotted_string by Paul Kehrer · 11 years ago
  93. 76c6990 fix some formatting in the docs by Paul Kehrer · 11 years ago
  94. a433bb3 UnknownNameAttribute is not needed now by Paul Kehrer · 11 years ago
  95. 806bfb2 rename Attribute to NameAttribute and remove name from OID by Paul Kehrer · 11 years ago
  96. 5b0a8d6 add some prose trying to explain Attribute and ObjectIdentifier by Paul Kehrer · 11 years ago
  97. d5852cb update docs by Paul Kehrer · 11 years ago
  98. 912d3fb add attribute and objectidentifier classes for x509 name by Paul Kehrer · 11 years ago
  99. 1a3203b Have the pem public/private key loading docs point to x.509 by Alex Gaynor · 11 years ago
  100. 514c730 Include an example of loading a public key by Alex Gaynor · 11 years ago