Remove 3DES support
This commit is contained in:
parent
19e2656c15
commit
1cae0b7e96
@ -1,4 +1,4 @@
|
|||||||
From 44511dc2463b516065f5b88b6d2a61045b1333f2 Mon Sep 17 00:00:00 2001
|
From c6e61b6ce3f305765dab2acf05a676172c596ddd Mon Sep 17 00:00:00 2001
|
||||||
From: Robbie Harwood <rharwood@redhat.com>
|
From: Robbie Harwood <rharwood@redhat.com>
|
||||||
Date: Tue, 26 Mar 2019 18:51:10 -0400
|
Date: Tue, 26 Mar 2019 18:51:10 -0400
|
||||||
Subject: [PATCH] Remove 3des support
|
Subject: [PATCH] Remove 3des support
|
||||||
@ -16,7 +16,7 @@ their constants.
|
|||||||
doc/mitK5features.rst | 2 +-
|
doc/mitK5features.rst | 2 +-
|
||||||
src/Makefile.in | 4 +-
|
src/Makefile.in | 4 +-
|
||||||
src/configure.in | 1 -
|
src/configure.in | 1 -
|
||||||
src/include/krb5/krb5.hin | 12 +-
|
src/include/krb5/krb5.hin | 10 +-
|
||||||
src/kadmin/testing/proto/kdc.conf.proto | 4 +-
|
src/kadmin/testing/proto/kdc.conf.proto | 4 +-
|
||||||
src/kdc/kdc_util.c | 4 -
|
src/kdc/kdc_util.c | 4 -
|
||||||
src/lib/crypto/Makefile.in | 8 +-
|
src/lib/crypto/Makefile.in | 8 +-
|
||||||
@ -103,7 +103,7 @@ their constants.
|
|||||||
src/tests/t_salt.py | 5 +-
|
src/tests/t_salt.py | 5 +-
|
||||||
src/util/k5test.py | 10 -
|
src/util/k5test.py | 10 -
|
||||||
.../leash/htmlhelp/html/Encryption_Types.htm | 13 -
|
.../leash/htmlhelp/html/Encryption_Types.htm | 13 -
|
||||||
95 files changed, 163 insertions(+), 4837 deletions(-)
|
95 files changed, 162 insertions(+), 4836 deletions(-)
|
||||||
delete mode 100644 src/lib/crypto/builtin/des/ISSUES
|
delete mode 100644 src/lib/crypto/builtin/des/ISSUES
|
||||||
delete mode 100644 src/lib/crypto/builtin/des/Makefile.in
|
delete mode 100644 src/lib/crypto/builtin/des/Makefile.in
|
||||||
delete mode 100644 src/lib/crypto/builtin/des/d3_aead.c
|
delete mode 100644 src/lib/crypto/builtin/des/d3_aead.c
|
||||||
@ -300,15 +300,9 @@ index 8d781a7c8..a19a0ea97 100644
|
|||||||
lib/crypto/$CRYPTO_IMPL/sha1 lib/crypto/$CRYPTO_IMPL/sha2
|
lib/crypto/$CRYPTO_IMPL/sha1 lib/crypto/$CRYPTO_IMPL/sha2
|
||||||
lib/crypto/$CRYPTO_IMPL/aes lib/crypto/$CRYPTO_IMPL/camellia
|
lib/crypto/$CRYPTO_IMPL/aes lib/crypto/$CRYPTO_IMPL/camellia
|
||||||
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
|
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
|
||||||
index 5f596d1fc..ca7eb6a80 100644
|
index 5f596d1fc..9a05ce32d 100644
|
||||||
--- a/src/include/krb5/krb5.hin
|
--- a/src/include/krb5/krb5.hin
|
||||||
+++ b/src/include/krb5/krb5.hin
|
+++ b/src/include/krb5/krb5.hin
|
||||||
@@ -1,4 +1,4 @@
|
|
||||||
-/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
|
||||||
+./* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
|
||||||
/* General definitions for Kerberos version 5. */
|
|
||||||
/*
|
|
||||||
* Copyright 1989, 1990, 1995, 2001, 2003, 2007, 2011 by the Massachusetts
|
|
||||||
@@ -426,8 +426,8 @@ typedef struct _krb5_crypto_iov {
|
@@ -426,8 +426,8 @@ typedef struct _krb5_crypto_iov {
|
||||||
#define ENCTYPE_DES_CBC_MD4 0x0002 /**< @deprecated no longer supported */
|
#define ENCTYPE_DES_CBC_MD4 0x0002 /**< @deprecated no longer supported */
|
||||||
#define ENCTYPE_DES_CBC_MD5 0x0003 /**< @deprecated no longer supported */
|
#define ENCTYPE_DES_CBC_MD5 0x0003 /**< @deprecated no longer supported */
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From ebcc57122e6f2325c9b0b3cb7c600d38c013a05a Mon Sep 17 00:00:00 2001
|
From a57e6f65c6368b3fe99baaaeafccd166dad006b4 Mon Sep 17 00:00:00 2001
|
||||||
From: Robbie Harwood <rharwood@redhat.com>
|
From: Robbie Harwood <rharwood@redhat.com>
|
||||||
Date: Fri, 9 Nov 2018 15:12:21 -0500
|
Date: Fri, 9 Nov 2018 15:12:21 -0500
|
||||||
Subject: [PATCH] krb5-1.17post4 FIPS with PRNG, SPAKE, and RADIUS
|
Subject: [PATCH] krb5-1.17post4 FIPS with PRNG, SPAKE, and RADIUS
|
||||||
|
@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system
|
|||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.17
|
Version: 1.17
|
||||||
# for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces)
|
# for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces)
|
||||||
Release: 28%{?dist}
|
Release: 29%{?dist}
|
||||||
|
|
||||||
# lookaside-cached sources; two downloads and a build artifact
|
# lookaside-cached sources; two downloads and a build artifact
|
||||||
Source0: https://web.mit.edu/kerberos/dist/krb5/1.17/krb5-%{version}%{prerelease}.tar.gz
|
Source0: https://web.mit.edu/kerberos/dist/krb5/1.17/krb5-%{version}%{prerelease}.tar.gz
|
||||||
@ -716,6 +716,9 @@ exit 0
|
|||||||
%{_libdir}/libkadm5srv_mit.so.*
|
%{_libdir}/libkadm5srv_mit.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 03 2019 Robbie Harwood <rharwood@redhat.com> - 1.17-29
|
||||||
|
- Remove 3DES support
|
||||||
|
|
||||||
* Mon Jun 03 2019 Robbie Harwood <rharwood@redhat.com> - 1.17-28
|
* Mon Jun 03 2019 Robbie Harwood <rharwood@redhat.com> - 1.17-28
|
||||||
- Remove 3des support
|
- Remove 3des support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user