forked from pool/python-pyspnego
- update to 0.5.0:
* Added the `auth_stage` extra_info for a CredSSP context to give a human friendly indication of what sub auth stage it is up to. * Added the `protocol_version` extra_info for a CredSSP context to return the negotiated CredSSP protocol version. * Added the `credssp_min_protocol` keyword argument for a CredSSP context to set a minimum version the caller will accept of the peer. * This can be set to `5+` to ensure the peer supports and applies the mitigations for CVE-2018-0886. * Added safeguards when trying to retrieve the completed context attributes of `NegotiateProxy` before any contexts have been set up OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyspnego?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c99c080550bd03b9a33a32d24474c69f5d3f761de9be86019beea9f6897b4e04
|
||||
size 234857
|
3
pyspnego-0.5.0.tar.gz
Normal file
3
pyspnego-0.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:beb16941d093be0cf4b4833d646f92e5ce79e588ab37be2975d109cccd87527f
|
||||
size 235946
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 12:14:25 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.5.0:
|
||||
* Added the `auth_stage` extra_info for a CredSSP context to give a human
|
||||
friendly indication of what sub auth stage it is up to.
|
||||
* Added the `protocol_version` extra_info for a CredSSP context to return the
|
||||
negotiated CredSSP protocol version.
|
||||
* Added the `credssp_min_protocol` keyword argument for a CredSSP context to
|
||||
set a minimum version the caller will accept of the peer.
|
||||
* This can be set to `5+` to ensure the peer supports and applies the mitigations for CVE-2018-0886.
|
||||
* Added safeguards when trying to retrieve the completed context attributes
|
||||
of `NegotiateProxy` before any contexts have been set up
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 09:26:20 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pyspnego
|
||||
Version: 0.4.0
|
||||
Version: 0.5.0
|
||||
Release: 0
|
||||
Summary: Python SPNEGO authentication library
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user