summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce
2019-10-23Fix doc for EC_GROUP_set_curve()Nicola Tuveri
2019-10-23Improve formatting for man3/EC_GROUP_new.podNicola Tuveri
2019-10-23Deprecate EC_GROUP_clear_free()Nicola Tuveri
2019-10-22fixed the RETURN VALUES section in the EC_GROUP documentationjayaram
2019-10-18Update dgst.c to show a list of message digestsagnosticdev
2019-10-18Doc for the added internal RSA functionsRichard Levitte
2019-10-18Move the version function declarations to include/openssl/crypto.hRichard Levitte
2019-10-18Configure: get version from the file 'VERSION' instead of 'opensslv.h'Richard Levitte
2019-10-17'openssl list' and 'openssl provider': adapt display of multiple namesRichard Levitte
2019-10-17EVP: add functions that return the name numberRichard Levitte
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte
2019-10-17EVP: add missing common functionalityRichard Levitte
2019-10-17Some docs cleanupRichard Levitte
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood
2019-10-16doc/man3/EVP_PKEY_CTX_new.pod: change markup according to conventionsRichard Levitte
2019-10-16Add EVP_PKEY_CTX_new_provided()Richard Levitte
2019-10-16Add ChaCha related ciphers to default providerShane Lontis
2019-10-15Refactor many common flags into openssl.podRich Salz
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-10-14Replace '=for comment ifdef' with '=for openssl'Rich Salz
2019-10-14Building: Add modules with DEPENDs to GENERATEd filesRichard Levitte
2019-10-11Fix EVP_Cipher() for provided cipher implementationsRichard Levitte
2019-10-11POD: stop abusing commentRichard Levitte
2019-10-11Doc: update internal build.info manualRichard Levitte
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-10-09Refactor -passin/-passout documentationRich Salz
2019-10-09Document build.info syntax internallyRichard Levitte
2019-10-09Fix reference to PEM docsRich Salz
2019-10-09Command docs: more reference fixesRichard Levitte
2019-10-09Command docs: rename openssl-tsget.pod to tsget.pod, and fix itRichard Levitte
2019-10-09Command docs: diverse small fixesRichard Levitte
2019-10-09Command docs: fix some engine referencesRichard Levitte
2019-10-09Command docs: wrap literal input/output with C<>Richard Levitte
2019-10-09Command docs: wrap literal file names with F<>Richard Levitte
2019-10-09Command docs: fix links to other sections (sometimes in other manuals)Richard Levitte
2019-10-09Command docs: fix up command referencesRichard Levitte
2019-10-09Command docs: replacables are in italics, options always start with a dashRichard Levitte
2019-10-09Command docs: remove ellipses for '-rand'Richard Levitte
2019-10-09Command docs: fix ellipses, the easy casesRichard Levitte
2019-10-08Add rc2 ciphers to default providerShane Lontis
2019-10-07Add documentation for PEM_{read,write}_bio_Parameters()Richard Levitte
2019-10-07Fix typo in flag nameRich Salz
2019-10-07Support SM2 in apps/speedPaul Yang
2019-10-06Deprecate NCONF_WIN32() functionRich Salz
2019-10-04Fix L<EVP_KDF-derive> to L<EVP_DEF_derive>Rich Salz
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte
2019-10-03Update documentationMatt Caswell
2019-10-03Add rc5 ciphers to default providerShane Lontis
2019-10-03doc: EVP_DigestInit clears all flagsChristian Heimes