1. 94c6960 Extended key usage support for the openssl backend by Paul Kehrer · 10 years ago
  2. fdec095 Merge pull request #1890 from reaperhulk/add-eq-ne-eku by Alex Gaynor · 10 years ago
  3. b047617 add eq/ne to ExtendedKeyUsage by Paul Kehrer · 10 years ago
  4. 43ffcc2 Merge pull request #1881 from reaperhulk/san-rfc822name by Alex Gaynor · 10 years ago
  5. e3a330c missed a u by Paul Kehrer · 10 years ago
  6. e06cab4 add support for rfc822name general names by Paul Kehrer · 10 years ago
  7. 8bbdc6f add support for equality testing to x509.Certificate by Paul Kehrer · 10 years ago
  8. 2187a05 add support for directory name general names by Paul Kehrer · 10 years ago
  9. a5f030c add support for ipaddress to general name parsing by Paul Kehrer · 10 years ago
  10. d12bd10 Merge pull request #1874 from eeshangarg/starter-project-1870-2 by Alex Gaynor · 10 years ago
  11. f123415 Replace the remaining occurrences of six.u with the u prefix by Eeshan Garg · 10 years ago
  12. 424c0e2 Refs #1870 - replace six.u with u prefix in tests/hazmat/primitives by Eeshan Garg · 10 years ago
  13. b8ef82e add URI general name support by Paul Kehrer · 10 years ago
  14. 4db9662 support registeredID general name in OpenSSL backend by Paul Kehrer · 10 years ago
  15. 0a621bf return only an int for unsupported general name type, update docs by Paul Kehrer · 10 years ago
  16. bed0735 update exception to contain detail by Paul Kehrer · 10 years ago
  17. 9089c91 handle otherName, x400Address, and ediPartyName in OpenSSL backend by Paul Kehrer · 10 years ago
  18. e37ca98 Merge pull request #1857 from reaperhulk/san-check-list-elements by Alex Gaynor · 10 years ago
  19. d04b39b add a check to require that the list passed to SAN is all general names by Paul Kehrer · 10 years ago
  20. 40f8338 Support Subject Alternative Name in the OpenSSL backend by Paul Kehrer · 10 years ago
  21. 2eb4ed9 AuthorityKeyIdentifier support by Paul Kehrer · 10 years ago
  22. 702ef6a Merge pull request #1783 from reaperhulk/san-class by Alex Gaynor · 10 years ago
  23. b372e67 improve KeyUsage repr by Paul Kehrer · 10 years ago
  24. 27c750d Merge pull request #1848 from reaperhulk/invalid-token by Alex Gaynor · 10 years ago
  25. 31bdf79 Add GeneralName and SubjectAlternativeName classes by Paul Kehrer · 10 years ago
  26. c2d903b Work around pyasn1's willingness to return endOfOctets in DER parsing by Geoffrey Thomas · 10 years ago
  27. e079c55 Move cryptography.exceptions.InvalidToken to cryptography.hazmat.primitives.twofactor by Steven Buss · 10 years ago
  28. 5508ee2 keyusage support in the OpenSSL backend by Paul Kehrer · 10 years ago
  29. d459a8a Merge pull request #1814 from reaperhulk/keyusage-repr by Alex Gaynor · 10 years ago
  30. e613e5d let's make that repr actually good by Paul Kehrer · 10 years ago
  31. 1fb35c9 add repr for x509 names by Paul Kehrer · 10 years ago
  32. cbfb101 alter approach to just use digest, no hexdigest by Paul Kehrer · 10 years ago
  33. ee99726 python 3.2 you are terrible by Paul Kehrer · 10 years ago
  34. 1eb82a6 add subjectkeyidentifier support by Paul Kehrer · 10 years ago
  35. 23d10c3 add extendedkeyusage repr by Paul Kehrer · 10 years ago
  36. ac3e5bb add repr to KeyUsage by Paul Kehrer · 10 years ago
  37. cecbbba add keyusage extension by Paul Kehrer · 10 years ago
  38. ffa2a15 add extendedkeyusage extension by Paul Kehrer · 10 years ago
  39. 1effb6e add load_der_x509_csr to support loading DER encoded CSRs by Paul Kehrer · 10 years ago
  40. b759e29 add test for invalid PEM CSR by Paul Kehrer · 10 years ago
  41. 31e3988 rename request to CSR by Paul Kehrer · 10 years ago
  42. dc480ad basic support for parsing x509 requests by Paul Kehrer · 10 years ago
  43. de813ea rename test class name by Paul Kehrer · 10 years ago
  44. fa56a23 basicConstraints support for OpenSSL X509 backend by Paul Kehrer · 10 years ago
  45. fbb7ac8 add x509 extensions class and basic tests (no extensions supported) by Paul Kehrer · 10 years ago
  46. 51924aa allow zero value bn using _bn_to_int in the openssl backend by Paul Kehrer · 10 years ago
  47. a5c6e9a use kwargs for BasicConstraints creation by Paul Kehrer · 10 years ago
  48. 8589466 rework BasicConstraints and Extension. by Paul Kehrer · 10 years ago
  49. 8cf2642 basic constraints class & extensions interface by Paul Kehrer · 10 years ago
  50. 038e61a pep8! *shakes fist at the sky* by Paul Kehrer · 10 years ago
  51. 919a5b2 DER serialization of DSA private keys by Paul Kehrer · 10 years ago
  52. 81d069d support DER encoded EC private key serialization by Paul Kehrer · 10 years ago
  53. 22d25d5 support RSA DER private key serialization by Paul Kehrer · 10 years ago
  54. b9287ca Merge pull request #1741 from reaperhulk/serialize-der-public-keys by Alex Gaynor · 10 years ago
  55. fcadda6 Fixed the deprecation warnings being triggered by the tests by Alex Gaynor · 10 years ago
  56. 1955ebf support DER serialization of public keys by Paul Kehrer · 10 years ago
  57. a5515c7 DSA public key serialization by Paul Kehrer · 10 years ago
  58. 6a49021 make tests properly skip on OpenSSLs without EC support by Paul Kehrer · 10 years ago
  59. 419615b serialize EC public keys by Paul Kehrer · 10 years ago
  60. 3f157e0 support RSA public key serialization by Paul Kehrer · 10 years ago
  61. c5cdc4e support "PKCS1" RSA public keys by Paul Kehrer · 10 years ago
  62. ec34263 serialize DSA private keys by Paul Kehrer · 10 years ago
  63. f1c7b74 format to privateformat by Paul Kehrer · 10 years ago
  64. 61ecd27 skip those tests if ec unsupported by Paul Kehrer · 10 years ago
  65. fb9410d add support for serialization of EC private keys by Paul Kehrer · 10 years ago
  66. db9d97f s/Format/PrivateFormat by Paul Kehrer · 10 years ago
  67. 6bb9624 Merge pull request #1503 from reaperhulk/serialize-some-keys by Alex Stapleton · 10 years ago
  68. 223a8f0 change as_bytes to private_bytes, link more things by Paul Kehrer · 10 years ago
  69. 20456e9 add exact byte test by Paul Kehrer · 10 years ago
  70. 4443184 DH numbers by Alex Stapleton · 11 years ago
  71. 858dd3f listify a parametrized test by Paul Kehrer · 10 years ago
  72. 8aad028 rename dump to as_bytes by Paul Kehrer · 10 years ago
  73. 199dc27 address review comments by Paul Kehrer · 10 years ago
  74. f83e25c Support for traditional OpenSSL and PKCS8 RSA private key serialization by Paul Kehrer · 10 years ago
  75. 45827ae Fixed the use of deprecated names in the serialization tests by Alex Gaynor · 10 years ago
  76. 97f475d Updated RSA and DSA tests for moved classes by Alex Gaynor · 10 years ago
  77. 32c57df This module has been renamed. by Alex Gaynor · 10 years ago
  78. 15c7f6f Merge pull request #1610 from reaperhulk/load-der-keys by Alex Gaynor · 10 years ago
  79. d8a1d0e remove unneeded parens by Paul Kehrer · 10 years ago
  80. e8179e7 Pass the sys.path into the subprocess by Donald Stufft · 10 years ago
  81. 1b2a616 Merge pull request #1651 from reaperhulk/x509-signature-algorithm by Alex Gaynor · 10 years ago
  82. 99a249d support DER public and private key loading in the openssl backend by Paul Kehrer · 11 years ago
  83. 3801532 Allow the OpenSSL version string to begin with LibreSSL by Steven McDonald · 10 years ago
  84. 64ddb7a move asymmetric padding interface to primitives.asymmetric.padding by Paul Kehrer · 10 years ago
  85. 99c1b80 Merge pull request #1659 from reaperhulk/move-cipher-interfaces by Alex Stapleton · 10 years ago
  86. e0a879f Fixed new flake8 warnings from teh latest version by Alex Gaynor · 10 years ago
  87. 7c5c9fe export interfaces from base in ciphers, update docs by Paul Kehrer · 10 years ago
  88. 8802a5b implement signature_hash_algorithm instead by Paul Kehrer · 10 years ago
  89. 56da2a5 add support for signature_algorithm in x509.Certificate by Paul Kehrer · 11 years ago
  90. b8dc2f0 Merge pull request #1612 from reaperhulk/x509-dn by Alex Gaynor · 10 years ago
  91. 8b21a4a simplify things based on review feedback by Paul Kehrer · 10 years ago
  92. 53d8d49 make x509.Name iterable and address other review feedback by Paul Kehrer · 10 years ago
  93. 513b7cb move cipher and mode interfaces by Paul Kehrer · 11 years ago
  94. 601278a move hash interfaces by Paul Kehrer · 11 years ago
  95. e901d64 refactor x509.Name to use get_attributes_by_oid by Paul Kehrer · 11 years ago
  96. 719d536 X509 distinguished name parsing support in the OpenSSL backend by Paul Kehrer · 11 years ago
  97. a498be8 add repr for x509.NameAttribute by Paul Kehrer · 11 years ago
  98. 3bc87ab move EC interfaces by Paul Kehrer · 11 years ago
  99. a56ff41 Added test coverage for missing branch. by Alex Gaynor · 11 years ago
  100. 806bfb2 rename Attribute to NameAttribute and remove name from OID by Paul Kehrer · 11 years ago