| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
OK tb@
|
|
|
|
| |
OK tb@
|
| |
|
| |
|
|
|
|
| |
feedback and OK tb@
|
|
|
|
|
|
|
|
|
|
|
| |
group pages, and these link on to all their second-level subpages.
Only a handful of second-level pages have third-level subpages.
So all crypto pages can now be reached from the www.libressl.org
frontpage via at most four clicks, in most cases three clicks.
Also link back from leaf pages to their respective group pages
and add a couple of additional links between related pages.
Triggered by a question from deraadt@.
OK jmc@ tb@
|
|
|
|
|
|
|
| |
and that don't do anything in OpenSSL either;
no significant amount of text remains from OpenSSL, so change the
Copyright information and license of CRYPTO_set_locking_callback.3;
OK inoguchi@ jmc@
|
|
|
|
|
|
| |
We have no code implementing it, tedu@ took care of the rc5/ directory
in 2014, the related files are commented out in arch/*/Makefile.inc,
and opensslfeatures.h contains an explicit #define OPENSSL_NO_RC5.
|
|
|
|
| |
We have no code implementing those functions.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Make sure EC_GROUP_new(3) points to all EC manuals and all EC manuals
point back to EC_GROUP_new(3), and add some other useful links as well.
Change all links to ec(3) to point to EC_GROUP_new(3) instead.
|
|
|
|
| |
Make sure all RSA pages point back to RSA_new(3).
|
|
|
|
| |
Make sure all DSA pages point back to DSA_new(3).
|
|
|
|
| |
Make sure that all DH pages point back to DH_new(3).
|
|
|
|
| |
and make sure all BN*(3) pages point back to BN_new(3)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
from Rob Pierce <rob at 2keys dot ca>.
The content of this page may also need expert attention, i suspect
it may be lacking modern algorithms and over-emphasizing obsolete
ones, but i dare not touch the content.
|
|
|
|
| |
bn_internal(3) and lhash(3)
|
|
I found drafts of these in my tree, probably originally from
Max Fillinger, that just needed minor polishing.
|