~ubuntu-branches/ubuntu/quantal/gnutls26/quantal

« back to all changes in this revision

Viewing changes to lib/libgnutls.map

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# libgnutls.map -- libgnutls linker version script.           -*- ld-script -*-
2
 
# Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation
 
2
# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software
 
3
# Foundation, Inc.
3
4
#
4
5
# Author: Simon Josefsson
5
6
#
6
 
# This file is part of GNUTLS.
 
7
# This file is part of GnuTLS.
7
8
#
8
 
# The GNUTLS library is free software; you can redistribute it and/or
 
9
# The GnuTLS is free software; you can redistribute it and/or
9
10
# modify it under the terms of the GNU Lesser General Public License
10
11
# as published by the Free Software Foundation; either version 2.1 of
11
12
# the License, or (at your option) any later version.
12
13
#
13
 
# The GNUTLS library is distributed in the hope that it will be
 
14
# The GnuTLS is distributed in the hope that it will be
14
15
#useful, but WITHOUT ANY WARRANTY; without even the implied warranty
15
16
#of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16
17
#Lesser General Public License for more details.
17
18
#
18
19
# You should have received a copy of the GNU Lesser General Public
19
 
# License along with the GNUTLS library; if not, write to the Free
 
20
# License along with GnuTLS; if not, write to the Free
20
21
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
22
# MA 02110-1301, USA
22
23
 
565
566
    gnutls_x509_crt_get_verify_algorithm;
566
567
    gnutls_x509_crt_set_crq_extensions;
567
568
    gnutls_x509_crt_verify_hash;
 
569
    gnutls_session_ticket_key_generate;
 
570
    gnutls_session_ticket_enable_client;
 
571
    gnutls_session_ticket_enable_server;
568
572
} GNUTLS_1_4;
569
573
 
 
574
GNUTLS_2_10
 
575
{
 
576
  global:
 
577
    gnutls_session_ticket_key_generate;
 
578
    gnutls_session_ticket_enable_client;
 
579
    gnutls_session_ticket_enable_server;
 
580
    gnutls_x509_crt_get_issuer_alt_name2;
 
581
    gnutls_x509_crt_get_issuer_alt_name;
 
582
    gnutls_x509_crt_get_issuer_alt_othername_oid;
 
583
    gnutls_sign_algorithm_get_requested;
 
584
    gnutls_cipher_init;
 
585
    gnutls_cipher_encrypt;
 
586
    gnutls_cipher_decrypt;
 
587
    gnutls_cipher_deinit;
 
588
    gnutls_cipher_get_block_size;
 
589
    gnutls_hash_init;
 
590
    gnutls_hash_get_len;
 
591
    gnutls_hash;
 
592
    gnutls_hash_fast;
 
593
    gnutls_hash_deinit;
 
594
    gnutls_hash_output;
 
595
    gnutls_hmac_init;
 
596
    gnutls_hmac_get_len;
 
597
    gnutls_hmac;
 
598
    gnutls_hmac_fast;
 
599
    gnutls_hmac_deinit;
 
600
    gnutls_hmac_output;
 
601
    gnutls_certificate_set_verify_function;
 
602
    gnutls_safe_renegotiation_status;
 
603
} GNUTLS_2_8;
 
604
 
570
605
GNUTLS_PRIVATE {
571
606
  global:
572
607
    # Internal symbols needed by libgnutls-extra:
604
639
    # Internal symbols needed by tests/mpi:
605
640
    _gnutls_mpi_ops;
606
641
    _gnutls_mpi_randomize;
607
 
    _gnutls_dump_mpi;
 
642
    _gnutls_mpi_log;
 
643
    _gnutls_mpi_release;
608
644
    # Internal symbols needed by tests/pkcs12_s2k:
609
645
    _gnutls_pkcs12_string_to_key;
610
646
    _gnutls_bin2hex;