~sbeattie/ubuntu/oneiric/openssl/lp850608

« back to all changes in this revision

Viewing changes to util/ssleay.num

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-05-01 23:51:53 UTC
  • mfrom: (11.1.20 sid)
  • Revision ID: james.westby@ubuntu.com-20110501235153-bjcxitndquaezb68
Tags: 1.0.0d-2ubuntu1
* Resynchronise with Debian (LP: #675566).  Remaining changes:
  - debian/libssl1.0.0.postinst:
    + Display a system restart required notification bubble on libssl1.0.0
      upgrade.
    + Use a different priority for libssl1.0.0/restart-services depending
      on whether a desktop, or server dist-upgrade is being performed.
  - debian/{libssl1.0.0-udeb.dirs, control, rules}: Create
    libssl1.0.0-udeb, for the benefit of wget-udeb (no wget-udeb package
    in Debian).
  - debian/{libcrypto1.0.0-udeb.dirs, libssl1.0.0.dirs, libssl1.0.0.files,
    rules}: Move runtime libraries to /lib, for the benefit of
    wpasupplicant.
  - debian/patches/aesni.patch: Backport Intel AES-NI support, now from
    http://rt.openssl.org/Ticket/Display.html?id=2065 rather than the
    0.9.8 variant.
  - debian/patches/Bsymbolic-functions.patch: Link using
    -Bsymbolic-functions.
  - debian/patches/perlpath-quilt.patch: Don't change perl #! paths under
    .pc.
  - debian/rules:
    + Don't run 'make test' when cross-building.
    + Use host compiler when cross-building.  Patch from Neil Williams.
    + Don't build for processors no longer supported: i486, i586 (on
      i386), v8 (on sparc).
    + Fix Makefile to properly clean up libs/ dirs in clean target.
    + Replace duplicate files in the doc directory with symlinks.
* Update architectures affected by Bsymbolic-functions.patch.
* Drop debian/patches/no-sslv2.patch; Debian now adds the 'no-ssl2'
  configure option, which compiles out SSLv2 support entirely, so this is
  no longer needed.
* Drop openssl-doc in favour of the libssl-doc package introduced by
  Debian.  Add Conflicts/Replaces until the next LTS release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
SSLv23_client_method                    110     EXIST::FUNCTION:RSA
99
99
SSLv23_method                           111     EXIST::FUNCTION:RSA
100
100
SSLv23_server_method                    112     EXIST::FUNCTION:RSA
101
 
SSLv2_client_method                     113     EXIST::FUNCTION:RSA
102
 
SSLv2_method                            114     EXIST::FUNCTION:RSA
103
 
SSLv2_server_method                     115     EXIST::FUNCTION:RSA
 
101
SSLv2_client_method                     113     EXIST::FUNCTION:RSA,SSL2
 
102
SSLv2_method                            114     EXIST::FUNCTION:RSA,SSL2
 
103
SSLv2_server_method                     115     EXIST::FUNCTION:RSA,SSL2
104
104
SSLv3_client_method                     116     EXIST::FUNCTION:
105
105
SSLv3_method                            117     EXIST::FUNCTION:
106
106
SSLv3_server_method                     118     EXIST::FUNCTION:
117
117
SSL_CIPHER_get_version                  129     EXIST::FUNCTION:
118
118
SSL_CIPHER_get_name                     130     EXIST::FUNCTION:
119
119
BIO_ssl_shutdown                        131     EXIST::FUNCTION:BIO
120
 
SSL_SESSION_cmp                         132     EXIST::FUNCTION:
121
 
SSL_SESSION_hash                        133     EXIST::FUNCTION:
 
120
SSL_SESSION_cmp                         132     NOEXIST::FUNCTION:
 
121
SSL_SESSION_hash                        133     NOEXIST::FUNCTION:
122
122
SSL_SESSION_get_time                    134     EXIST::FUNCTION:
123
123
SSL_SESSION_set_time                    135     EXIST::FUNCTION:
124
124
SSL_SESSION_get_timeout                 136     EXIST::FUNCTION:
242
242
SSL_get_servername                      291     EXIST::FUNCTION:TLSEXT
243
243
SSL_get_servername_type                 292     EXIST::FUNCTION:TLSEXT
244
244
SSL_CTX_set_client_cert_engine          293     EXIST::FUNCTION:ENGINE
 
245
SSL_CTX_use_psk_identity_hint           294     EXIST::FUNCTION:PSK
 
246
SSL_CTX_set_psk_client_callback         295     EXIST::FUNCTION:PSK
 
247
PEM_write_bio_SSL_SESSION               296     EXIST::FUNCTION:
 
248
SSL_get_psk_identity_hint               297     EXIST::FUNCTION:PSK
 
249
SSL_set_psk_server_callback             298     EXIST::FUNCTION:PSK
 
250
SSL_use_psk_identity_hint               299     EXIST::FUNCTION:PSK
 
251
SSL_set_psk_client_callback             300     EXIST::FUNCTION:PSK
 
252
PEM_read_SSL_SESSION                    301     EXIST:!WIN16:FUNCTION:
 
253
PEM_read_bio_SSL_SESSION                302     EXIST::FUNCTION:
 
254
SSL_CTX_set_psk_server_callback         303     EXIST::FUNCTION:PSK
 
255
SSL_get_psk_identity                    304     EXIST::FUNCTION:PSK
 
256
PEM_write_SSL_SESSION                   305     EXIST:!WIN16:FUNCTION:
 
257
SSL_set_session_ticket_ext              306     EXIST::FUNCTION:
 
258
SSL_set_session_secret_cb               307     EXIST::FUNCTION:
 
259
SSL_set_session_ticket_ext_cb           308     EXIST::FUNCTION:
 
260
SSL_set1_param                          309     EXIST::FUNCTION:
 
261
SSL_CTX_set1_param                      310     EXIST::FUNCTION: