Yep, it seems to be the problem.
-module(public_key).-include("public_key.hrl").
-export([decode_private_key/1, decode_private_key/2, decode_dhparams/1, decrypt_private/2, decrypt_private/3, encrypt_public/2,
encrypt_public/3, decrypt_public/2, decrypt_public/3, encrypt_private/2, encrypt_private/3, gen_key/1, sign/2, sign/3,
verify_signature/3, verify_signature/4, verify_signature/5, pem_to_der/1, pem_to_der/2, der_to_pem/2,
pkix_decode_cert/2, pkix_encode_cert/1, pkix_transform/2, pkix_is_self_signed/1, pkix_is_fixed_dh_cert/1,
pkix_issuer_id/2, pkix_is_issuer/2, pkix_normalize_general_name/1,
pkix_path_validation/3 ]).Does Erlang have a notion of package manager? How can I upgrade just public_key? Debian Squeeze has public_key 0.7 packaged, I assume the latest is 0.14 (as per
http://www.erlang.org/doc/man/public_key.html).
Is there a list of modules and their minimum versions for OpenACD?
--
Marcin Gozdalik