Pre-Submission Checklist

Type Of Change

Checklist:

Description

Certificate serial numbers can be large integers (> 2^64). Parse then as BIGNUM and store the string
in pv; we cannot store as integer anymore. The original code handles 2^64 with a static buffer of 19.
We upsize to 2^256 with a static buffer of 80.

May break configurations that try to extract the sn pv as an integer (does anyone actually do this?)

Addresses #3168.


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/3171

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3171@github.com>