Hacking NSS: Difference between revisions

From Libreswan
Jump to navigation Jump to search
m (Andrew Cagney moved page Debugging NSS to Hacking NSS)
(sections)
Line 1: Line 1:
Stuff goes here about how to debug nss
== Using NSS from Pluto ==
 
=== use lsw_nss_error*() to report errors ===
 
It includes both the error symbol name and the error message (the former is really useful when reading the code^D^D^D^D documentation when tracking down why the error was returned).
 
== Debugging NSS ==
 
== Building the NSS rpms ==
 
== Hacking NSS ==

Revision as of 20:16, 26 October 2021

Using NSS from Pluto

use lsw_nss_error*() to report errors

It includes both the error symbol name and the error message (the former is really useful when reading the code^D^D^D^D documentation when tracking down why the error was returned).

Debugging NSS

Building the NSS rpms

Hacking NSS