You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-c-dev@ws.apache.org by "Danushka Menikkumbura (JIRA)" <ji...@apache.org> on 2010/02/12 10:30:27 UTC

[jira] Resolved: (RAMPARTC-143) Improve openssl_pkcs12_keystore API to expose keystore members

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

Danushka Menikkumbura resolved RAMPARTC-143.
--------------------------------------------

    Resolution: Fixed

Additions ...

1. Exports pkcs12_keystore_populate_cert_array method

2. New methods

AXIS2_EXTERN axis2_char_t* AXIS2_CALL 
	pkcs12_keystore_get_keystore_file(
		pkcs12_keystore_t* keystore);

	AXIS2_EXTERN axis2_char_t* AXIS2_CALL 
	pkcs12_keystore_get_password(
		pkcs12_keystore_t* keystore);
    
	AXIS2_EXTERN PKCS12* AXIS2_CALL 
	pkcs12_keystore_get_keystore(
		pkcs12_keystore_t* keystore);

	AXIS2_EXTERN X509* AXIS2_CALL 
	pkcs12_keystore_get_cert(
		pkcs12_keystore_t* keystore);
    
    AXIS2_EXTERN STACK_OF(X509)* AXIS2_CALL 
	pkcs12_keystore_get_other_certs(
		pkcs12_keystore_t* keystore);

	AXIS2_EXTERN openssl_pkey_t* AXIS2_CALL 
	pkcs12_keystore_get_pvt_key(
		pkcs12_keystore_t* keystore);

> Improve openssl_pkcs12_keystore API to expose keystore members
> --------------------------------------------------------------
>
>                 Key: RAMPARTC-143
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-143
>             Project: Rampart/C
>          Issue Type: Improvement
>            Reporter: Danushka Menikkumbura
>            Assignee: Malinda Kaushalye Kapuruge
>
> Need to have API calls to access members of pkcs12_keystore struct so that external applications can make use of them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.