Skip to content
Success

Changes

Summary

  1. docs/osmo-smdpp.rst: fix typo apostrophe (details)
  2. osmo-smdpp.py: enable --host and --port cmdline args (and document) (details)
  3. add PEM cert as used in docs/osmo-smdpp.rst (details)
  4. .gitignore tags (from ctags) (details)
  5. .gitignore: smdpp-data/sm-dp-sessions from running osmo-smdpp.py (details)
Commit 80a5dd1cf6bae63b83005d0f99664dbe7a23701c by Neels Hofmeyr
docs/osmo-smdpp.rst: fix typo apostrophe

Change-Id: I32b18a61301fc2784675fa8acbeadb996ebcd821
The file was modifieddocs/osmo-smdpp.rst
Commit 1d962ec8c8cfe235ad1aafe6e67081bf3f86649d by Neels Hofmeyr
osmo-smdpp.py: enable --host and --port cmdline args (and document)

Change-Id: Ic98dac1e1e713d74c3f8052c5bbeb44445aa8ab4
The file was modifiedosmo-smdpp.py
The file was modifieddocs/osmo-smdpp.rst
Commit 15df7cbf884f5db55c274a0951b577ce071ec7c2 by Neels Hofmeyr
add PEM cert as used in docs/osmo-smdpp.rst

Add PEM version of smdpp-data/certs/DPtls/CERT_S_SM_DP_TLS_NIST.der

A CERT_S_SM_DP_TLS_NIST.pem file is referenced in docs/osmo-smdpp.rst --
nginx apparently cannot use DER certs, so it is convenient for beginners
if the example from the docs just works without having to know that:

The added file was produced using

    openssl x509 -inform DER -in CERT_S_SM_DP_TLS_NIST.der -outform PEM -out CERT_S_SM_DP_TLS_NIST.pem

Change-Id: I41ba6ebacb71df0eb8a248c0c3c9ccd709718d74
The file was addedsmdpp-data/certs/DPtls/CERT_S_SM_DP_TLS_NIST.pem
Commit 9e8143723dfa63d8d4a2a1db8a59c84b7bfdf95c by Neels Hofmeyr
.gitignore tags (from ctags)

Change-Id: I1ae374e687b885399e0abfa39fcd750d944ae7ce
The file was modified.gitignore
Commit e91488d21fff96b5b23670aa9f6a0583807f8a57 by Neels Hofmeyr
.gitignore: smdpp-data/sm-dp-sessions from running osmo-smdpp.py

Change-Id: I02a4ad4bc8e612e64111b16bc11c8c3d4dd41c45
The file was modified.gitignore