summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix previous: key -> parametertb2023-12-291-2/+2
* A .Xr to DSA_generate_parameters_ex() was lost accidentallytb2023-12-291-1/+2
* Move DSA_generate_parameters.3 to DSA_generate_parameters_ex.3tb2023-12-292-3/+3
* Adjust documentation for upcoming DSA_generate_parameters removaltb2023-12-295-70/+17
* Rename some argument placeholders to be less cryptic,schwarze2023-12-262-55/+58
* Close some major gaps in the documentation of EVP_Cipher(3),schwarze2023-12-261-10/+65
* Clarify that the ENGINE argument is ignored; OK tb@.schwarze2023-12-251-11/+10
* Remove EVP_PKEY_asn1_add{0,_alias}() documentationtb2023-12-214-78/+14
* Mark some API-to-be-removed as intentionally undocumentedtb2023-12-211-2/+6
* ASN1_STRING_TABLE_get.3: grammar: have -> hastb2023-12-161-2/+2
* Annotate incorrect value for ub_email_addresstb2023-12-161-1/+6
* Rename ASN1_STRING_TABLE_add manual to _gettb2023-12-162-3/+3
* Remove ASN1_STRING_TABLE_{add,cleanup}() documentationtb2023-12-161-71/+14
* last .Nm should not have a commajsg2023-12-051-3/+3
* Some cleanup:schwarze2023-12-011-71/+33
* EVP_EncryptInit(3) is among the most important "how to drive" manuals,schwarze2023-12-014-65/+165
* Mark up an occurrence of ENGINEtb2023-11-191-2/+3
* ENGINE can no longer have ex_data attached to ittb2023-11-191-3/+3
* Remove musings how ENGINE may or may not screw everything up.tb2023-11-191-23/+2
* Remove ENGINE mention in RSA_new()tb2023-11-191-14/+6
* OPENSSL_config() no longer calls ENGINE_load_builtin_engines()tb2023-11-191-5/+4
* ENGINE_add_conf_module() no longer existstb2023-11-191-8/+2
* Remove ENGINE Xr that I left behindtb2023-11-191-2/+1
* zap stray commatb2023-11-191-2/+2
* Also mention ENGINE_{cleanup,{ctrl_cmd{,_string}()tb2023-11-191-3/+29
* Missing periodtb2023-11-191-2/+2
* fix grammartb2023-11-191-2/+2
* Remove remaining ENGINE manualstb2023-11-1911-1988/+1
* Strip mention of ENGINE out of *_set_method.3tb2023-11-193-98/+26
* Strip out mentions of ENGINE_load_builtin_engines()tb2023-11-191-7/+4
* ex data for ENGINEs is no longer a thingtb2023-11-191-9/+2
* Remove section explaining how great and flexible ENGINE is andtb2023-11-191-28/+2
* Remove obsolete engine configuration sectiontb2023-11-191-106/+2
* Document the remaining ENGINE stubs in a single manualtb2023-11-191-146/+103
* EVP_PKEY_encrypt() simplify exampletb2023-11-191-6/+4
* Mention which functions are implemented as macros in the few casesschwarze2023-11-1613-34/+76
* drop some duplicate statements about macrosschwarze2023-11-164-23/+10
* fix wrong macroschwarze2023-11-161-3/+3
* delete lots of stuff that no longer existsschwarze2023-11-161-300/+17
* fix typo: exdata -> ex_dataschwarze2023-11-161-4/+4
* Minimal fix to unbreak OPENSSL_{gmtime,timegm}(3)tb2023-11-161-15/+18
* Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as publicbeck2023-11-131-2/+42
* Remove mention of alg_section. This never worked in LibreSSL.tb2023-10-211-3/+2
* style tweak: avoid double conjunction to make it read betterschwarze2023-10-211-4/+4
* Rename the modulus from n into mtb2023-10-191-9/+12
* Tweak previous by using the argument name, not its typetb2023-10-131-2/+2
* Improve the description of X509_ALGOR_dup(3)tb2023-10-131-5/+11
* I forgot that we now have ASN1_INTEGER_set_uint64()tb2023-10-111-13/+6
* Be more precise about X509_ALGOR_get0()tb2023-10-111-11/+26
* Improve X509_ALGOR_new(3) documentationtb2023-10-101-14/+33