Skip to content

Commit

Permalink
README.md: adeded toc section
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 21, 2024
1 parent edd7fff commit b0020eb
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
# secsipidx #
# SecSIPIdX Project #

Secure SIP/Telephony Identity Extensions.

Last Version: 1.3.2
Release: Nov 15, 2023

## Table Of Content ##

- [secsipidx](#secsipidx-project)
* [Overview](#overview)
* [secsipidx](#secsipidx)
+ [Installation](#installation)
* [Usage](#usage)
+ [Keys Generation](#keys-generation)
+ [Tools Usage](#tools-usage)
- [CLI - Generate Full Identity Header](#cli-generate-full-identity-header)
- [CLI - Check Full Identity Header](#cli-check-full-identity-header)
- [HTTP Server](#http-server)
* [Check Identity](#check-identity)
* [Generate Identity - CSV API](#generate-identity-csv-api)
* [HTTP File Server](#http-file-server)
+ [Certificate Verification](#certificate-verification)
* [Certificate Caching](#certificate-caching)
* [C API](#c-api)
+ [C Library Options](#c-library-options)
* [To-Do](#to-do)
* [Copyright](#copyright)
* [Contributing](#contributing)
* [Testing](#testing)

## Overview ##

Applications and libraries implementing STIR/SHAKEN (RFC8224, RFC8588),
Expand Down Expand Up @@ -85,6 +109,8 @@ openssl ecparam -name prime256v1 -genkey -noout -out ec256-private.pem
openssl ec -in ec256-private.pem -pubout -out ec256-public.pem
```

### Tools Usage ###

#### CLI - Generate Full Identity Header ####

A call from `+493044448888` to `+493055559999` with attestation level `A`, when the public key can be downloaded from `http://asipto.lab/stir/cert.pem`:
Expand Down

0 comments on commit b0020eb

Please sign in to comment.