You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Yuri Kropachev (JIRA)" <ji...@apache.org> on 2006/07/18 12:00:13 UTC

[jira] Created: (HARMONY-908) [classlib][security] crypto provider: SecureRandom, the "RandomBitsSupplier" class for Windows platform

[classlib][security] crypto provider: SecureRandom, the "RandomBitsSupplier" class for Windows platform
-------------------------------------------------------------------------------------------------------

                 Key: HARMONY-908
                 URL: http://issues.apache.org/jira/browse/HARMONY-908
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: Yuri Kropachev


There are the following.

The "provider_4.patch" contains the "RandomBitsSupplier" class and 
a native "getWindowsRandom" procedure along with necessary files, 
"security_copyright", "hysecurity.def", "hysecurity.rc", and "makefile".

The "provider_5.patch" contains corrections to the following files:
    \modules\security\make\hyproperties.xml
    \modules\security\build.xml
    \make\build-native.xml
The corrections provide building the provider on Windows platform.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-908) [classlib][security] crypto provider: SecureRandom, the "RandomBitsSupplier" class for Windows platform

Posted by "Yuri Kropachev (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-908?page=all ]

Yuri Kropachev updated HARMONY-908:
-----------------------------------

    Attachment: provider_5.patch

> [classlib][security] crypto provider: SecureRandom, the "RandomBitsSupplier" class for Windows platform
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-908
>                 URL: http://issues.apache.org/jira/browse/HARMONY-908
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Yuri Kropachev
>         Attachments: provider_4.patch, provider_5.patch
>
>
> There are the following.
> The "provider_4.patch" contains the "RandomBitsSupplier" class and 
> a native "getWindowsRandom" procedure along with necessary files, 
> "security_copyright", "hysecurity.def", "hysecurity.rc", and "makefile".
> The "provider_5.patch" contains corrections to the following files:
>     \modules\security\make\hyproperties.xml
>     \modules\security\build.xml
>     \make\build-native.xml
> The corrections provide building the provider on Windows platform.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-908) [classlib][security] crypto provider: SecureRandom, the "RandomBitsSupplier" class for Windows platform

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-908?page=all ]

Mikhail Loenko resolved HARMONY-908.
------------------------------------

    Resolution: Fixed

HARMONY-837 (two new classes - provider and MessageDigest implementation)
HARMONY-872 (SecureRandom implementation)
HARMONY-902 (SecureRandom, the "RandomBitsSupplier" class for Windows platform)
Were committed in revision 425020. The build was adjusted.

Yury, thanks for the contribution. Please check that it works now.


> [classlib][security] crypto provider: SecureRandom, the "RandomBitsSupplier" class for Windows platform
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-908
>                 URL: http://issues.apache.org/jira/browse/HARMONY-908
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Yuri Kropachev
>         Assigned To: Mikhail Loenko
>         Attachments: provider_4.patch, provider_5.patch
>
>
> There are the following.
> The "provider_4.patch" contains the "RandomBitsSupplier" class and 
> a native "getWindowsRandom" procedure along with necessary files, 
> "security_copyright", "hysecurity.def", "hysecurity.rc", and "makefile".
> The "provider_5.patch" contains corrections to the following files:
>     \modules\security\make\hyproperties.xml
>     \modules\security\build.xml
>     \make\build-native.xml
> The corrections provide building the provider on Windows platform.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-908) [classlib][security] crypto provider: SecureRandom, the "RandomBitsSupplier" class for Windows platform

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-908?page=all ]

Mikhail Loenko reassigned HARMONY-908:
--------------------------------------

    Assignee: Mikhail Loenko

> [classlib][security] crypto provider: SecureRandom, the "RandomBitsSupplier" class for Windows platform
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-908
>                 URL: http://issues.apache.org/jira/browse/HARMONY-908
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Yuri Kropachev
>         Assigned To: Mikhail Loenko
>         Attachments: provider_4.patch, provider_5.patch
>
>
> There are the following.
> The "provider_4.patch" contains the "RandomBitsSupplier" class and 
> a native "getWindowsRandom" procedure along with necessary files, 
> "security_copyright", "hysecurity.def", "hysecurity.rc", and "makefile".
> The "provider_5.patch" contains corrections to the following files:
>     \modules\security\make\hyproperties.xml
>     \modules\security\build.xml
>     \make\build-native.xml
> The corrections provide building the provider on Windows platform.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-908) [classlib][security] crypto provider: SecureRandom, the "RandomBitsSupplier" class for Windows platform

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-908?page=all ]

Mikhail Loenko closed HARMONY-908.
----------------------------------


> [classlib][security] crypto provider: SecureRandom, the "RandomBitsSupplier" class for Windows platform
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-908
>                 URL: http://issues.apache.org/jira/browse/HARMONY-908
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Yuri Kropachev
>         Assigned To: Mikhail Loenko
>         Attachments: provider_4.patch, provider_5.patch
>
>
> There are the following.
> The "provider_4.patch" contains the "RandomBitsSupplier" class and 
> a native "getWindowsRandom" procedure along with necessary files, 
> "security_copyright", "hysecurity.def", "hysecurity.rc", and "makefile".
> The "provider_5.patch" contains corrections to the following files:
>     \modules\security\make\hyproperties.xml
>     \modules\security\build.xml
>     \make\build-native.xml
> The corrections provide building the provider on Windows platform.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-908) [classlib][security] crypto provider: SecureRandom, the "RandomBitsSupplier" class for Windows platform

Posted by "Yuri Kropachev (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-908?page=comments#action_12423507 ] 
            
Yuri Kropachev commented on HARMONY-908:
----------------------------------------

Mikhail,
confirm, it works, thank you.

> [classlib][security] crypto provider: SecureRandom, the "RandomBitsSupplier" class for Windows platform
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-908
>                 URL: http://issues.apache.org/jira/browse/HARMONY-908
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Yuri Kropachev
>         Assigned To: Mikhail Loenko
>         Attachments: provider_4.patch, provider_5.patch
>
>
> There are the following.
> The "provider_4.patch" contains the "RandomBitsSupplier" class and 
> a native "getWindowsRandom" procedure along with necessary files, 
> "security_copyright", "hysecurity.def", "hysecurity.rc", and "makefile".
> The "provider_5.patch" contains corrections to the following files:
>     \modules\security\make\hyproperties.xml
>     \modules\security\build.xml
>     \make\build-native.xml
> The corrections provide building the provider on Windows platform.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-908) [classlib][security] crypto provider: SecureRandom, the "RandomBitsSupplier" class for Windows platform

Posted by "Yuri Kropachev (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-908?page=all ]

Yuri Kropachev updated HARMONY-908:
-----------------------------------

    Attachment: provider_4.patch

> [classlib][security] crypto provider: SecureRandom, the "RandomBitsSupplier" class for Windows platform
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-908
>                 URL: http://issues.apache.org/jira/browse/HARMONY-908
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Yuri Kropachev
>         Attachments: provider_4.patch
>
>
> There are the following.
> The "provider_4.patch" contains the "RandomBitsSupplier" class and 
> a native "getWindowsRandom" procedure along with necessary files, 
> "security_copyright", "hysecurity.def", "hysecurity.rc", and "makefile".
> The "provider_5.patch" contains corrections to the following files:
>     \modules\security\make\hyproperties.xml
>     \modules\security\build.xml
>     \make\build-native.xml
> The corrections provide building the provider on Windows platform.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira