| Commit message (Collapse) | Author | Files | Lines |
|
OpenSSL commit 036ba500f7886ca2e7231549fa574ec2cdd45cef
Author: Benjamin Kaduk <bkaduk@akamai.com>
Date: Thu Dec 8 12:01:31 2016 -0600
|
|
OpenSSL commit 498180de5c766f68f6d2b65454357bc263773c66
Author: Dmitry Belyavskiy <beldmit@gmail.com>
Date: Mon Dec 12 15:35:09 2016 +0300
|
|
|
|
Link to X509_ALGOR_new(3) because one of the functions uses X509_ALGOR.
Delete a sentence about a function we don't have.
Delete another sentence that says nothing new.
Remove some macros that we don't normally use.
|
|
|
|
listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod.
Explain what an X509_ALGOR object represents and where it is used.
Explain how copying works, like in similar pages.
New RETURN VALUES, SEE ALSO, and STANDARDS sections.
Some macro and wording fixes.
|
|
|
|
|
|
link back to X509_EXTENSION_new(3).
|
|
and link to X509_EXTENSION_new(3) instead
|
|
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.
|