| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Garbage collect empty RETURN VALUES section.
Delete useless cross reference to ssl(3).
Add cross reference to SSL_SESSION_new(3).
|
|
|
|
|
|
| |
The function prototype is listed in ssl(3) and <openssl/ssl.h>, so
it's clearly a public interface, but OpenSSL has no documentation
about it whatsoever.
|
| |
|
| |
|
|
|
|
|
| |
we don't define preprocessor constants for the related NIDs,
so delete the subsection discussing them.
|
|
|
|
| |
to be pointed to from random individual pages.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mention AES, Chacha20, ECDSA, OCSP, OPENSSL_config.
Improve many cross references.
Convert the table into some real text and polish some wording.
Stop talking about SSL.
Drop vague references to undocumented internals (objects, stack, txt_db).
Delete verbiage that says nothing or is duplicate.
Ultimately, the content of this page should be merged into
OPENSSL_init_crypto(3), but we don't have that function yet,
so the merge has to wait.
|
| |
|
|
|
|
| |
ok doug@
|
|
|
|
| |
handshake functions, we can remove more copied code from DTLS.
|
|
|
|
|
|
|
|
|
|
| |
up and restructure.
This also adds CBB based variants of the ssl3_handshake_msg_{start,finish}
functions - for the time being these use a CBB to build the messages, then
copy back into the init_buf.
ok doug@
|
|
|
|
|
|
|
|
|
| |
to functions, so delete the BIO(3) manual page and merge its content
into BIO_new(3) and BIO_push(3).
Sort the content of BIO_new(3) into a logical order
and improve the wording in various ways.
Add the required cross references to BIO_push(3).
|
| |
|
|
|
|
|
|
| |
Merge documentation of d2i_X509_AUX(3) and i2d_X509_AUX(3) from OpenSSL.
Correct the prototype of d2i_X509(3), from OpenSSL.
Merge warnings against "reuse" functionality from OpenSSL.
|
|
|
|
| |
Update a cross reference, from OpenSSL.
|
|
|
|
|
| |
Merge documentation of some additional {d2i,i2d}_{D,R}SA_PUBKEY_{bio,fp}(3)
functions from OpenSSL.
|
| |
|
| |
|
| |
|
|
|
|
| |
Add one cross reference, from OpenSSL.
|
| |
|
|
|
|
| |
Merge documentation of X509_up_ref(3) from OpenSSL.
|
| |
|
| |
|
| |
|
|
|
|
| |
since we don't have that function, call the page X509_STORE_set1_param(3)
|
| |
|
| |
|
|
|
|
| |
Mention that X509_STORE_CTX_free(3) accepts NULL.
|
|
|
|
|
| |
Never include <openssl/x509_vfy.h> directly; from OpenSSL.
Merge a typo fix from OpenSSL.
|
| |
|
|
|
|
| |
Better explain the last argument of X509_NAME_oneline(3), from OpenSSL.
|
|
|
|
|
| |
More explanations about X509_NAME_get_index_by_NID(3) from OpenSSL.
Merge a typo fix in EXAMPLES from OpenSSL.
|
|
|
|
| |
Merge correction of buggy EXAMPLES from OpenSSL.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
the number of bytes written via an explicit *outlen argument and retaining
the return value to indicate success or failure.
ok doug@
|
|
|
|
|
|
|
|
| |
premaster secret, so name it accordingly. Also, remove bogus assignment
of master_key_length - the correct value is assigned when the master_key
is set.
ok beck@ doug@
|
|
|
|
| |
ok beck@ doug@
|
|
|
|
|
| |
Mention that UI_free(3) accepts NULL.
One minor clarification from OpenSSL.
|
|
|
|
|
| |
Stop talking about SSLv2 and SSLv3.
Some minor tweaks.
|
|
|
|
| |
Wording improvements and a bit of additional information from OpenSSL.
|
|
|
|
| |
Stop talking about SSLv2 and SSLv3.
|
| |
|
|
|
|
|
|
| |
Merge documentation of SSL_peek(3) from OpenSSL.
Stop taking about SSLv2.
Many wording improvements, most from OpenSSL.
|
|
|
|
|
| |
In the SYNOPSIS, show prototypes, not #defines.
Delete a note about ancient OpenSSL versions.
|
| |
|
|
|
|
|
|
|
| |
ngroup and the following EC_KEY_set_group() fails, ngroup will not be
freed. Avoid this by freeing on return.
ok millert@
|