aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate support for Python 2 (#5251)Alex Gaynor2020-05-161-0/+4
|
* Dropped support for LibreSSL 2.7, 2.8, and 2.9.0 (2.9.1+ are still ↵Alex Gaynor2020-04-251-0/+2
| | | | supported) (#5231)
* port 2.9.2 changelog to master (#5222)Paul Kehrer2020-04-221-0/+8
|
* Forward port the 2.9.1 changelog (#5214)Alex Gaynor2020-04-211-0/+8
|
* fixed anchor in changelog (#5201)Alex Gaynor2020-04-181-2/+2
|
* Removed deprecated behavior in AKI.from_issuer_subject_key_identifier (#5182)Alex Gaynor2020-04-051-0/+5
|
* reopen master for 3.0 dev (#5175)Paul Kehrer2020-04-021-0/+7
|
* 2.9 version and changelog bump (#5172)Paul Kehrer2020-04-021-4/+2
|
* Added changelog for OpenSSL 1.1.1f (#5170)Alex Gaynor2020-04-021-0/+2
|
* reorder 2.9 changelog, add a missing entry (#5156)Paul Kehrer2020-03-211-3/+4
|
* Fix silly linter problem with CHANGELOG (#5150)Marko Kreen2020-03-211-2/+2
| | | | | | | | This line triggers warning: CHANGELOG.rst:24: D001 Line too long but only when an item is added after it. Eg. "* Foo" is enough to trigger it.
* Linkify RFC in changelog (#5131)Alex Gaynor2020-03-021-1/+1
|
* Reversed the order of RDNs in x509.Name.rfc4514_string() (#5120)Thomas Erbesdobler2020-03-021-0/+3
| | | | RFC4514 requires in section 2.1 that RDNs are converted to string representation in reversed order.
* drop python 3.4 support (#5087)Paul Kehrer2019-12-081-3/+5
| | | | | | | | | | | | * drop python 3.4 support Our dependencies have started dropping support so it is becoming difficult to test. Additionally, Python 3.4 represents <2% of our downloads, so taking on a large maintenance burden to maintain support isn't a good use of limited time. Accordingly, we're dropping testing infrastructure and migrating our abi3 wheels to py35+. * use removed instead of dropped
* Parse single_extensions in OCSP responses (#5059)Paul Kehrer2019-11-111-0/+3
| | | | | | | | | | | | * add single_extensions to OCSPResponse (#4753) * new vector, updateed docs, more stringent parser, changelog, etc * simplify PR (no SCT for now) * add a comment * finish pulling out the sct stuff so tests might actually run
* Fixed #5050 -- dropped support for an old LibresSSL release (#5056)Alex Gaynor2019-11-111-0/+1
| | | | | | * Fixed #5050 -- dropped support for an old LibresSSL release * Changelog
* Deal with the 2.5 deprecations (#5048)Alex Gaynor2019-11-031-0/+4
| | | | | | | | | | | | * Deal with the 2.5 deprecations * pep8 + test fixes * docs typo * Why did I do this? * typo
* Fixes #5018 -- break users on OpenSSL 1.0.1 (#5022)Alex Gaynor2019-10-181-0/+3
| | | | | | | | | | | | * Fixes #5018 -- break users on OpenSSL 1.0.1 * Grammar * Syntax error * Missing import * Missing import
* reopen master for the 2.9 release (#5017)Paul Kehrer2019-10-171-1/+8
|
* Bump versions for 2.8 release (#5014)Alex Gaynor2019-10-171-4/+2
|
* Fixes #5010 -- test and build 3.8 wheels (#5013)Alex Gaynor2019-10-171-0/+3
| | | | | | * Fixes #5010 -- test and build 3.8 wheels * try using isolated_build = True to work around a failure
* Finish ed25519 and ed448 support in x509 module (#4972)Marko Kreen2019-09-091-2/+5
| | | | | | | | | | | | | | | | | | * Support ed25519 in csr/crl creation * Tests for ed25519/x509 * Support ed448 in crt/csr/crl creation * Tests for ed448/x509 * Support ed25519/ed448 in OCSPResponseBuilder * Tests for eddsa in OCSPResponseBuilder * Builder check missing in create_x509_csr * Documentation update for ed25519+ed448 in x509
* changelog addition for freshestcrl in CRLs (#4986)Paul Kehrer2019-09-071-0/+2
|
* Fixes #4956 -- added a changelog entry for the removal of the asn1crypto dep ↵Alex Gaynor2019-07-281-0/+1
| | | | (#4959)
* add class methods for poly1305 sign verify operations (#4932)Jeff Yang2019-07-081-0/+7
|
* ed25519 support in x509 certificate builder (#4937)Paul Kehrer2019-07-061-0/+2
| | | | | | | | | | * ed25519 support in x509 certificate builder This adds minimal ed25519 support. More to come. * Apply suggestions from code review Co-Authored-By: Alex Gaynor <alex.gaynor@gmail.com>
* Refs #4923; deprecate OpenSSL 1.0.1 (#4924)Alex Gaynor2019-06-151-0/+2
| | | | | | * Refs #4923; deprecate OpenSSL 1.0.1 * changelog
* Manylinux2010 wheel (#4910)Paul Kehrer2019-06-021-0/+3
| | | | | | | | | | | | * add manylinux2010 wheel builder * various updates * empty commit * need to pass a plat tag * hacks need hacks
* reopen master for 2.8 (#4906)Paul Kehrer2019-05-301-0/+9
| | | | | | | | * reopen master for 2.8 also add the missing changelog * sigh, empty commit to trigger azure pipelines
* bump for 2.7 release (#4903)Paul Kehrer2019-05-301-4/+2
|
* Drop setup.py test support. (#4879)Alex Gaynor2019-05-071-0/+3
| | | | | | | | | | | | | | * Drop setup.py test support. It's fragile and relies on eggs. While our downstream redistributors don't love this (sorry!), it seems like the right tradeoff. * Remove unused * Added a changelog entry * typo * line length
* Add manylinux1 wheel builder to azure (#4873)Alex Gaynor2019-05-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add manylinux1 wheel builder to azure * ? * Drop 32-bit manylinux1 * cleanup * fix * Run as root * fix? * Do it in a venv * typo * Added an extra step * For debugging * Fix * computers are stupid * gibberish * fix?
* fix from_issuer_subject_key_identifier to take the right type (#4864)Paul Kehrer2019-05-041-1/+8
| | | | | | | | | | * fix from_issuer_subject_key_identifier to take the right type deprecate passing the old Extension wrapper object * don't use a try:except: * hilarious contortions to satisfy doc8
* Added a CHANGELOG entry for #4811 (#4812)Alex Gaynor2019-03-181-0/+3
| | | | | | | | * Added a CHANGELOG entry for #4811 * linewrap * linky nicely
* poly1305 support (#4802)Paul Kehrer2019-03-091-0/+2
| | | | | | | | | | | | | | | | | | | | * poly1305 support * some more tests * have I mentioned how bad the spellchecker is? * doc improvements * EVP_PKEY_new_raw_private_key copies the key but that's not documented Let's assume that might change and be very defensive * review feedback * add a test that fails on a tag of the correct length but wrong value * docs improvements
* remove maccontext (#4803)Paul Kehrer2019-03-071-2/+9
|
* Reopen master for 2.7 (#4788)Alex Gaynor2019-02-281-0/+5
|
* 2.6.1 release with fixed wheels (#4792)Alex Gaynor2019-02-281-0/+8
|
* bump version and update changelog for 2.6 release (#4787)Paul Kehrer2019-02-271-6/+6
| | | | | | * bump version and update changelog for 2.6 release * 1.1.1b wheels for 2.6
* support ed25519 openssh public keys (#4785)Paul Kehrer2019-02-271-0/+2
| | | | | | * support ed25519 openssh public keys * don't need this check
* ed448 support (#4610)Paul Kehrer2019-02-271-0/+2
| | | | | | | | * ed448 support * move the changelog entry * flake8
* ed25519 support (#4114)Paul Kehrer2019-02-261-0/+2
| | | | | | * ed25519 support * review feedback
* support NO_ENGINE (#4763)Paul Kehrer2019-02-251-1/+4
| | | | | | | | * support OPENSSL_NO_ENGINE * support some new openssl config args * sigh
* add an EC OID to curve dictionary mapping (#4759)Paul Kehrer2019-02-201-0/+2
| | | | | | | | | | * add an EC OID to curve dictionary mapping * oid_to_curve function * changelog and docs fix * rename to get_curve_for_oid
* Fixes #4734 -- Deal with deprecated things (#4736)Alex Gaynor2019-01-231-0/+12
| | | | | | | | | | * Fixes #4734 -- Deal with deprecated things - Make year based aliases of PersistentlyDeprecated so we can easily assess age - Removed encode/decode rfc6979 signature - Removed Certificate.serial * Unused import
* reopen master for 2.6 work (#4730)Paul Kehrer2019-01-221-0/+8
|
* changelog and version bump for 2.5 (#4729)Paul Kehrer2019-01-221-4/+4
|
* deprecate encode_point and migrate all internal callers (#4720)Paul Kehrer2019-01-201-1/+2
|
* add support for encoding compressed points (#4638)Paul Kehrer2019-01-201-0/+2
| | | | | | * add support for encoding compressed points * review feedback
* shake128/256 support (#4611)Paul Kehrer2019-01-191-0/+3
| | | | | | | | | | | | | | * shake128/256 support * remove block_size * doc an exception * change how we detect XOF by adding _xof attribute * interface! * review feedback