Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 99 → Rev 100

/trunk/debian/libhogweed2.symbols
2,7 → 2,10
_nettle_dsa_sign@Base 0
_nettle_dsa_verify@Base 0
_nettle_generate_pocklington_prime@Base 0
_nettle_pkcs1_signature_prefix@Base 2.5
_nettle_rsa_blind@Base 2.5
_nettle_rsa_check_size@Base 0
_nettle_rsa_unblind@Base 2.5
_nettle_rsa_verify@Base 0
nettle_R_SignFinal@Base 0
nettle_R_SignInit@Base 0
68,6 → 71,9
nettle_pgp_put_userid@Base 0
nettle_pgp_sub_packet_end@Base 0
nettle_pgp_sub_packet_start@Base 0
nettle_pkcs1_decrypt@Base 2.5
nettle_pkcs1_encrypt@Base 2.5
nettle_pkcs1_rsa_digest_encode@Base 2.5
nettle_pkcs1_rsa_md5_encode@Base 0
nettle_pkcs1_rsa_md5_encode_digest@Base 0
nettle_pkcs1_rsa_sha1_encode@Base 0
76,10 → 82,11
nettle_pkcs1_rsa_sha256_encode_digest@Base 0
nettle_pkcs1_rsa_sha512_encode@Base 0
nettle_pkcs1_rsa_sha512_encode_digest@Base 0
nettle_pkcs1_signature_prefix@Base 0
#MISSING: 2.5-1# nettle_pkcs1_signature_prefix@Base 0
nettle_random_prime@Base 0
nettle_rsa_compute_root@Base 0
nettle_rsa_decrypt@Base 0
nettle_rsa_decrypt_tr@Base 2.5
nettle_rsa_encrypt@Base 0
nettle_rsa_generate_keypair@Base 0
nettle_rsa_keypair_from_der@Base 0
91,6 → 98,9
nettle_rsa_md5_sign_digest@Base 0
nettle_rsa_md5_verify@Base 0
nettle_rsa_md5_verify_digest@Base 0
nettle_rsa_pkcs1_sign@Base 2.5
nettle_rsa_pkcs1_sign_tr@Base 2.5
nettle_rsa_pkcs1_verify@Base 2.5
nettle_rsa_private_key_clear@Base 0
nettle_rsa_private_key_from_der_iterator@Base 0
nettle_rsa_private_key_init@Base 0
/trunk/debian/changelog
2,10 → 2,11
 
* New upstream release (Closes: #685855).
- All symbols from nettle-internal.c have been dropped from the built
library without SONAME change, internal as they were.
library, and pkcs1_signature_prefix renamed with a leading underscore,
without SONAME change, as they were all for internal use only.
* debian/watch: Updated to handle -pre releases.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 25 Aug 2012 17:39:51 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 25 Aug 2012 18:28:37 +0200
 
nettle (2.4-2) unstable; urgency=low