Commit Graph

139 Commits

Author SHA1 Message Date
Paul Howarth
f0df325d37 BR: perl(FindBin) for test suite 2020-03-10 06:53:47 +00:00
Tom Stellard
be277a9b65 Spec file cleanups: Use make_build and make_install macros and other changes
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
https://fedoraproject.org/wiki/Perl/Tips#ExtUtils::MakeMaker
2020-02-19 13:57:03 +00:00
Paul Howarth
f67ec24665 Update ExtUtils::PkgConfig patch
The ExtUtils::PkgConfig->exists method was introduced in
ExtUtils::PkgConfig version 1.16.
2020-02-05 12:00:42 +00:00
Fedora Release Engineering
123fba1efe - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 03:04:59 +00:00
Fedora Release Engineering
4b68caa826 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 05:25:46 +00:00
Jitka Plesnikova
b30a359785 Perl 5.30 rebuild 2019-05-31 06:56:50 +02:00
Paul Howarth
a274d34719 Update to 1.88
- New upstream release 1.88
  Summary of major changes since version 1.85
  - Mike McCauley has stepped down as maintainer: the new maintainers are Chris
    Novakovic, Heikki Vatiainen and Tuure Vartiainen
  - The source code has moved from the now-defunct Debian Subversion server
    (alioth.debian.org) to GitHub
    (https://github.com/radiator-software/p5-net-ssleay)
  - Net-SSLeay is provided under the terms of the Artistic License 2.0; this
    has been the case since version 1.66, but references to other licenses
    remained in the source code, causing ambiguity
  - Perl 5.8.1 or newer is now required to use Net-SSLeay; this has already
    been the case for some time in practice, as the test suite hasn't fully
    passed on Perl 5.6 for several years
  - Much-improved compatibility with OpenSSL 1.1.1, and improved support for
    TLS 1.3
  - Fixed a long-standing bug in cb_data_advanced_put() that caused memory
    leaks when callbacks were frequently added and removed
  - Support in the test suite for "hardened" OpenSSL configurations that set a
    default security level of 2 or higher (e.g., in the OpenSSL packages that
    ship with recent versions of Debian, Fedora and Ubuntu)
2019-05-11 14:21:01 +01:00
Petr Písař
3320d4f81c Replace expired test certificates 2019-04-18 11:38:35 +02:00
Paul Howarth
f571bb6a69 Get libraries to link against from pkg-config
Upstream pull request:
https://github.com/radiator-software/p5-net-ssleay/pull/127
2019-03-30 08:06:53 +00:00
Petr Písař
4e08982bea Update to 1.86_09 2019-03-27 12:28:21 +01:00
Fedora Release Engineering
8bbd33a27b - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-01 23:00:39 +00:00
Paul Howarth
05e7d5430f OpenSSL 1.1.1 in Fedora disables SSL3 API, so stop trying to test it 2018-09-29 12:58:28 +01:00
Paul Howarth
ad61fc6a83 Expose SSL_CTX_set_post_handshake_auth (#1630391)
https://github.com/radiator-software/p5-net-ssleay/pull/68
2018-09-19 10:43:29 +01:00
Petr Písař
0dbcb7b849 Revert retry in Net::SSLeay::write_partial() 2018-08-17 13:15:59 +02:00
Petr Písař
d608c17fdc Revert retry in Net::SSLeay::{read,write}() 2018-08-15 17:15:51 +02:00
Petr Písař
2eec92ff39 Avoid SIGPIPE in t/local/36_verify.t 2018-08-14 17:45:15 +02:00
Petr Písař
7bf995fc5c Rename rpmlint configuration file 2018-08-13 15:37:22 +02:00
Petr Písař
4f30952208 Adapt tests to system-wide crypto policy
openssl-1:1.1.1-0.pre8.2.fc29 started to obey to a system-wide crypto
policy. This affected Net-SSLeay tests. Please note that
openssl-1.1.1-0.pre8.3.fc29 fixed some regressions affecting
Net-SSLeay tests.
2018-08-13 15:35:53 +02:00
Petr Písař
49c2c785dd Adapt to OpenSSL 1.1.1 2018-08-13 15:35:15 +02:00
Fedora Release Engineering
4ca76d0aa6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 19:01:01 +00:00
Jitka Plesnikova
ff5516cfe2 Perl 5.28 rebuild 2018-06-28 12:12:06 +02:00
Petr Písař
2efb08522d cpan.org addresses moved to MetaCPAN <https://fedoraproject.org/wiki/Changes/Perl_Move_to_MetaCPAN> 2018-06-04 14:42:40 +02:00
Jitka Plesnikova
bb304e2e37 Do not run optional test on RHEL 2018-04-06 11:05:46 +02:00
Paul Howarth
6999ed7ebd Update to 1.85
- New upstream release 1.85
  - Preparations for transferring maintenace to a new maintainer
  - Fixed test failure in t/local/33_x509_create_cert.t for some versions of
    OpenSSL
  - Fixed free() error that causes "Free to wrong pool ..." message on Windows
2018-03-14 14:37:12 +00:00
Fedora Release Engineering
d95fb08a0c - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-08 23:36:16 +00:00
Paul Howarth
3c6e2e1587 Update to 1.84
- New upstream release 1.84
  - Fixed an error in t/local/04_basic.t causing a test failure if
    Test::Exception not installed
2018-01-17 09:32:22 +00:00
Paul Howarth
e3ea326906 Update to 1.83
- New upstream release 1.83
  - Fixed a problem with exporting OPENSSL_NO_NEXTPROTONEG even though they
    are not availble on LibreSSL
  - Add support for SSL_set_default_passwd_cb* for OpenSSL 1.1.0f and later;
    LibreSSL does not support these functions, at least yet
  - Add new functions related to SSL_CTX_new
  - Add two new functions introduced in OpenSSL 1.1.0, a number of constants
    and a couple of const qualifiers to SSLeay.xs; tests and documentation .pod
    were also updated
  - Added support for SSL_use_certificate_chain_file function introduced in
    OpenSSL 1.1.0
  - Fixed LibreSSL version detection to correctly parse LibreSSL minor version
  - Fix memory leaks in OCSP handling
  - Add new functions for certificate verification introduced in OpenSSL 1.02,
    a number of constants, new test data files, new tests and updates to .pod
    documentation; the new functions provide access to the built-in wildcard
    check functionality available in OpenSSL 1.0.2 and later
  - Added X509_STORE_CTX_new and X509_verify_cert
  - SSL_OCSP_response_verify now clears the error queue if OCSP_basic_verify
    fails but the intermediate certificate succeeds
2018-01-16 16:06:17 +00:00
Paul Howarth
43f465dfa6 Update to 1.82
- New upstream release 1.82
  - Added support for building under Linuxbrew (a linuxbrew version of MacOS
    Homebrew)
  - Implement SSL_CTX_set_psk_client_callback() and
    SSL_set_psk_client_callback()
  - Skip the NPN test if the SSL library is LibreSSL
  - Fixed a problem with a variable declaration in
    ssleay_session_secret_cb_invoke
  - Bugfix: tlsext_status_cb_invoke(...): free ocsp_response only when
    allocated; the same callback is used on a server side for OCSP stapling
    and in that case ocsp_response is NULL and not used
  - New feature: Added a binding
    SSL_set_session_ticket_ext_cb(ssl, callback, data); a callback used by
    EAP-FAST/EAP-TEAT to parse and process TLS session ticket
  - New feature: Added a binding SSL_set_session_ticket_ext(ssl, ticket); used
    by EAP-FAST/EAP-TEAP to define TLS session ticket value
  - Bugfix: tlsext_ticket_key_cb_invoke(...): allow SHA256 HMAC key to be 32
    bytes instead of 16 bytes (which OpenSSL will pad with zeros up to 32
    bytes)
  - New feature: Added following bindings:
    - X509_get_ex_data(cert, idx)
    - X509_get_ex_new_index(argl, argp, new_func, dup_func, free_func)
    - X509_get_app_data(cert)
    - X509_set_ex_data(cert, idx, data)
    - X509_set_app_data(cert, arg)
    - X509_STORE_CTX_get_ex_new_index(argl, argp, new_func, dup_func, free_func)
    - X509_STORE_CTX_get_app_data(x509_store_ctx)
    - X509_STORE_CTX_set_app_data(x509_store_ctx, arg)
  - New feature: Added an implementation for
    SSL_get_finished(ssl, buf, count=2*EVP_MAX_MD_SIZE)
  - New feature: Added an implementation for
    SSL_get_peer_finished(ssl, buf, count=2*EVP_MAX_MD_SIZE)
  - Bugfix: SSL_get_keyblock_size(s): Calculate key block size correctly also
    with AEAD ciphers, which don’t use digest functions
  - New feature: Added a binding SSL_set_tlsext_status_ocsp_resp(ssl, staple);
    used by a server side to include OCSP staple in ServerHello
  - Bugfix: SSL_OCSP_response_verify(ssl, rsp, svreq, flags): check that chain
    and last are not NULL before trying to use them
  - Bugfix: inc/Module/Install/PRIVATE/Net/SSLeay.pm: Don’t quote include and
    lib paths
- Drop EL-5 support
  - Drop BuildRoot: and Group: tags
  - Drop explicit buildroot cleaning in %install section
  - Drop explicit %clean section
2017-10-31 14:57:05 +00:00
Jitka Plesnikova
ab8cb09a62 Introduce build-condition for optional tests 2017-09-15 14:42:47 +02:00
Fedora Release Engineering
c4b201123d - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 05:30:53 +00:00
Fedora Release Engineering
153d220b87 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 05:24:55 +00:00
Petr Písař
211dbf799a perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-12 14:31:18 +02:00
Jitka Plesnikova
b915ad2ba7 Perl 5.26 rebuild 2017-06-04 20:08:59 +02:00
Paul Howarth
62017fc415 Update to 1.81
- New upstream release 1.81
  - Enable RSA_get_key_parameters with LibreSSL - again
  - Fixed memory leak in X509_get_subjectAltNames
  - Added . to lib path in Makefile.PL to accommodate people who are using a
    perl with -Ddefault_inc_excludes_dot
  - Fixed build failure if engine support not present
  - Improvements to get_my_thread_id to work around possibility of ERRSV not
    being defined, e.g. on OpenWRT
2017-03-28 10:54:51 +01:00
Fedora Release Engineering
fe2b2e2b1a - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 04:33:12 +00:00
Paul Howarth
d61f8bb30e Update to 1.80
- New upstream release 1.80
  - Fix unexpected changes in the control flow of the Perl program that seemed
    to be triggered by the ticket key callback
2017-01-05 11:33:05 +00:00
Paul Howarth
bf2a3b4f79 Update to 1.79
- New upstream release 1.79
  - Patch to fix a few inline variable declarations that cause errors for older
    compilers
  - Patch: Generated C code is not compatible with MSVC, AIX cc, probably
    others; added some PREINIT blocks and replaced 2 cases of INIT with PREINIT
  - Fix compile failure if the OpenSSL library it's built against has
    compression support compiled out
  - Added RSA_get_key_parameters() to return a list of pointers to RSA key
    internals (only available prior to OpenSSL 1.1)
  - Fix some documentation typos
  - Testing with openssl-1.1.0b
2017-01-03 13:31:36 +00:00
Paul Howarth
10e076490d Rebuild for OpenSSL 1.1.0 in Fedora 26 2016-10-12 10:54:35 +01:00
Paul Howarth
a218f8cfda Update to 1.78
- New upstream release 1.78
  - Fixed broken (since 1.75) OCSP code and tests
2016-08-14 11:22:59 +01:00
Paul Howarth
78424dc1fa Fix OCSP (CPAN RT#116795) 2016-08-11 18:33:07 +01:00
Paul Howarth
1cebedd81c Update to 1.77
- New upstream release 1.77
  - Fixed incorrect size to memset in tlsext_ticket_key_cb_invoke
2016-08-01 09:10:23 +01:00
Paul Howarth
b30ee261a9 Update to 1.76
- New upstream release 1.76
  - Compatibility with OpenSSL 1.1, tested with openssl-1.1.0-pre5:
    - Conditionally remove threading locking code, not needed in 1.1
    - Rewrite code that accesses inside X509_ATTRIBUTE struct
    - SSL_CTX_need_tmp_RSA, SSL_CTX_set_tmp_rsa, SSL_CTX_set_tmp_rsa_callback,
      SSL_set_tmp_rsa_callback support not available in 1.1
    - SSL_session_reused is now native
    - SSL_get_keyblock_size modifed to use new API
    - OCSP functions modified to use new API under 1.1
    - SSL_set_state removed with 1.1
    - SSL_get_state and SSL_state are now equivalent and available in all
      versions
    - SSL_CTX_v2_new removed
    - SESSION_set_master_key removed with 1.1; code that previously used
      SESSION_set_master_key must now set $secret in the session_secret
      callback set with SSL_set_session_secret_cb
    - With 1.1, $secret in the session_secret callback set with
      SSL_set_session_secret_cb can be changed to alter the master key
      (required by EAP-FAST)
  - Added a function EC_KEY_generate_key similar to RSA_generate_key and a
    function EVP_PKEY_assign_EC_KEY similar to EVP_PKEY_assign_RSA; using
    these functions it is easy to create and use EC keys in the same way as RSA
    keys
  - Testing with LibreSSL 2.4.1
  - Provide support for cross context (and cross process) session sharing using
    the stateless TLS session tickets
  - Added documentation about downloading latest version from SVN
  - Added missing Module/install files to SVN
2016-07-31 10:44:38 +01:00
Paul Howarth
7c40546a46 Fix FTBFS when perl isn't in the SRPM build root 2016-07-21 19:30:06 +01:00
Petr Písař
19b4a06c79 Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 09:29:31 +02:00
Jitka Plesnikova
1be7d2be53 Perl 5.24 rebuild 2016-05-15 12:53:17 +02:00
Paul Howarth
71451cfab7 Update to 1.74
- New upstream release 1.74
  - README.OSX was missing from the distribution
2016-04-12 11:04:43 +01:00
Paul Howarth
59631efdc1 Update to 1.73
- New upstream release 1.73
  - Added X509_get_X509_PUBKEY
  - Added README.OSX with instructions on how to build for recent OS X
  - Added info about using OPENSSL_PREFIX to README.Win32
  - Added comments in POD about installation documentation
  - Added '/usr/local/opt/openssl/bin/openssl' to Openssl search path for
    latest version of OSX homebrew openssl
- Simplify find commands using -delete
2016-04-11 10:21:37 +01:00
Fedora Release Engineering
c611618756 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 15:03:40 +00:00
Paul Howarth
7030d2217d Prefer %global over %define 2016-01-15 13:33:24 +00:00
Paul Howarth
b263d126b7 Update to 1.72
- New upstream release 1.72
  - Fixed a problem where SvPVx_nolen was undefined in some versions of perl;
    replaced with SvPV_nolen
  - Fixed a cast warning on Darwin
2015-09-22 12:08:18 +01:00