[glib-networking] (129 commits) ...Merge branch 'merge-openssl' into 'master'



Summary of changes:

  3772909... Initial commit from glib-networking wip/openssl branch
  7ca60c5... Fix bugzilla url
  4298a8b... More renaming to glib-openssl
  662380d... Release 2.50.0
  d4f0fe1... doap: it has its own bugzilla url
  0c80a03... Updated Polish translation
  8aca912... Updated Hungarian translation
  07b3c80... Updated Czech translation
  dfc2a5d... Updated German translation
  c850e2b... build/: Force MSVC project file generation on Makefile.am c
  b79ccf3... openssl/gtlsconnection: remove usage of SSL_R_NO_CERTIFICAT
  ca02d56... openssl/gtlsbio: adapt to OpenSSL 1.1.0+
  260ccc6... openssl/gtlscertificate: adapt to OpenSSL 1.1.0+
  fc1963b... openssl/gtlsclientconnection: adapt to OpenSSL 1.1.0+
  d4e28f0... Updated Danish translation
  4fd6a3b... Update Swedish translation
  95ed554... Update Turkish translation
  bfb3e6d... Updated Spanish translation
  7c227eb... Update Brazilian Portuguese translation
  a07ca57... Update Italian translation
  4c531b5... Update Finnish translation
  c96220a... Visual Studio builds: Move Projects to win32/
  4ab84d3... bio: do not return a const BIO_METHOD on old openssl
  b39b35a... Release 2.50.1
  a271db0... Updated Lithuanian translation
  670c06e... Update Kazakh translation
  d36080c... Updated Serbian translation
  b97c717... Update Indonesian translation
  6e4f252... OpenSSL Support SNI TLS Extension
  85309f3... Find CA bundle file in configure
  39356fa... BIO methods return 1 for success
  fc54c85... Add FIXME about the ca file
  229d304... Release 2.50.2
  d23e30c... build: add initial support for meson
  b8d66d3... Fix warnings pointed out by the new flags added to meson
  cd3a2e5... Move helper build scripts out of the way
  c012bc0... build: add a helper 'release' target
  1859a05... Update po/Makevars
  f6a9ac4... filedatabase: rework the verification of the chain
  c7eb9a8... Fix the build with libressl.
  639de14... Added Slovenian translation
  18e39cd... Properly free the store context
  8e484a3... Add meson to extra dist
  3e6ea34... Release 2.50.3
  1105341... meson: bump version and fix flags for windows
  90c5941... meson: add license to project
  10d81f4... meson: indentation/style fixes
  bad4d00... meson: fix documentation
  9417589... Add mesonscripts dir to extra dist
  68d1bba... Disable SSLv2 and SSLv3
  8d0ab8c... Add a more secure cypher list
  bdcd263... Only TLSv1.2 or higher
  62c5db7... connection: handle SSL_R_SHUTDOWN_WHILE_IN_INIT
  60f84fd... connection: do not leak error
  6caf3b7... connection: do not allow to rehandshake if handshake mode s
  742ea6b... connection: avoid dos attacks when asking a renegotation fr
  6dfd466... Updated Czech translation
  bdae8f5... SSL_R_SHUTDOWN_WHILE_IN_INIT might not be defined
  644cc61... Release 2.50.4
  3249084... client: support only tls v1.2 or higher
  6ac32d2... client: do not allow legacy server connections
  ee2631d... Visual Studio builds: Enhance security of x64 binaries
  5dc1b66... Updated Slovenian translation
  8a55f21... Update Polish translation
  9eb0317... meson: fix running the tests
  5f159f8... post_install: pass in the gio module dir
  d2f8879... Do not set GTLS_SYSTEM_CA_FILE on Windows
  941951e... tls: try to find the ca file dynamically on windows
  f7d5f0b... Go back to a less restrictive cipher list
  a3b33c8... Call SSL_CTX_set_ecdh_auto and set it true
  900b282... server: set more options
  4adbaf7... Print the library from where it is coming the error
  6cdf59d... Propagate RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY as a GError
  82aa1db... tests: change the rsa digest to 1024
  69e8c74... meson: bump required versin to 0.41.0
  fed1cf0... Release 2.50.5
  941f502... Updated Czech translation
  a4a4f45... Update Polish translation
  1a9d148... Updated Lithuanian translation
  d8428c0... Remove bogus prototype
  d76eaf1... Avoid redundant flag in g_file_test
  4248aba... Avoid crash if the anchors file is NULL
  0d48df5... Release 3.50.6
  8b9f407... tls: do not leak the ec key
  68a7368... Updated Danish translation
  d36e23e... meson: Improve Visual Studio build experience
  c67120c... Update Indonesian translation
  0fab80e... Only initialize data_index once
  3db1bb9... Updated Spanish translation
  e357d9a... Update Brazilian Portuguese translation
  7cebad9... Disable TLS compression
  57839cf... Allow setting of allowed signature algorithms and curves
  4a571b0... Add option SSL_OP_NO_RENEGOTIATION on openssl 1.1.0
  cfeebfa... Update Hungarian translation
  f2d2d1f... Allow to build with openssl 0.9.8
  a3a54f3... Updated Serbian translation
  42e611f... Update German translation
  976f0a8... Make it build with old openssl versions
  0701cd3... Release 2.50.7
  833e257... fix data race condition in END_OPENSSL_IO
  bdb6ad1... Remove useless backslash
  90a9767... meson: Apply meson guidelines
  69fa888... meson: Improve GIO modules directory handling
  a848453... meson_options: minor typo
  65894c5... Fix build
  9baa587... Release 2.50.8
  29606ba... Remove visual studio project files
  8f4c71e... Update Italian translation
  8ceb9d4... Update Swedish translation
  5a82265... Update Dutch translation
  793e1b8... Properly define gio_module_dir
  c675daa... Set a negative priority so glib-networking is loaded instea
  15dae01... Add OCSP stapling capabilities
  e256243... Updated Slovenian translation
  6de42e0... meson: fix the build
  9cfe149... tls: Fix the build with openssl 1.0 on Windows
  f3e52c5... tls: fall back to the default openssl ca file if none is sp
  ba955d1... Update MSGID_BUGS_ADDRESS in po/Makevars
  9209aea... gtlsfiledatabase-openssl.c: Fix build on C89 compilers
  6634c91... Update Croatian translation
  f54ffb5... Fix readwrite after close
  1eb2577... openssl: do not leak the peer certificate
  ca0c085... openssl: fix version check
  b7731ef... Update POTFILES.in
  b053184... Install module with so suffix on osx
  1a705e9... Merge remote-tracking branch 'openssl/master'
  cbba960... Update openssl build system
  c3531c6... Add back CA certificate configuration
  9eb33d0... Merge branch 'merge-openssl' into 'master'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]