1. af6f990 Add Multifernet.rotate method (#3979) by Chris Wolfe · 8 years ago
  2. a0022ea Make changelog for A-label more readable (#3977) by Christian Heimes · 8 years ago
  3. 70da086 use the correct modern API (#3984) by Alex Gaynor · 8 years ago
  4. 0a42f4e port 2.1.1 changelog (#3975) by Paul Kehrer · 8 years ago
  5. d0db04c add a faq entry for a message outdated pip/setuptools can output (#3971) by Paul Kehrer · 8 years ago
  6. b0aa847 random hack to maybe support older pips (#3970) by Alex Gaynor · 8 years ago
  7. e6b020b bump libressl to 2.6.2 (#3967) by Alex Gaynor · 8 years ago
  8. 31034a0 Inline calls to bit_length now that it's trivial (#3966) by Alex Gaynor · 8 years ago
  9. a87daea Debian sid is python3.6 now (#3968) by Alex Gaynor · 8 years ago
  10. 4cf6e78 expunge python 2.6 (#3962) by Paul Kehrer · 8 years ago
  11. 38fe038 increment deprecation for the 2.2 release cycle (#3961) by Paul Kehrer · 8 years ago
  12. 0d6831d start the twenty second release cycle (#3960) by Paul Kehrer · 8 years ago
  13. 0ed0e7e update changelog release date and bump version for 2.1 release (#3958) by Paul Kehrer · 8 years ago
  14. e885bd6 Update docs and changelog for URI, RFC822Name, and DNSName (#3955) by Paul Kehrer · 8 years ago
  15. 1aac78c let's talk about bits baby (#3956) by Paul Kehrer · 8 years ago
  16. a3facfa parallelize docs work and always give full traceback on exception (#3957) by Paul Kehrer · 8 years ago
  17. 1b43b51 backwards incompatible change to UniformResourceIdentifier (#3954) by Paul Kehrer · 8 years ago
  18. d3f73e0 backwards incompatible change to RFC822Name (#3953) by Paul Kehrer · 8 years ago
  19. ed32105 Backwards incompatible change to DNSName (#3951) by Paul Kehrer · 8 years ago
  20. 003f56f add utf8 DNSName x509 vector (#3952) by Paul Kehrer · 8 years ago
  21. 56669aa update security docs to indicate we staticaly link openssl on linux too (#3949) by Alex Gaynor · 8 years ago
  22. 3d96afd do downstream builds as part of our normal parallel jenkins pipeline (#3948) by Paul Kehrer · 8 years ago
  23. fce63a5 disable smart quotes in sphinx to workaround a spellchecker issue (#3946) by Paul Kehrer · 8 years ago
  24. a397d75 Add support for AES XTS (#3900) by Paul Kehrer · 8 years ago
  25. dd567cb Declare that 2.1 is the last version to support Python 2.6 (#3944) by Alex Gaynor · 8 years ago
  26. 62ebb42 add ChaCha20 support (#3919) by Paul Kehrer · 8 years ago
  27. ba61c27 Expose FIPS funcs for OpenSSL. (#3939) by Scott Sturdivant · 8 years ago
  28. e685923 Update the list of macOS versions we test on to match reality (#3942) by Alex Gaynor · 8 years ago
  29. 72c92f5 both parse and encode the ASN1 string type for Name attributes (#3896) by Paul Kehrer · 8 years ago
  30. 7bb0210 blacklist yet another version of sphinx (#3940) by Alex Gaynor · 8 years ago
  31. b76bcf8 FreshestCRL extension support (#3937) by Paul Kehrer · 8 years ago
  32. 5e3cc98 support delta crl indicator extension (#3936) by Paul Kehrer · 8 years ago
  33. 2fc5849 refactor rsa signature/verification logic to remove duplication (#3903) by Paul Kehrer · 8 years ago
  34. 2931b86 parametrize a bunch of x509 extension tests that were identical (#3931) by Paul Kehrer · 8 years ago
  35. 1b86dc5 docs for what bytes means for DNSName, URI, and RFC822Name (#3904) by Paul Kehrer · 8 years ago
  36. d02842b add Freshest CRL and Delta CRL Indicator test vectors (#3932) by Paul Kehrer · 8 years ago
  37. b5c5bbe Mark our custom sphinx extension as parallel safe (#3935) by Alex Gaynor · 8 years ago
  38. ce4d084 correct the docs for CRLReason (#3930) by Paul Kehrer · 8 years ago
  39. 53e4505 Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929) by Alex Gaynor · 8 years ago
  40. 9037555 disable travis mac builders and add a mac jenkins build (#3933) by Paul Kehrer · 8 years ago
  41. 20721c9 Update the rest of the NIST urls to their new HTTPS homes (#3928) by Alex Gaynor · 8 years ago
  42. ba70415 add unique identifier test vector (#3925) by Paul Kehrer · 8 years ago
  43. 872cdea remove py26 windows and macOS wheels (#3921) by Paul Kehrer · 8 years ago
  44. 8cb1d36 Update PKITS link (#3923) by Alex Gaynor · 8 years ago
  45. e3fc93a Update NIST CAVP url (#3922) by Alex Gaynor · 8 years ago
  46. b522324 bump libressl version (#3920) by Alex Gaynor · 8 years ago
  47. d8371a8 add chacha20 test vectors from RFC 7539 (#3918) by Paul Kehrer · 8 years ago
  48. 409a0c8 implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915) by Paul Kehrer · 8 years ago
  49. 5e9eeef add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916) by Paul Kehrer · 8 years ago
  50. 83bb406 add __hash__ to PolicyConstraints and Extension (#3917) by Paul Kehrer · 8 years ago
  51. 7b6be92 implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913) by Paul Kehrer · 8 years ago
  52. ab96a53 implement __hash__ on CertificatePolicies and its child classes (#3914) by Paul Kehrer · 8 years ago
  53. 979c263 add aki hash (#3910) by Paul Kehrer · 8 years ago
  54. bdad051 name constraints __hash__ (#3912) by Paul Kehrer · 8 years ago
  55. 5402449 AIA hashing (#3911) by Paul Kehrer · 8 years ago
  56. 89aaecb remove u-label conversion during general name decode (#3905) by Paul Kehrer · 8 years ago
  57. 8c1f5ed fix a bug with URI value when parsing a string with no hostname (#3909) by Paul Kehrer · 8 years ago
  58. fbfc36d implement __hash__ on all GeneralName types (#3907) by Paul Kehrer · 8 years ago
  59. e535985 coverage pin test part deux (#3908) by Paul Kehrer · 8 years ago
  60. e00bad5 compare against bytes values, not the U-label decoded ones (#3906) by Paul Kehrer · 8 years ago
  61. c7ecb45 add a faq note about having a compiler that is too old (#3902) by Paul Kehrer · 8 years ago
  62. 363f5b0 refactor AES keywrap into a wrap core and unwrap core (#3901) by Paul Kehrer · 8 years ago
  63. 5d66966 [WIP] add support for the TLSFeature extension in x509 (#3899) by Paul Kehrer · 8 years ago
  64. d4bde9c RSA OAEP label support for OpenSSL 1.0.2+ (#3897) by Paul Kehrer · 8 years ago
  65. 52067bc add X509 test vector with a TLS Feature (RFC 7633) extension (#3898) by Paul Kehrer · 8 years ago
  66. 2b01c55 oaep label vector (#3895) by Paul Kehrer · 8 years ago
  67. 9a8e29e add initial OCSP request test vector (#3890) by Paul Kehrer · 8 years ago
  68. 32f88bf add set0_rsa_oaep_label binding (#3894) by Paul Kehrer · 8 years ago
  69. ec0e1cc move x509 tests into a module (#3889) by Paul Kehrer · 8 years ago
  70. 012df12 add OCSP binding for obtaining information from CertID structure (#3888) by Paul Kehrer · 8 years ago
  71. 8396d43 send a few more variables to distinguish our jobs in codecov (#3892) by Paul Kehrer · 8 years ago
  72. 10041cd added binding support for rfc 5705 (#3878) by Kelby Ludwig · 8 years ago
  73. 4c41ab0 Switch to using the other style of environment markers (#3796) by Alex Gaynor · 8 years ago
  74. 13e9a6f Document that we care about our infrastructure's security as well (#3874) by Alex Gaynor · 8 years ago
  75. e2c1c0f add blake2b/blake2s support for hmac (#3873) by Paul Kehrer · 8 years ago
  76. 22bedaa Remove branches for 1.0.2 betas. (#3870) by Alex Gaynor · 8 years ago
  77. c3de566 Fix `load_rsa_public_numbers` documentation (#3871) by David Sanders · 8 years ago
  78. c4a23fb Fix mistake in `RSAPublicKey.verify` documentation (#3872) by David Sanders · 8 years ago
  79. 64dc16b add test vector with invalid basicconstraints (#3866) by Paul Kehrer · 8 years ago
  80. 7c8ed9e Get our travis from pypy (#3865) by Alex Gaynor · 8 years ago
  81. f944c40 add changelog and a warning for is_signature_valid on crl (#3861) by Paul Kehrer · 8 years ago
  82. 6c02ee8 Add is_signature_valid method on CertificateRevocationList (#3849) by Vincent Pelletier · 8 years ago
  83. ca941bd bump pytest version (#3860) by Alex Gaynor · 8 years ago
  84. c1f8e46 Fixes #3821 -- improve output during release.py (#3848) by Alex Gaynor · 8 years ago
  85. bcbff3e fixed a typo (#3847) by Alex Gaynor · 8 years ago
  86. dc35eae (mostly) revert wheel builder config change (#3846) by Paul Kehrer · 8 years ago
  87. ad294c6 port 2.0.3 changelog (#3845) by Paul Kehrer · 8 years ago
  88. d026b1b Fix weak linking of getentropy when compiling on older macOS (#3841) by Paul Kehrer · 8 years ago
  89. 765e771 Make changelog anchors stable ids (#3840) by Christian Heimes · 8 years ago
  90. 990d759 Remve outdated comment and linewrap (#3838) by Alex Gaynor · 8 years ago
  91. 3e15ca5 deprecate unicode input for RFC822Name (#3836) by Paul Kehrer · 8 years ago
  92. 6c29d74 deprecate auto-idna on UniformResourceIdentifier (#3832) by Paul Kehrer · 8 years ago
  93. 7f40239 Blacklist pytest 3.2.0 because it breaks us (#3835) by Alex Gaynor · 8 years ago
  94. 908bbd3 note version added and deprecated for bytes_value/value on DNSName (#3833) by Paul Kehrer · 8 years ago
  95. cdaf3ff Begin the deprecation of auto-idna for x509.DNSName (#3830) by Alex Gaynor · 8 years ago
  96. 2131b96 fix for latest flake8 (#3829) by Alex Gaynor · 8 years ago
  97. 2bab0ac port 2.0.2 changelog (#3828) by Paul Kehrer · 8 years ago
  98. 1750971 don't re-export the openssl symbols from our shared object (#3825) by Paul Kehrer · 8 years ago
  99. dce57f6 port 2.0.1 changelog (#3823) by Paul Kehrer · 8 years ago
  100. 65f41af fix compilation on openbsd (#3814) by Paul Kehrer · 8 years ago