| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
to internal only soon. Stop documenting them.
ok inoguchi jsing
|
| |
|
| |
|
| |
|
|
|
|
| |
ASN1_item_digest(3), ASN1_item_sign(3), and ASN1_item_verify(3)
|
| |
|
|
|
|
|
| |
but failed to provide any real information.
OK tb@ jmc@
|
| |
|
|
|
|
|
| |
optional reference counting. ETOOMUCHMAGIC. By the way, this
public hellhole is still undocumented in OpenSSL.
|
|
|
|
|
|
|
|
|
|
|
| |
does not document them. By being in <openssl/asn1.h>, they are
public, and it makes no sense to document accessors but not document
constructors and destructors.
Improve the one-line description.
Mention various missing details.
Many wording improvements.
Add some cross references.
|
|
ASN1_item_d2i(3) manual page from it. Enough text remains to keep
Stephen Henson's Copyright.
The eight functions documented in this new page are listed in
<openssl/asn1.h> and in Symbols.list, so they are public even though
OpenSSL does not document them. They are very important because
hundreds of documented, much-used public interface functions are
trivial wrappers around them, sharing their complicated semantics
and their copious CAVEATS and BUGS.
The plan is for the many pages documenting the wrappers to become
very concise, to focus on the few type-dependent specifics, and to
point to this new page for the details of the semantics, for the
CAVEATS, and for the BUGS.
While here, write a companion page ASN1_item_new(3) from scratch.
The user interface described in that page scares the hell out of
me, and i think people writing code to handle ASN.1 ought to be
aware of that dangerous user interface design, or they will sooner
or later get trapped.
|