| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|