You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Kai Zheng (JIRA)" <ji...@apache.org> on 2015/01/25 06:27:34 UTC

[jira] [Commented] (DIRKRB-118) Get rid of the external dependency to not-so-commons-ssl library

    [ https://issues.apache.org/jira/browse/DIRKRB-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14290993#comment-14290993 ] 

Kai Zheng commented on DIRKRB-118:
----------------------------------

commit 5c70429db4545ad6847d7f668e38ff9aee3844f4
Author: Drankye <dr...@gmail.com>
Date:   Sun Jan 25 21:23:11 2015 +0800

    Removed the ASN1 parsers included in not-commons-ssl library using kerby-asn1


> Get rid of the external dependency to not-so-commons-ssl library
> ----------------------------------------------------------------
>
>                 Key: DIRKRB-118
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-118
>             Project: Directory Kerberos
>          Issue Type: Sub-task
>            Reporter: Kai Zheng
>            Assignee: Kai Zheng
>
> We need to remove the external dependency to not-so-commons-library in order to avoid better maintain and any license concerns.
> Currently the library was used to load private keys from related openSSL keystores or formats.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

RE: [jira] [Commented] (DIRKRB-118) Get rid of the external dependency to not-so-commons-ssl library

Posted by "Zheng, Kai" <ka...@intel.com>.
In this commit, I used kerby-asn1 to replace the asn1 parser in not-commons-ssl library for parsing formats like PKCS8 and it's fairly easy. So kerby-asn1 can be used not only to define asn1 based types, but also for traditional procedural parsing, like the one in bouncycastle library. In case it's interested, please check the commit.

-----Original Message-----
From: Kai Zheng (JIRA) [mailto:jira@apache.org] 
Sent: Sunday, January 25, 2015 1:28 PM
To: dev@directory.apache.org
Subject: [jira] [Commented] (DIRKRB-118) Get rid of the external dependency to not-so-commons-ssl library


    [ https://issues.apache.org/jira/browse/DIRKRB-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14290993#comment-14290993 ] 

Kai Zheng commented on DIRKRB-118:
----------------------------------

commit 5c70429db4545ad6847d7f668e38ff9aee3844f4
Author: Drankye <dr...@gmail.com>
Date:   Sun Jan 25 21:23:11 2015 +0800

    Removed the ASN1 parsers included in not-commons-ssl library using kerby-asn1


> Get rid of the external dependency to not-so-commons-ssl library
> ----------------------------------------------------------------
>
>                 Key: DIRKRB-118
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-118
>             Project: Directory Kerberos
>          Issue Type: Sub-task
>            Reporter: Kai Zheng
>            Assignee: Kai Zheng
>
> We need to remove the external dependency to not-so-commons-library in order to avoid better maintain and any license concerns.
> Currently the library was used to load private keys from related openSSL keystores or formats.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)