Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (6h)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (90d)  pkgsrc-2023Q3 (169d) 

2024-05-28 10:43:57 UTC Now

2013-04-19 07:21:48 UTC MAIN commitmail json YAML

Update Net-SSLeay to 1.54.

Changes from previous:
----------------------
1.54 2013-03-23
    t/data/testcert_cdp.crt.pem_dump and t/data/testcert_cdp.crt.pem were
    missing from MANIFEST.
    Added MANIFEST to svn
    Improvement to test 07_sslecho.t so that if set_cert_and_key fails we
    can tell why.

1.53 2013-03-22
    Added support for SSL_export_keying_material where present (ie in OpenSSL
    1.0.1 and later).
    Changed t/handle/external/50_external.t to use www.airspayce.com instead of
    perldition.org, who no longer have an https server.
    Patch to fix a crash: P_X509_get_crl_distribution_points on an
    X509 certificate with values in the CDP extension which do not have an
    ia5 string will cause a segmentation fault when accessed. Patch from
    Robert Duncan.
    Change in t/local/32_x509_get_cert_info.t to not use
    Net::SSLeay::ASN1_INTEGER_get, since it works differntly on 32 and 64 bit platforms.
    Updated author and distribution location details to airspayce.com

1.52 2013-01-09
    Rebuild package with gnu format tar, to prevent problems with unpacking
    on other systems such as old Solaris,

1.51 2012-12-14
    Fixed a problem where SSL_set_SSL_CTX is not available with
    OpenSSL < 0.9.8f. Reported by Paul.

1.50 2012-12-13
    Fixed a problem where t/handle/external/50_external.t would crash if any
    of the test sites were not contactable.
    Now builds on VMS. Patch kindly supplied by Craig A. Berry.
    Fixed a few compiler warnings in SSLeay.xs.  Most of them
    are just signed/unsigned pointer mismatches but there is one that actually
    fixes returning what would be an arbitrary value off the stack from
    get_my_thread_id if it happened to be called in a non-threaded build.
    Patch kindly supplied by Craig A. Berry.
    Added README.VMS, contributed by Craig A. Berry.
    Added SSL_set_tlsext_host_name, SSL_get_servername,
    SSL_get_servername_type, SSL_CTX_set_tlsext_servername_callback for
    server side Server Name Indication (SNI) support. Patched by kmx.
    Further mods for VMS building supplied by Craig A. Berry.
    Fixed a problem with C++ comments preventing builds on AIX and
    HPUX. Patched by Gisle Aas.
    perdition.org not available for tests, changed to www.airspayce.com
    Added SSL_FIPS_mode_set
    Improvements to test suite so it succeeds with and without FIPS mode
    enabled. Patch supplied by Petr Pisar.
    Added documentation, warning not to pass UTF-8 data in the content
    argument to post_https. Reported by Jason Terry.

(hiramatsu)