diff options
| author | spuchmann <spuchmann@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2008-05-16 20:06:34 +0000 | 
|---|---|---|
| committer | spuchmann <spuchmann@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2008-05-16 20:06:34 +0000 | 
| commit | 41d3d9445ef37a8adda750c65fa586f2c0d645d2 (patch) | |
| tree | 99b591cf93dcdc77cc2b2be8a80e825b45fc4a6c /spss | |
| parent | 98b2fef8151ec090a5a4a1427106f0637398c166 (diff) | |
| download | moa-id-spss-41d3d9445ef37a8adda750c65fa586f2c0d645d2.tar.gz moa-id-spss-41d3d9445ef37a8adda750c65fa586f2c0d645d2.tar.bz2 moa-id-spss-41d3d9445ef37a8adda750c65fa586f2c0d645d2.zip | |
raised version to 1.4.3-1tags/1.4.3-1-svn
fixed moa-id schema in Constants.java
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1078 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss')
| -rw-r--r-- | spss/pom.xml | 2 | ||||
| -rw-r--r-- | spss/server/history.txt | 63 | 
2 files changed, 36 insertions, 29 deletions
| diff --git a/spss/pom.xml b/spss/pom.xml index 452f9244c..4ce7b7280 100644 --- a/spss/pom.xml +++ b/spss/pom.xml @@ -3,7 +3,7 @@      <parent>          <groupId>MOA</groupId>          <artifactId>MOA</artifactId> -        <version>1.4.3</version> +        <version>1.4.3-1</version>      </parent>      <modelVersion>4.0.0</modelVersion> diff --git a/spss/server/history.txt b/spss/server/history.txt index 9a0952355..c7183ac67 100644 --- a/spss/server/history.txt +++ b/spss/server/history.txt @@ -1,4 +1,10 @@  ############## +1.4.3-1 +############## + +- Fix von falscher Schemabenennung in Constants.java des common-Projekts. + +##############  1.4.3  ############## @@ -14,36 +20,37 @@    dem Body-Element steht. Das Herauslösen ist nun gegen white spaces robust.   - Bei der Signaturverifikation (zusätzlich zu den bisherigen) folgende Algorithmen unterstützt: -	1.	Added the following signature algorithms for XML signatures:  -		o	http://www.w3.org/2001/04/xmldsig-more#rsa-sha384 -		o	http://www.w3.org/2001/04/xmldsig-more#rsa-sha512 -		o	http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha224 -		o	http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256 -		o	http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384 -		o	http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512 -		o	http://www.w3.org/2007/05/xmldsig-more#ecdsa-ripemd160 -	2.	Added the following hash algorithms for XML signatures:  -		o	http://www.w3.org/2001/04/xmldsig-more#sha224 -		o	http://www.w3.org/2001/04/xmldsig-more#sha384 -		o	http://www.w3.org/2001/04/xmlenc#sha512 -	3.	Added the following signature algorithms for verifying CMS signatures:  -		o	SHA224withRSA -		o	SHA384withRSA -		o	SHA512withRSA -		o	SHA224withECDSA -		o	SHA256withECDSA -		o	SHA384withECDSA -		o	SHA512withECDSA -		o	RIPEMD160withECDSAPlain -	4.	Added the following hash algorithms for CMS signatures:  -		o	SHA-224 -		o	SHA-384 -		o	SHA-512 +   1.  Added the following signature algorithms for XML signatures:  +     o  http://www.w3.org/2001/04/xmldsig-more#rsa-sha384 +     o  http://www.w3.org/2001/04/xmldsig-more#rsa-sha512 +     o  http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha224 +     o  http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256 +     o  http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384 +     o  http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512 +     o  http://www.w3.org/2007/05/xmldsig-more#ecdsa-ripemd160 +   2.  Added the following hash algorithms for XML signatures:  +     o  http://www.w3.org/2001/04/xmldsig-more#sha224 +     o  http://www.w3.org/2001/04/xmldsig-more#sha384 +     o  http://www.w3.org/2001/04/xmlenc#sha512 +   3.  Added the following signature algorithms for verifying CMS signatures:  +     o  SHA224withRSA +     o  SHA384withRSA +     o  SHA512withRSA +     o  SHA224withECDSA +     o  SHA256withECDSA +     o  SHA384withECDSA +     o  SHA512withECDSA +     o  RIPEMD160withECDSAPlain +   4.  Added the following hash algorithms for CMS signatures:  +     o  SHA-224 +     o  SHA-384 +     o  SHA-512  - IAIK Libraries aktualisiert: -	iaik-cms:           Version 4.01_MOA		 -	iaik-moa:           Version 1.23 -	iaik-ecc:           Version 2.16 +   Versionsnummern: +     iaik-cms:           Version 4.01_MOA     +     iaik-moa:           Version 1.23 +     iaik-ecc:           Version 2.16  ##############  1.4.2 | 
