pkcs11 (2.10+2) unstable; urgency=low

* Install usr/include/security/cryptoki.h
  * Added *.symbols files
This commit is contained in:
Igor Pashev 2013-09-25 22:01:57 +04:00
parent 7e785c2873
commit e838149bc0
5 changed files with 188 additions and 0 deletions

View File

@ -1,3 +1,10 @@
pkcs11 (2.10+2) unstable; urgency=low
* Install usr/include/security/cryptoki.h
* Added *.symbols files
-- Igor Pashev <pashev.igor@gmail.com> Wed, 25 Sep 2013 22:01:40 +0400
pkcs11 (2.10+1) unstable; urgency=low
* Initial release.

View File

@ -0,0 +1,39 @@
libcryptoutil.so.1 libcryptoutil1 #MINVER#
SUNWprivate@SUNWprivate 2.10
create_umech@SUNWprivate 2.10
cryptodebug@SUNWprivate 2.10
cryptodebug_init@SUNWprivate 2.10
cryptoerror@SUNWprivate 2.10
cryptoerror_off@SUNWprivate 2.10
cryptoerror_on@SUNWprivate 2.10
free_uentry@SUNWprivate 2.10
free_uentrylist@SUNWprivate 2.10
free_umechlist@SUNWprivate 2.10
get_fullpath@SUNWprivate 2.10
get_metaslot_info@SUNWprivate 2.10
get_pkcs11conf_info@SUNWprivate 2.10
getent_uef@SUNWprivate 2.10
hexstr_to_bytes@SUNWprivate 2.10
open_nointr@SUNWprivate 2.10
pkcs11_close_random@SUNWprivate 2.10
pkcs11_close_urandom@SUNWprivate 2.10
pkcs11_close_urandom_seed@SUNWprivate 2.10
pkcs11_default_token@SUNWprivate 2.10
pkcs11_free_uri@SUNWprivate 2.10
pkcs11_get_nzero_urandom@SUNWprivate 2.10
pkcs11_get_pass@SUNWprivate 2.10
pkcs11_get_random@SUNWprivate 2.10
pkcs11_get_urandom@SUNWprivate 2.10
pkcs11_mech2keygen@SUNWprivate 2.10
pkcs11_mech2keytype@SUNWprivate 2.10
pkcs11_mech2str@SUNWprivate 2.10
pkcs11_parse_uri@SUNWprivate 2.10
pkcs11_read_data@SUNWprivate 2.10
pkcs11_seed_random@SUNWprivate 2.10
pkcs11_seed_urandom@SUNWprivate 2.10
pkcs11_str2mech@SUNWprivate 2.10
pkcs11_strerror@SUNWprivate 2.10
readn_nointr@SUNWprivate 2.10
str2lifetime@SUNWprivate 2.10
tohexstr@SUNWprivate 2.10
writen_nointr@SUNWprivate 2.10

View File

@ -1,2 +1,3 @@
usr/lib/*/libpkcs11.so
usr/include/security/pkcs11*.h
usr/include/security/cryptoki.h

View File

@ -0,0 +1,77 @@
libpkcs11.so.1 libpkcs11-1 #MINVER#
C_CancelFunction@SUNW_1.1 2.10
C_CloseAllSessions@SUNW_1.1 2.10
C_CloseSession@SUNW_1.1 2.10
C_CopyObject@SUNW_1.1 2.10
C_CreateObject@SUNW_1.1 2.10
C_Decrypt@SUNW_1.1 2.10
C_DecryptDigestUpdate@SUNW_1.1 2.10
C_DecryptFinal@SUNW_1.1 2.10
C_DecryptInit@SUNW_1.1 2.10
C_DecryptUpdate@SUNW_1.1 2.10
C_DecryptVerifyUpdate@SUNW_1.1 2.10
C_DeriveKey@SUNW_1.1 2.10
C_DestroyObject@SUNW_1.1 2.10
C_Digest@SUNW_1.1 2.10
C_DigestEncryptUpdate@SUNW_1.1 2.10
C_DigestFinal@SUNW_1.1 2.10
C_DigestInit@SUNW_1.1 2.10
C_DigestKey@SUNW_1.1 2.10
C_DigestUpdate@SUNW_1.1 2.10
C_Encrypt@SUNW_1.1 2.10
C_EncryptFinal@SUNW_1.1 2.10
C_EncryptInit@SUNW_1.1 2.10
C_EncryptUpdate@SUNW_1.1 2.10
C_Finalize@SUNW_1.1 2.10
C_FindObjects@SUNW_1.1 2.10
C_FindObjectsFinal@SUNW_1.1 2.10
C_FindObjectsInit@SUNW_1.1 2.10
C_GenerateKey@SUNW_1.1 2.10
C_GenerateKeyPair@SUNW_1.1 2.10
C_GenerateRandom@SUNW_1.1 2.10
C_GetAttributeValue@SUNW_1.1 2.10
C_GetFunctionList@SUNW_1.1 2.10
C_GetFunctionStatus@SUNW_1.1 2.10
C_GetInfo@SUNW_1.1 2.10
C_GetMechanismInfo@SUNW_1.1 2.10
C_GetMechanismList@SUNW_1.1 2.10
C_GetObjectSize@SUNW_1.1 2.10
C_GetOperationState@SUNW_1.1 2.10
C_GetSessionInfo@SUNW_1.1 2.10
C_GetSlotInfo@SUNW_1.1 2.10
C_GetSlotList@SUNW_1.1 2.10
C_GetTokenInfo@SUNW_1.1 2.10
C_InitPIN@SUNW_1.1 2.10
C_InitToken@SUNW_1.1 2.10
C_Initialize@SUNW_1.1 2.10
C_Login@SUNW_1.1 2.10
C_Logout@SUNW_1.1 2.10
C_OpenSession@SUNW_1.1 2.10
C_SeedRandom@SUNW_1.1 2.10
C_SetAttributeValue@SUNW_1.1 2.10
C_SetOperationState@SUNW_1.1 2.10
C_SetPIN@SUNW_1.1 2.10
C_Sign@SUNW_1.1 2.10
C_SignEncryptUpdate@SUNW_1.1 2.10
C_SignFinal@SUNW_1.1 2.10
C_SignInit@SUNW_1.1 2.10
C_SignRecover@SUNW_1.1 2.10
C_SignRecoverInit@SUNW_1.1 2.10
C_SignUpdate@SUNW_1.1 2.10
C_UnwrapKey@SUNW_1.1 2.10
C_Verify@SUNW_1.1 2.10
C_VerifyFinal@SUNW_1.1 2.10
C_VerifyInit@SUNW_1.1 2.10
C_VerifyRecover@SUNW_1.1 2.10
C_VerifyRecoverInit@SUNW_1.1 2.10
C_VerifyUpdate@SUNW_1.1 2.10
C_WaitForSlotEvent@SUNW_1.1 2.10
C_WrapKey@SUNW_1.1 2.10
SUNW_1.1@SUNW_1.1 2.10
SUNW_C_GetMechSession@SUNW_1.1 2.10
SUNW_C_KeyToObject@SUNW_1.1 2.10
SUNWprivate@SUNWprivate 2.10
pkcs11_GetCriteriaSession@SUNWprivate 2.10
pkcs11_ObjectToKey@SUNWprivate 2.10
pkcs11_PasswdToKey@SUNWprivate 2.10
pkcs11_PasswdToPBKD2Object@SUNWprivate 2.10

View File

@ -0,0 +1,64 @@
libsoftcrypto.so.1 libsoftcrypto1 #MINVER#
DEFAULT_PUB_EXPO@SUNWprivate 2.10
MD5_DER_PREFIX@SUNWprivate 2.10
SHA1_DER_PREFIX@SUNWprivate 2.10
SHA1_DER_PREFIX_OID@SUNWprivate 2.10
SHA256_DER_PREFIX@SUNWprivate 2.10
SHA384_DER_PREFIX@SUNWprivate 2.10
SHA512_DER_PREFIX@SUNWprivate 2.10
SUNWprivate@SUNWprivate 2.10
aes_alloc_keysched@SUNWprivate 2.10
aes_copy_block@SUNWprivate 2.10
aes_decrypt_block@SUNWprivate 2.10
aes_decrypt_contiguous_blocks@SUNWprivate 2.10
aes_encrypt_block@SUNWprivate 2.10
aes_encrypt_contiguous_blocks@SUNWprivate 2.10
aes_init_keysched@SUNWprivate 2.10
arcfour_crypt@SUNWprivate 2.10
arcfour_key_init@SUNWprivate 2.10
big_One@SUNWprivate 2.10
big_Two@SUNWprivate 2.10
big_add@SUNWprivate 2.10
big_bitlength@SUNWprivate 2.10
big_cmp_abs@SUNWprivate 2.10
big_copy@SUNWprivate 2.10
big_div_pos@SUNWprivate 2.10
big_ext_gcd_pos@SUNWprivate 2.10
big_extend@SUNWprivate 2.10
big_finish@SUNWprivate 2.10
big_init1@SUNWprivate 2.10
big_init@SUNWprivate 2.10
big_modexp@SUNWprivate 2.10
big_modexp_crt@SUNWprivate 2.10
big_mul@SUNWprivate 2.10
big_nextprime_pos@SUNWprivate 2.10
big_random@SUNWprivate 2.10
big_sub@SUNWprivate 2.10
big_sub_pos@SUNWprivate 2.10
bignum2bytestring@SUNWprivate 2.10
blowfish_alloc_keysched@SUNWprivate 2.10
blowfish_decrypt_contiguous_blocks@SUNWprivate 2.10
blowfish_encrypt_contiguous_blocks@SUNWprivate 2.10
blowfish_init_keysched@SUNWprivate 2.10
bytestring2bignum@SUNWprivate 2.10
ctr_init_ctx@SUNWprivate 2.10
ctr_mode_final@SUNWprivate 2.10
des3_crunch_block@SUNWprivate 2.10
des_alloc_keysched@SUNWprivate 2.10
des_crunch_block@SUNWprivate 2.10
des_decrypt_contiguous_blocks@SUNWprivate 2.10
des_encrypt_contiguous_blocks@SUNWprivate 2.10
des_init_keysched@SUNWprivate 2.10
des_keycheck@SUNWprivate 2.10
dh_genkey_pair@SUNWprivate 2.10
dh_key_derive@SUNWprivate 2.10
dsa_genkey_pair@SUNWprivate 2.10
dsa_sign@SUNWprivate 2.10
dsa_verify@SUNWprivate 2.10
pkcs1_decode@SUNWprivate 2.10
pkcs1_encode@SUNWprivate 2.10
pkcs7_decode@SUNWprivate 2.10
pkcs7_encode@SUNWprivate 2.10
rsa_decrypt@SUNWprivate 2.10
rsa_encrypt@SUNWprivate 2.10
rsa_genkey_pair@SUNWprivate 2.10