1. 24f9bf4 Lists support for DSA and EC in CSR builder. by Andre Caron · 10 years ago
  2. 341ff85 Fully qualifies symbols in doc references. by Andre Caron · 10 years ago
  3. 472fd69 Changes builder extension API. by Andre Caron · 10 years ago
  4. d259ee5 Polishes builder documentation, by Andre Caron · 10 years ago
  5. 6d7e39b Adds updates docs for method chaining in CSR builder. by Andre Caron · 10 years ago
  6. 0ef595f Adds CSR builder. by Andre Caron · 10 years ago
  7. 3aadabf Added teh OID for ECDSA with SHA1. by Alex Gaynor · 10 years ago
  8. e651b7f add wildcard SAN x509 test vector by Paul Kehrer · 10 years ago
  9. e0017be add nameconstraints classes by Paul Kehrer · 10 years ago
  10. 677c531 Fixed the anchor of a URL that changed on wikipedia by Alex Gaynor · 10 years ago
  11. 77e4739 Merge pull request #2040 from reaperhulk/policy-constraints-vectors by Alex Gaynor · 10 years ago
  12. c10c446 Merge pull request #2043 from reaperhulk/nc-vectors by Alex Gaynor · 10 years ago
  13. cf1109d add name constraints test vectors by Paul Kehrer · 10 years ago
  14. 769e7f2 add issuer alternative name test vector by Paul Kehrer · 10 years ago
  15. 7733562 add x509 policy constraints test vectors by Paul Kehrer · 10 years ago
  16. 926f8ac Merge pull request #2017 from reaperhulk/issuer-alternative-name by Alex Gaynor · 10 years ago
  17. 9692dbc Merge pull request #2018 from reaperhulk/ocsp-nocheck-vector by Alex Gaynor · 10 years ago
  18. dae4076 Remove mention of extract/expand operations from ConcatKDF docs. by Terry Chia · 10 years ago
  19. 66f380c cleanup a doctest and add a changelog entry for concatkdf by Paul Kehrer · 10 years ago
  20. 8a690fb Add ConcatKDF from NIST SP 800-56A by Simo Sorce · 10 years ago
  21. d59b07c add OCSPNoCheck test vector by Paul Kehrer · 10 years ago
  22. 99125c9 issuer alternative name support by Paul Kehrer · 10 years ago
  23. 724617c some docs cleanup for OTP by Paul Kehrer · 10 years ago
  24. d3532d4 Merge pull request #1990 from tonyseek/key-uri by Paul Kehrer · 10 years ago
  25. 840a99b Move the external link to page bottom. by Jiangge Zhang · 10 years ago
  26. 0d9dbbe add license header and fix grammar errors. by Jiangge Zhang · 10 years ago
  27. d4e0a83 Remove a default argument and rename a private function. by Jiangge Zhang · 10 years ago
  28. e9f8eb9 Describe provisioning URI in the document. by Jiangge Zhang · 10 years ago
  29. 43cd3d2 Merge pull request #1907 from simo5/ECDHKDFTests by Paul Kehrer · 10 years ago
  30. 70d3138 docfix by Erik Trauschke · 10 years ago
  31. 0150e3d add example CRL PEM files to vectors by Erik Trauschke · 10 years ago
  32. 13dcdf8 Merge pull request #1954 from reaperhulk/inhibitanypolicy by Alex Gaynor · 10 years ago
  33. 02166c4 Merge pull request #1956 from etrauschke/crl_bindings_interfaces by Paul Kehrer · 10 years ago
  34. c5a8d17 removed verify(), various small fixes by Erik Trauschke · 10 years ago
  35. abb7b6e doc fixes, rename rekoked -> revoked_certificates by Erik Trauschke · 10 years ago
  36. 2dcce90 add bindings and interfaces for CRL objects by Erik Trauschke · 10 years ago
  37. 16fae76 InhibitAnyPolicy class by Paul Kehrer · 10 years ago
  38. 506a215 update all 0.10 to 1.0 by Paul Kehrer · 10 years ago
  39. 0bef772 Add the word 'Nonces' to docs/spelling_wordlist.txt by Eeshan Garg · 10 years ago
  40. 9475900 Docs for CTR and GCM should say that IV/nonce must be unique by Eeshan Garg · 10 years ago
  41. a8aded6 Adds certificate encoding to PEM and DER. by Andre Caron · 10 years ago
  42. b896881 add test to confirm IDNA2003 is disallowed by Paul Kehrer · 10 years ago
  43. d0a66e7 add SAN vector with IDNA 2003 encoding by Paul Kehrer · 10 years ago
  44. 9acecae Merge pull request #1963 from AndreLouisCaron/csr-encoding by Alex Gaynor · 10 years ago
  45. 4a1038e add ocsp no check by Paul Kehrer · 10 years ago
  46. 476c5df Adds support for writing CSRs. by Andre Caron · 10 years ago
  47. eb17793 IPAddress needs to support networks for nameconstraints by Paul Kehrer · 10 years ago
  48. c97ca7e Adds new CSR test vector. by Andre Caron · 10 years ago
  49. 2b54fb0 Moves CSR test vectors to requests folder. by Andre Caron · 10 years ago
  50. 6cfe79b Moves new CSR vector descriptions to CSR section. by Andre Caron · 10 years ago
  51. 26cab5d Fixes typos. by Andre Caron · 10 years ago
  52. e845d0e Adds test vectors for X.509 CSR decoding. by Andre Caron · 10 years ago
  53. 91ea3a9 Merge pull request #1940 from reaperhulk/x509-ossl-cp by Alex Gaynor · 10 years ago
  54. 208d678 more CDP vectors! by Paul Kehrer · 10 years ago
  55. 2008d9c fix the docs test by Paul Kehrer · 10 years ago
  56. 0facc2a Merge pull request #1936 from reaperhulk/cp-noticenumbers-required by Alex Gaynor · 10 years ago
  57. 66c6170 also update the docs to reflect the non-optional nature of these things by Paul Kehrer · 10 years ago
  58. 5ac4154 add another certificate policies test vector by Paul Kehrer · 10 years ago
  59. d4f632e add OID information about all supported extensions by Paul Kehrer · 10 years ago
  60. c6f6a24 Merge pull request #1853 from reaperhulk/certificate-policies by Alex Gaynor · 10 years ago
  61. cdfe0f9 add certificate policies vectors by Paul Kehrer · 10 years ago
  62. 3f8ddeb update docs by Paul Kehrer · 10 years ago
  63. 28d5421 add CRL distribution points vectors by Paul Kehrer · 10 years ago
  64. ba35b3b remove policyqualifierinfo object by Paul Kehrer · 10 years ago
  65. 2e87974 expand docs by Paul Kehrer · 10 years ago
  66. 0d21092 add some docs by Paul Kehrer · 10 years ago
  67. b76fee8 Merge pull request #1906 from reaperhulk/cdp by Alex Gaynor · 10 years ago
  68. 3fd0260 switch reasons to frozenset by Paul Kehrer · 10 years ago
  69. f2c072b update doc language by Paul Kehrer · 10 years ago
  70. 4e8dacd separate full_name/relative_name and change reasons to an enumeration by Paul Kehrer · 10 years ago
  71. ebbeedf add support for secp256k1 by Paul Kehrer · 10 years ago
  72. 83e563e Modify ECDH Test vector loader for KDF vectors by Simo Sorce · 10 years ago
  73. 5a48552 add CRLDistributionPoints and associated classes by Paul Kehrer · 10 years ago
  74. 64c82e0 add some authority information access x509 vectors by Paul Kehrer · 10 years ago
  75. d774de9 authority key identifier support in the openssl backend by Paul Kehrer · 10 years ago
  76. 6df20b3 Merge pull request #1895 from reaperhulk/aki-vector by Alex Gaynor · 10 years ago
  77. aadca86 Merge pull request #1867 from public/secp256k1-vectors by Paul Kehrer · 10 years ago
  78. e0afa5d Add new vectors to the docs by Alex Stapleton · 10 years ago
  79. 38478bf Merge pull request #1894 from alex/try-to-english-better by Paul Kehrer · 10 years ago
  80. e54478f Docs for custom secp256k1 vectors by Alex Stapleton · 10 years ago
  81. 0d52e2a add another authority key identifier vector by Paul Kehrer · 10 years ago
  82. b0deb44 add AKI vector by Paul Kehrer · 10 years ago
  83. 99c5f15 Attempt to make the BasicConstraints.path_length docs more clear by Alex Gaynor · 10 years ago
  84. fddf29f Verification script by Alex Stapleton · 10 years ago
  85. 12cc9a4 Script for generating SECP256K1 vectors by Alex Stapleton · 10 years ago
  86. 25b1398 Merge pull request #1893 from reaperhulk/san-example by Alex Gaynor · 10 years ago
  87. d0cd507 add some comments by Paul Kehrer · 10 years ago
  88. 93ae805 add example to show how to get DNSNames from SAN extension by Paul Kehrer · 10 years ago
  89. f506bca updates based on review feedback by Paul Kehrer · 10 years ago
  90. 3e6d558 add authority information access classes by Paul Kehrer · 10 years ago
  91. c4b698e Merge pull request #1885 from reaperhulk/iap-vectors by Alex Gaynor · 10 years ago
  92. 986e5fa add an extended key usage x509 vector by Paul Kehrer · 10 years ago
  93. 67a62c8 add inhibit any policy test vectors by Paul Kehrer · 10 years ago
  94. a3527ac Merge pull request #1878 from reaperhulk/add-san-vector-ip-dir by Alex Gaynor · 10 years ago
  95. fbc6219 add test vectors for directory name and ip address SAN names by Paul Kehrer · 10 years ago
  96. 60163d7 add a SAN vector that's a single IDNA rfc822name by Paul Kehrer · 10 years ago
  97. 813c328 Merge pull request #1862 from reaperhulk/san-uri by Alex Gaynor · 10 years ago
  98. b8ef82e add URI general name support by Paul Kehrer · 10 years ago
  99. b7c6029 DH backend interfaces by Alex Stapleton · 11 years ago
  100. 6abe567 Merge pull request #1836 from public/rfc5114-dh by Paul Kehrer · 10 years ago