Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Write new manual pages d2i_X509_ATTRIBUTE(3) and d2i_X509_EXTENSION(3) | schwarze | 2016-12-28 | 1 | -2/+5 |
| | | | | | from scratch. All six functions are listed in <openssl/x509.h> and in OpenSSL doc/man3/d2i_X509.pod. | ||||
* | Consistently mark up various ASN.1 type names defined in standards | schwarze | 2016-12-25 | 1 | -4/+5 |
| | | | | related to X.509 with .Vt such that they can be searched for. | ||||
* | sprinkle some cross references to newly written x509v3 manual pages | schwarze | 2016-12-24 | 1 | -2/+12 |
| | |||||
* | provide missing section number to Xr; | jmc | 2016-12-15 | 1 | -2/+2 |
| | |||||
* | Document X509_EXTENSION_new(3) and X509_EXTENSION_free(3) listed | schwarze | 2016-12-15 | 1 | -53/+106 |
| | | | | | | | | | in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. Explain what an X509_EXTENSION object is and where it is used. Add STANDARDS references. Sort the functions into a more logical order. Link to all other pages dealing with X509_EXTENSION objects. | ||||
* | import five newish X509 pages from OpenSSL | schwarze | 2016-12-04 | 1 | -0/+221 |