[jira] [Issue Comment Deleted] (CRYPTO-139) adding suuport for AARCH64 architecture in common crypto

2019-05-28 Thread ossdev (JIRA)


 [ 
https://issues.apache.org/jira/browse/CRYPTO-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ossdev updated CRYPTO-139:
--
Comment: was deleted

(was: Please close this issue ..)

> adding suuport for AARCH64 architecture in common crypto
> 
>
> Key: CRYPTO-139
> URL: https://issues.apache.org/jira/browse/CRYPTO-139
> Project: Commons Crypto
>  Issue Type: New Feature
>Reporter: puresoftware
>Priority: Critical
> Attachments: CRYPTO-139-commons-crypto.patch
>
>
> AARCH 64 architecture support is missing in the exiting common-crypto code. 
> Now we did some modification in the code level and add the support for 
> AARCH64. Now the common-crypto project can be used in aarch64 platform and 
> also compatible with openssl 1.1.x.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CRYPTO-139) adding suuport for AARCH64 architecture in common crypto

2019-05-28 Thread ossdev (JIRA)


[ 
https://issues.apache.org/jira/browse/CRYPTO-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16850474#comment-16850474
 ] 

ossdev commented on CRYPTO-139:
---

Issue is fixed by PRs
[https://github.com/apache/commons-crypto/pull/93]

[https://github.com/apache/commons-crypto/pull/92]

 

please close this issue ...

 

> adding suuport for AARCH64 architecture in common crypto
> 
>
> Key: CRYPTO-139
> URL: https://issues.apache.org/jira/browse/CRYPTO-139
> Project: Commons Crypto
>  Issue Type: New Feature
>Reporter: puresoftware
>Priority: Critical
> Attachments: CRYPTO-139-commons-crypto.patch
>
>
> AARCH 64 architecture support is missing in the exiting common-crypto code. 
> Now we did some modification in the code level and add the support for 
> AARCH64. Now the common-crypto project can be used in aarch64 platform and 
> also compatible with openssl 1.1.x.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CRYPTO-139) adding suuport for AARCH64 architecture in common crypto

2019-05-23 Thread ossdev (JIRA)


[ 
https://issues.apache.org/jira/browse/CRYPTO-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847236#comment-16847236
 ] 

ossdev commented on CRYPTO-139:
---

Please close this issue ..

> adding suuport for AARCH64 architecture in common crypto
> 
>
> Key: CRYPTO-139
> URL: https://issues.apache.org/jira/browse/CRYPTO-139
> Project: Commons Crypto
>  Issue Type: New Feature
>Reporter: puresoftware
>Priority: Critical
> Attachments: CRYPTO-139-commons-crypto.patch
>
>
> AARCH 64 architecture support is missing in the exiting common-crypto code. 
> Now we did some modification in the code level and add the support for 
> AARCH64. Now the common-crypto project can be used in aarch64 platform and 
> also compatible with openssl 1.1.x.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CRYPTO-139) adding suuport for AARCH64 architecture in common crypto

2019-04-11 Thread ossdev (JIRA)


[ 
https://issues.apache.org/jira/browse/CRYPTO-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815988#comment-16815988
 ] 

ossdev commented on CRYPTO-139:
---

Issue is fixed by PR
[https://github.com/apache/commons-crypto/pull/93]

[https://github.com/apache/commons-crypto/pull/92]

test report is attached for the reference

> adding suuport for AARCH64 architecture in common crypto
> 
>
> Key: CRYPTO-139
> URL: https://issues.apache.org/jira/browse/CRYPTO-139
> Project: Commons Crypto
>  Issue Type: New Feature
>Reporter: puresoftware
>Priority: Critical
> Attachments: CRYPTO-139-commons-crypto.patch
>
>
> AARCH 64 architecture support is missing in the exiting common-crypto code. 
> Now we did some modification in the code level and add the support for 
> AARCH64. Now the common-crypto project can be used in aarch64 platform and 
> also compatible with openssl 1.1.x.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (CRYPTO-138) failed to run on openssl 1.1.0g

2018-06-19 Thread ossdev (JIRA)


[ 
https://issues.apache.org/jira/browse/CRYPTO-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16516703#comment-16516703
 ] 

ossdev edited comment on CRYPTO-138 at 6/20/18 4:44 AM:


there are various APIs of openssl 1.0.x  which are either obsolete or 
re-defined in 1.1.x.. so for using openssl 1.1.0 needs to replace old APIs with 
new APIs of openssl 1.1.0

We have done this activity in commons-crypto  and now its working fine with 
openssl 1.1.0

pull request has been raised waiting to be merged...

[https://github.com/apache/commons-crypto/pull/78]

 for reference anyone can refer above pull request ..


was (Author: ossdev07):
already ported commons-crypto for openssl 1.1.0

pull request is raised waiting to be merged...

[https://github.com/apache/commons-crypto/pull/78]

 

> failed to run on openssl 1.1.0g
> ---
>
> Key: CRYPTO-138
> URL: https://issues.apache.org/jira/browse/CRYPTO-138
> Project: Commons Crypto
>  Issue Type: Bug
>  Components: Cipher
>Affects Versions: 1.0.0
> Environment: uname -a
> Linux linux.fritz.box 4.14.14-300.fc27.x86_64 #1 SMP Fri Jan 19 13:19:54 UTC 
> 2018 x86_64 x86_64 x86_64 GNU/Linux
> openssl version 
> OpenSSL 1.1.0g-fips  2 Nov 2017
> java -version
> openjdk version "1.8.0_161"
> OpenJDK Runtime Environment (build 1.8.0_161-b14)
> OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode)
> ---
>Reporter: kim
>Priority: Major
>
> running sample code from :
> [https://commons.apache.org/proper/commons-crypto/xref-test/org/apache/commons/crypto/examples/CipherByteArrayExample.html]
> failed with this error message:
>  
> Caused by: java.security.GeneralSecurityException: CryptoCipher 
> \{org.apache.commons.crypto.cipher.OpenSslCipher} is not available or 
> transformation AES/CBC/PKCS5Padding is not supported.
>     at 
> org.apache.commons.crypto.cipher.CryptoCipherFactory.getCryptoCipher(CryptoCipherFactory.java:176)
>     at org.apache.commons.crypto.utils.Utils.getCipherInstance(Utils.java:128)
>     ... 10 more
> Caused by: java.lang.RuntimeException: 
> java.lang.reflect.InvocationTargetException
>     at 
> org.apache.commons.crypto.utils.ReflectionUtils.newInstance(ReflectionUtils.java:90)
>     at 
> org.apache.commons.crypto.cipher.CryptoCipherFactory.getCryptoCipher(CryptoCipherFactory.java:160)
>     ... 11 more
> Caused by: java.lang.reflect.InvocationTargetException
>     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>     at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>     at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>     at 
> org.apache.commons.crypto.utils.ReflectionUtils.newInstance(ReflectionUtils.java:88)
>     ... 12 more
> Caused by: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: 
> EVP_CIPHER_CTX_cleanup
>     at 
> org.apache.commons.crypto.cipher.OpenSslCipher.(OpenSslCipher.java:59)
>     ... 17 more
> Caused by: java.lang.UnsatisfiedLinkError: EVP_CIPHER_CTX_cleanup
>     at org.apache.commons.crypto.cipher.OpenSslNative.initIDs(Native Method)
>     at org.apache.commons.crypto.cipher.OpenSsl.(OpenSsl.java:95)
>     at 
> org.apache.commons.crypto.cipher.OpenSslCipher.(OpenSslCipher.java:57)
>     ... 17 more
> Process finished with exit code 1
>  
> ---
>  
> i guess it has something to do with changes of openssl from 1.0 -> 1.1
> https://stackoverflow.com/questions/26345175/correct-way-to-free-allocate-the-context-in-the-openssl
>  
>  
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CRYPTO-138) failed to run on openssl 1.1.0g

2018-06-19 Thread ossdev (JIRA)


[ 
https://issues.apache.org/jira/browse/CRYPTO-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16516703#comment-16516703
 ] 

ossdev commented on CRYPTO-138:
---

already ported commons-crypto for openssl 1.1.0

pull request is raised waiting to be merged...

[https://github.com/apache/commons-crypto/pull/78]

 

> failed to run on openssl 1.1.0g
> ---
>
> Key: CRYPTO-138
> URL: https://issues.apache.org/jira/browse/CRYPTO-138
> Project: Commons Crypto
>  Issue Type: Bug
>  Components: Cipher
>Affects Versions: 1.0.0
> Environment: uname -a
> Linux linux.fritz.box 4.14.14-300.fc27.x86_64 #1 SMP Fri Jan 19 13:19:54 UTC 
> 2018 x86_64 x86_64 x86_64 GNU/Linux
> openssl version 
> OpenSSL 1.1.0g-fips  2 Nov 2017
> java -version
> openjdk version "1.8.0_161"
> OpenJDK Runtime Environment (build 1.8.0_161-b14)
> OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode)
> ---
>Reporter: kim
>Priority: Major
>
> running sample code from :
> [https://commons.apache.org/proper/commons-crypto/xref-test/org/apache/commons/crypto/examples/CipherByteArrayExample.html]
> failed with this error message:
>  
> Caused by: java.security.GeneralSecurityException: CryptoCipher 
> \{org.apache.commons.crypto.cipher.OpenSslCipher} is not available or 
> transformation AES/CBC/PKCS5Padding is not supported.
>     at 
> org.apache.commons.crypto.cipher.CryptoCipherFactory.getCryptoCipher(CryptoCipherFactory.java:176)
>     at org.apache.commons.crypto.utils.Utils.getCipherInstance(Utils.java:128)
>     ... 10 more
> Caused by: java.lang.RuntimeException: 
> java.lang.reflect.InvocationTargetException
>     at 
> org.apache.commons.crypto.utils.ReflectionUtils.newInstance(ReflectionUtils.java:90)
>     at 
> org.apache.commons.crypto.cipher.CryptoCipherFactory.getCryptoCipher(CryptoCipherFactory.java:160)
>     ... 11 more
> Caused by: java.lang.reflect.InvocationTargetException
>     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>     at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>     at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>     at 
> org.apache.commons.crypto.utils.ReflectionUtils.newInstance(ReflectionUtils.java:88)
>     ... 12 more
> Caused by: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: 
> EVP_CIPHER_CTX_cleanup
>     at 
> org.apache.commons.crypto.cipher.OpenSslCipher.(OpenSslCipher.java:59)
>     ... 17 more
> Caused by: java.lang.UnsatisfiedLinkError: EVP_CIPHER_CTX_cleanup
>     at org.apache.commons.crypto.cipher.OpenSslNative.initIDs(Native Method)
>     at org.apache.commons.crypto.cipher.OpenSsl.(OpenSsl.java:95)
>     at 
> org.apache.commons.crypto.cipher.OpenSslCipher.(OpenSslCipher.java:57)
>     ... 17 more
> Process finished with exit code 1
>  
> ---
>  
> i guess it has something to do with changes of openssl from 1.0 -> 1.1
> https://stackoverflow.com/questions/26345175/correct-way-to-free-allocate-the-context-in-the-openssl
>  
>  
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (CRYPTO-140) adding suuport for openssl 1.1.0g in common crypto

2018-05-29 Thread ossdev (JIRA)


 [ 
https://issues.apache.org/jira/browse/CRYPTO-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ossdev updated CRYPTO-140:
--
Description: 
We have modified code and added support for openssl 1.1.0g.

pull request is already raised in gitHub...please help to review it

[https://github.com/apache/commons-crypto/pull/78]

  was:
We have modified code and added support for openssl 1.1.0g.

pull request is raised in gitHub...

https://github.com/apache/commons-crypto/pull/78


> adding suuport for openssl 1.1.0g in common crypto
> --
>
> Key: CRYPTO-140
> URL: https://issues.apache.org/jira/browse/CRYPTO-140
> Project: Commons Crypto
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 1.1.0
>Reporter: ossdev
>Priority: Blocker
>
> We have modified code and added support for openssl 1.1.0g.
> pull request is already raised in gitHub...please help to review it
> [https://github.com/apache/commons-crypto/pull/78]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (CRYPTO-140) adding suuport for openssl 1.1.0g in common crypto

2018-05-29 Thread ossdev (JIRA)
ossdev created CRYPTO-140:
-

 Summary: adding suuport for openssl 1.1.0g in common crypto
 Key: CRYPTO-140
 URL: https://issues.apache.org/jira/browse/CRYPTO-140
 Project: Commons Crypto
  Issue Type: Bug
  Components: Build
Affects Versions: 1.1.0
Reporter: ossdev


We have modified code and added support for openssl 1.1.0g.

pull request is raised in gitHub...

https://github.com/apache/commons-crypto/pull/78



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)