summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_OBJECT_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Describe what ASN1_OBJECT_new(3), ASN1_OBJECT_free(3), OBJ_dup(3),schwarze2017-01-041-25/+52
| | | | | | | | | | and OBJ_create(3) really do rather than making broad and incomplete statements that are only true in some cases. Improve the one-line descriptions. Some minor wording improvements while here. There is obviously more work to do in the vicinity...
* various cleanup;jmc2016-11-101-2/+2
|
* Add the correct Copyright and license.schwarze2016-11-101-2/+55
| | | | Mention that ASN1_OBJECT_free(NULL) is OK.
* some minor cleanup;jmc2016-11-061-5/+5
|
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* Remove sentences in RETURN VALUES sections saying that functions withmmcc2016-03-121-4/+1
| | | | | | | | | | | | | void return types 'return no value'. This is obvious and therefore unneccessary to mention. We spare rewind(3)'s sentence because espie@ pointed out that it's a warning - the function masks a potential error. This commit also adds a sentence to X509_free clarifying that it's NULL-safe. This bit was discussed with doug@. ok martijn@, sentiment supported by schwarze@
* Add missing CVS Mdocdate tags. No text change, except for the changeschwarze2015-09-091-1/+1
| | | | of date that can't be helped.
* While doing development work on pod2mdoc(1),schwarze2015-02-141-0/+61
profit of the occasion to start the conversion of LibreSSL libcrypto manuals from perlpod(1) to mdoc(7). miod@ jmc@ bentley@ agreed to the process when shown this patch.