You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2016/03/29 10:15:13 UTC

[47/50] [abbrv] directory-kerby git commit: Update Readme.

Update Readme.


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/01751005
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/01751005
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/01751005

Branch: refs/heads/kadmin-remote
Commit: 01751005e1eb352209bdd8db54e8b5885735814f
Parents: 52df361
Author: plusplusjiajia <ji...@intel.com>
Authored: Fri Mar 11 14:48:02 2016 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Fri Mar 11 14:48:02 2016 +0800

----------------------------------------------------------------------
 README.md                                | 20 ++++++++++++++++++++
 docs/1.0.0-rc2/1.0.0-RC2-release-note.md | 14 ++++++--------
 2 files changed, 26 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/01751005/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6532c19..118e61c 100644
--- a/README.md
+++ b/README.md
@@ -183,3 +183,23 @@ Apache License V2.0
 
 ### News
 - Sep 23, the first release 1.0.0-RC1 of Kerby was released.
+
+### Apache Kerby 1.0.0-RC2 Release Note
+
+105 JIRA issues were resolved and with the following Features and important changes since 1.0.0-RC1:
+- 1. Anonymous PKINIT support(BETA): allows a client to obtain anonymous credentials without authenticating as any particular principal.
+- 2. Finished token support:
+  - Add ability to encrypt and sign using non-RSA keys;
+  - Get the verify key for signed JWT token from kdc config;
+  - Token issuer must be trusted as one of preconfigured issuers;
+  - Add support for decrypting JWT tokens in the KDC.
+- 3. PKIX CMS/X509 support.
+- 4. BER encoding support.
+- 5. Improved the ASN1 framework:
+  - Separate Asn1 parser;
+  - Support decoding of primitive but constructed encoded types;
+  - Allow to define explicit and implicit fields more easily for collection types;
+  - Providing an API to use some useful ASN1 functions by consolidating existing utilities
+- 6. Dump support for Asn1.
+  - provide an ASN1 dumping tool for troubleshooting
+- 7. Separate KrbClient, KrbTokenClient, and KrbPkinitClient APIs.

http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/01751005/docs/1.0.0-rc2/1.0.0-RC2-release-note.md
----------------------------------------------------------------------
diff --git a/docs/1.0.0-rc2/1.0.0-RC2-release-note.md b/docs/1.0.0-rc2/1.0.0-RC2-release-note.md
index f9b9b61..fd6b49e 100644
--- a/docs/1.0.0-rc2/1.0.0-RC2-release-note.md
+++ b/docs/1.0.0-rc2/1.0.0-RC2-release-note.md
@@ -23,20 +23,18 @@ Apache Kerby 1.0.0-RC2 Release Note
 105 JIRA issues were resolved and with the following Features and important changes since 1.0.0-RC1:
 
 - 1. Anonymous PKINIT support(BETA): allows a client to obtain anonymous credentials without authenticating as any particular principal.
-- 2. PKINIT in RSA case (75%).
-- 3. Finished token support:
+- 2. Finished token support:
   - Add ability to encrypt and sign using non-RSA keys;
   - Get the verify key for signed JWT token from kdc config;
   - Token issuer must be trusted as one of preconfigured issuers;
   - Add support for decrypting JWT tokens in the KDC.
-- 4. PKIX CMS/X509 support.
-- 5. Full BER encoding support.
-- 6. Improved the ASN1 framework:
+- 3. PKIX CMS/X509 support.
+- 4. BER encoding support.
+- 5. Improved the ASN1 framework:
   - Separate Asn1 parser;
   - Support decoding of primitive but constructed encoded types;
   - Allow to define explicit and implicit fields more easily for collection types;
   - Providing an API to use some useful ASN1 functions by consolidating existing utilities
-- 7. Dump support for Asn1.
+- 6. Dump support for Asn1.
   - provide an ASN1 dumping tool for troubleshooting
-  - Including built-in ASN1 types and user defined types.
-- 8. Separate KrbClient, KrbTokenClient, and KrbPkinitClient APIs.
+- 7. Separate KrbClient, KrbTokenClient, and KrbPkinitClient APIs.