[OpenSIPS-Devel] [OpenSIPS/opensips] fcfa70: tls_mgm: add support for basic certificate holders...

Vlad Pătrașcu noreply at github.com
Mon Nov 18 09:21:09 EST 2019


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: fcfa70bc8f676015fa51a92a1a1d53a5479ad9d1
      https://github.com/OpenSIPS/opensips/commit/fcfa70bc8f676015fa51a92a1a1d53a5479ad9d1
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/tls_mgm/api.h
    A modules/tls_mgm/cert_holder.c
    A modules/tls_mgm/cert_holder.h
    M modules/tls_mgm/tls_helper.h
    M modules/tls_mgm/tls_mgm.c

  Log Message:
  -----------
  tls_mgm: add support for basic certificate holders through the API


  Commit: 722f7a9fa8adbdb302c78505bae623ef1392dbe2
      https://github.com/OpenSIPS/opensips/commit/722f7a9fa8adbdb302c78505bae623ef1392dbe2
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/auth/rpid.c
    M modules/enum/enum.c
    M ut.h

  Log Message:
  -----------
  utils: Add E.164 number test function


  Commit: 71c4718028531288ce7afbb9a28c44726d16c492
      https://github.com/OpenSIPS/opensips/commit/71c4718028531288ce7afbb9a28c44726d16c492
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M ut.c
    M ut.h

  Log Message:
  -----------
  utils: add base64URL encode/decode functions


  Commit: 3818ee11e3ff5e3ae11abf49caf2dc2e056818c7
      https://github.com/OpenSIPS/opensips/commit/3818ee11e3ff5e3ae11abf49caf2dc2e056818c7
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/tls_mgm/api.h

  Log Message:
  -----------
  tls_mgm: remove unnecessary include from api.h


  Commit: ab43a99a9c1516ee4ffa2516d4645dd0db267c2c
      https://github.com/OpenSIPS/opensips/commit/ab43a99a9c1516ee4ffa2516d4645dd0db267c2c
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    A modules/stir/Makefile
    A modules/stir/stir.c
    A modules/stir/stir.h

  Log Message:
  -----------
  Add new stir module

Implement the stir_auth() function.


  Commit: 1de6e93ca341f9837a6a0293d247d6c5c1932a1f
      https://github.com/OpenSIPS/opensips/commit/1de6e93ca341f9837a6a0293d247d6c5c1932a1f
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M ut.c

  Log Message:
  -----------
  utils: use the proper char table for base64 URL decoding


  Commit: 54fbcac2c04359b594947731760efc2f6ed0d3b5
      https://github.com/OpenSIPS/opensips/commit/54fbcac2c04359b594947731760efc2f6ed0d3b5
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.c
    M modules/stir/stir.h

  Log Message:
  -----------
  stir: implement stir_verify() function


  Commit: 2de46f2dbc522cd770706e0867462a74ca539965
      https://github.com/OpenSIPS/opensips/commit/2de46f2dbc522cd770706e0867462a74ca539965
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.c

  Log Message:
  -----------
  stir: add stir_check() function


  Commit: b11a41878463e35410cd41e75ab1acb3aa62b72c
      https://github.com/OpenSIPS/opensips/commit/b11a41878463e35410cd41e75ab1acb3aa62b72c
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.c

  Log Message:
  -----------
  stir: fix certificate validity check


  Commit: 45185f13197f7ed3f17fb8298f1954d059b07b8a
      https://github.com/OpenSIPS/opensips/commit/45185f13197f7ed3f17fb8298f1954d059b07b8a
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.c
    M modules/stir/stir.h

  Log Message:
  -----------
  stir: add $identity variable

This is a read-only pseudo-variable that returns parsed fields from the
Identity header(eg. attestation level, origid etc.).


  Commit: 8765ee105a81829e690203c2e5099c79f2635fde
      https://github.com/OpenSIPS/opensips/commit/8765ee105a81829e690203c2e5099c79f2635fde
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.c

  Log Message:
  -----------
  stir: check empty values for PASSporT claims


  Commit: 7e2eeecb3146b2eaae6d9e9f4ca0b508d6c09138
      https://github.com/OpenSIPS/opensips/commit/7e2eeecb3146b2eaae6d9e9f4ca0b508d6c09138
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.c

  Log Message:
  -----------
  stir: check the values of the common stir/shaken PASSporT claims


  Commit: 9ad226305183f07adc5ee742aacb8e962f6eb41b
      https://github.com/OpenSIPS/opensips/commit/9ad226305183f07adc5ee742aacb8e962f6eb41b
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.c
    M modules/tls_mgm/api.h
    R modules/tls_mgm/cert_holder.c
    R modules/tls_mgm/cert_holder.h
    M modules/tls_mgm/tls_helper.h
    M modules/tls_mgm/tls_mgm.c

  Log Message:
  -----------
  stir: move certificate and private key loding code from tls_mgm


  Commit: e5bf550fde8029deed1d00a6c309cf6804eab758
      https://github.com/OpenSIPS/opensips/commit/e5bf550fde8029deed1d00a6c309cf6804eab758
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.c

  Log Message:
  -----------
  stir: fix missing CRLF length when alloc'ing identity HF buffer

Thanks to Liviu Chircu for spotting this!


  Commit: c266783684a9d6f4a0274c0585af2c4e2bd6007d
      https://github.com/OpenSIPS/opensips/commit/c266783684a9d6f4a0274c0585af2c4e2bd6007d
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.h

  Log Message:
  -----------
  stir: capitalize the reason phrase returned for 437 error


  Commit: 2c6f564263ee596d5150f08e4e4d343a1c215453
      https://github.com/OpenSIPS/opensips/commit/2c6f564263ee596d5150f08e4e4d343a1c215453
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.c

  Log Message:
  -----------
  stir: properly enable CRL checks


  Commit: 60a48cc17e42629c3c08b379e558f7ae3cf49e9e
      https://github.com/OpenSIPS/opensips/commit/60a48cc17e42629c3c08b379e558f7ae3cf49e9e
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.c

  Log Message:
  -----------
  stir: also load CAs and CRLs from directory


  Commit: a1fbb34f3b7cd88319ba51ba0981c6b0a8cd1b7b
      https://github.com/OpenSIPS/opensips/commit/a1fbb34f3b7cd88319ba51ba0981c6b0a8cd1b7b
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.c

  Log Message:
  -----------
  stir: don't try to load CA certs if modparams are not set


  Commit: a8d202e47916a7524e7d94748d9f0a42be0e1d67
      https://github.com/OpenSIPS/opensips/commit/a8d202e47916a7524e7d94748d9f0a42be0e1d67
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.c

  Log Message:
  -----------
  stir: fix module exports


  Commit: b848e886c1ce2e17612a1626238d1c59329356ce
      https://github.com/OpenSIPS/opensips/commit/b848e886c1ce2e17612a1626238d1c59329356ce
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.c

  Log Message:
  -----------
  stir: add script function that checks certificate validity


  Commit: 015602fa1f5064597f90e1dcd61672b4916f1f50
      https://github.com/OpenSIPS/opensips/commit/015602fa1f5064597f90e1dcd61672b4916f1f50
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/stir.c

  Log Message:
  -----------
  stir: don't include the tls_mgm api header file


  Commit: 9652493ebb9d5b5bcb4bf613b5f8247c6f94d793
      https://github.com/OpenSIPS/opensips/commit/9652493ebb9d5b5bcb4bf613b5f8247c6f94d793
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    A modules/stir/doc/stir.xml
    A modules/stir/doc/stir_admin.xml

  Log Message:
  -----------
  stir: add module documentation


  Commit: 4a8bfd434b99e4d4d07e0921c3605a28848943f6
      https://github.com/OpenSIPS/opensips/commit/4a8bfd434b99e4d4d07e0921c3605a28848943f6
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M modules/stir/doc/stir_admin.xml

  Log Message:
  -----------
  stir: small doc improvements


  Commit: b87bad87a5c546b55a72bbe19e96dbe56b27f7af
      https://github.com/OpenSIPS/opensips/commit/b87bad87a5c546b55a72bbe19e96dbe56b27f7af
  Author: Vlad Patrascu <vladp at opensips.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    R modules/stir/Makefile
    R modules/stir/doc/stir.xml
    R modules/stir/doc/stir_admin.xml
    R modules/stir/stir.c
    R modules/stir/stir.h
    A modules/stir_shaken/Makefile
    A modules/stir_shaken/doc/stir_shaken.xml
    A modules/stir_shaken/doc/stir_shaken_admin.xml
    A modules/stir_shaken/stir_shaken.c
    A modules/stir_shaken/stir_shaken.h

  Log Message:
  -----------
  stir: rename module to 'stir_shaken'


Compare: https://github.com/OpenSIPS/opensips/compare/afa5d7cf3d66...b87bad87a5c5



More information about the Devel mailing list