Bug 100521

Summary: Openssl (base) is missing x509(3) and x509v3(3)
Product: Documentation Reporter: Petri Simolin <petrisi>
Component: Books & ArticlesAssignee: Simon L. B. Nielsen <simon>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Petri Simolin 2006-07-19 09:10:17 UTC
crypto(3) refers to x509(3) and x509v3(3), but these man pages are missing.

Fix: 

Add x509.3.gz and x509v3.3.gz to base
How-To-Repeat: On freshly installed system where openssl is NOT installed from ports:
man 3 x509
man 3 x509v3
Comment 1 Simon L. B. Nielsen freebsd_committer freebsd_triage 2006-07-19 21:53:19 UTC
Responsible Changed
From-To: freebsd-doc->simon

I seem to be the new OpenSSL janitor/maintainer, so I will look at this.
Comment 2 Simon L. B. Nielsen freebsd_committer freebsd_triage 2006-08-21 21:16:30 UTC
State Changed
From-To: open->closed

As Petri Simolin noted in private mail (a month ago which I just didn't 
get around to before), there isn't an upstream manual page for x509v3(3) 
in OpenSSL.  OpenSSL 0.9.8b has a small x509(3) page, but OpenSSL 0.9.7 
didn't have one, so therefor there aren't any in FreeBSD either. 

Thanks for the PR in any case, sorry for the slow responce.