Revisions of gnutls

Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 55)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 143744 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 54)
- Test suite breaks on qemu-arm some calls not implemented. (forwarded request 143321 from elvigia)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 142850 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 53)
- include LGPL-3.0+ text in COPYING.LESSER
- run regression tests, but move "make check" to %check section
- add gnutls-3.0.26-skip-test-fwrite.patch to skip a failing test
- no longer manipulate doc/examples tree in %install section, the 
  deletion of Makefiles breaks "make check" in %check
- install documentation, reference and examples in %install section
  to fetch them for the package without unneccessary files (forwarded request 142825 from AndreasStieger)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 136172 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 52)
- update to latest stable version 3.0.21:
  libgnutls: fixed bug in gnutls_x509_privkey_import()
  that prevented the loading of EC private keys when DER
  encoded. Reported by David Woodhouse.
  libgnutls: In DTLS larger to mtu records result to
  GNUTLS_E_LARGE_PACKET instead of being truncated.
  libgnutls: gnutls_dtls_get_data_mtu() is more precise. Based
  on patch by David Woodhouse.
  libgnutls: Fixed memory leak in PKCS #8 key import.
  libgnutls: Added support for an old version of the DTLS protocol
  used by openconnect vpn client for compatibility with Cisco's AnyConnect
  SSL VPN. It is marked as GNUTLS_DTLS0_9. Do not use it for newer protocols
  as it has issues.
  libgnutls: Corrected bug that prevented resolving PKCS #11 URLs
  if only the label is specified. Patch by David Woodhouse.
  libgnutls: When EMSGSIZE errno is seen then GNUTLS_E_LARGE_PACKET
  is returned.
  API and ABI modifications:
  gnutls_dtls_set_data_mtu: Added
  gnutls_session_set_premaster: Added
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 126824 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 51)
- merge am-1.12 patches into 1

- fix 12.2 builds.
  * replace depreciated am_prog_mkdir_p with ac_prog_mkdir_p.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 125757 from Ludwig Nussel's avatar Ludwig Nussel (lnussel) (revision 50)
- Updated to version 3.0.20:
  libgnutls: Corrected bug which prevented the parsing of
  handshake packets spanning multiple records.
  libgnutls: Check key identifiers when checking for an issuer.
  libgnutls: Added gnutls_pubkey_verify_hash2()
  libgnutls: Added gnutls_certificate_set_x509_system_trust()
  that loads the trusted CA certificates from system locations
  (e.g. trusted storage in windows and CA bundle files in other systems).
  certtool: Added support for the URI subject alternative
  name type in certtool.
  certtool: Increase to 128 the maximum number of distinct options
  (e.g. dns_names) allowed.
  gnutls-cli: If --print-cert is given, print the certificate, 
  even on verification failure.
  ** API and ABI modifications:
  gnutls_pk_to_sign: Added
  gnutls_pubkey_verify_hash2: Added
  gnutls_certificate_set_x509_system_trust: Added
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 49)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 122844 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 48)
- fix build with automake-1.12
  - add: automake-1.12.patch (forwarded request 122744 from puzel)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 122231 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 47)
- backport gnutls_certificate_set_x509_system_trust() from git and
  add support for trust store directories (bnc#761634) (forwarded request 122019 from lnussel)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 121683 from Ludwig Nussel's avatar Ludwig Nussel (lnussel) (revision 46)
- add version and release to gnutls-devel provides
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 121624 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 45)
- let libgnutls-devel also provide gnutls-devel
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 121255 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 44)
- Update to version 3.0.19:
  + libgnutls:
    - When decoding a PKCS #11 URL the pin-source field
      is assumed to be a file that stores the pin. Based on patch
      by David Smith.
    - gnutls_record_check_pending() no longer
      returns unprocessed data, and thus ensure the non-blocking
      of the next call to gnutls_record_recv().
    - Added strict tests in Diffie-Hellman and
      SRP key exchange public keys.
    - in ECDSA and DSA TLS 1.2 authentication be less
      strict in hash selection, and allow a stronger hash to
      be used than the appropriate, to improve interoperability
      with openssl.
  + tests:
    - Disabled floating point test, and corrections
      in pkcs12 decoding tests.
  + API and ABI modifications:
    - No changes since last version.
- Changes from version 3.0.18:
  + certtool:
    - Avoid a Y2K38 bug when generating certificates.
      Patch by Robert Millan.
  + libgnutls:
    - Make sure that GNUTLS_E_PREMATURE_TERMINATION
    - is returned on premature termination (and added unit test).
    - Fixes for W64 API. Patch by B. Scott Michel.
    - Corrected VIA padlock detection for old
      VIA processors. Reported by Kris Karas.
    - Updated assembler files.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 106219 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 42)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 41)
replace license with spdx.org variant
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 94864 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 40)
Fix licenses (forwarded request 94646 from vuntz)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 39)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 88220 from Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) (revision 38)
Fix bnc#724421. (forwarded request 88217 from vuntz)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 87383 from Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) (revision 37)
- cross-build fix: configure with sysroot (forwarded request 86388 from uli_suse)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 84674 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 36)
Add patch fixing connection issues with some xmpp servers (forwarded request 84657 from vuntz)
Displaying revisions 101 - 120 of 155
openSUSE Build Service is sponsored by