[java-opensaml] branch maint-3.4 updated: OSJ-279 - build in-memory directory server credentials under Java 7
Ian Young
ian at iay.org.uk
Thu Jul 25 04:30:02 EDT 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-3.4
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=80f502344b6ed8bbaadf034048ba4208a46fece8
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new 80f5023 OSJ-279 - build in-memory directory server credentials under Java 7
80f5023 is described below
commit 80f502344b6ed8bbaadf034048ba4208a46fece8
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jul 25 09:28:54 2019 +0100
OSJ-279 - build in-memory directory server credentials under Java 7
https://issues.shibboleth.net/jira/browse/OSJ-279
Keystore format used by Java>=8 is not readable under Java 7.
---
.../org/opensaml/security/ldap/impl/test-ldap.key | 14 +++++++-------
.../opensaml/security/ldap/impl/test-ldap.keystore | Bin 2501 -> 2163 bytes
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/opensaml-security-impl/src/test/resources/org/opensaml/security/ldap/impl/test-ldap.key b/opensaml-security-impl/src/test/resources/org/opensaml/security/ldap/impl/test-ldap.key
index caa6875..d3662f6 100644
--- a/opensaml-security-impl/src/test/resources/org/opensaml/security/ldap/impl/test-ldap.key
+++ b/opensaml-security-impl/src/test/resources/org/opensaml/security/ldap/impl/test-ldap.key
@@ -1,9 +1,9 @@
-----BEGIN PUBLIC KEY-----
-MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgK4BD3v9QQSXTXj8z1c1
-ZfRC/j5N7nKhDDIoN4uar1iqxXf+Ts44nFFPh5XMoIM6PFHEZrvaeKtYq0+QIsnP
-VLhOWfHyDCifXE+r6vcXGcWfsizG3kB71BIp5229vfzcKcaZKDenI9RQBuP9A5Nd
-6OkasknkNi25s7+svVSqMAIZK3oW+/SxelVH8GWzvCxC0Xd4m3Rl9LzynZrGDl7B
-/ZWaNZp5sqWpdFf4EImLzqlqjBpw3IQUAezrT7+Qm0lMKTqR+me9YsQPlwF75PrI
-RX8jreOD+ajdzW9QOIUV1tNnnsQEDX1IjmqkIslwt+048ZCn2x/8Iim3FD6EgiVi
-lQIDAQAB
+MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlK08piOqaXpn8LV1Jx6T
+PH8HRafixCLeowxlLU6olC1YNWSz32U06xXUXAPi/i1JRVfjdbWpVbNQhOCx1Nnx
+DlwKagwv2Kz9cSeGtUR6QPvPKpL+GtsFC67AryzI16ACD++oHhrzSowrnVxsS+kn
+JmHR7gkT7JKeVm4y9YXYNMMon8PFbp7F3Ni2vb0sJWwZOzZX0zAGyfmEaW0Ga6ww
+pw2V25UYNRfFDHLzOVrEh3KuBnl0uOygakaC1VwI5lWN0lEM/fyG2L6MKgNrLzAr
+Qd+m31H9tlxKers1vYv7meBPUXxJSujXOh3+aR8SrWI2Mjchku075ZdHeDIOWf4I
+/QIDAQAB
-----END PUBLIC KEY-----
diff --git a/opensaml-security-impl/src/test/resources/org/opensaml/security/ldap/impl/test-ldap.keystore b/opensaml-security-impl/src/test/resources/org/opensaml/security/ldap/impl/test-ldap.keystore
index f0d704b..16c717f 100644
Binary files a/opensaml-security-impl/src/test/resources/org/opensaml/security/ldap/impl/test-ldap.keystore and b/opensaml-security-impl/src/test/resources/org/opensaml/security/ldap/impl/test-ldap.keystore differ
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list