summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man
AgeCommit message (Expand)Author
2023-12-16ASN1_STRING_TABLE_get.3: grammar: have -> hasTheo Buehler
2023-12-16Annotate incorrect value for ub_email_addressTheo Buehler
2023-12-16Rename ASN1_STRING_TABLE_add manual to _getTheo Buehler
2023-12-16Remove ASN1_STRING_TABLE_{add,cleanup}() documentationTheo Buehler
2023-12-05last .Nm should not have a commaJonathan Gray
2023-12-01Some cleanup:Ingo Schwarze
2023-12-01EVP_EncryptInit(3) is among the most important "how to drive" manuals,Ingo Schwarze
2023-11-19Mark up an occurrence of ENGINETheo Buehler
2023-11-19ENGINE can no longer have ex_data attached to itTheo Buehler
2023-11-19Remove musings how ENGINE may or may not screw everything up.Theo Buehler
2023-11-19Remove ENGINE mention in RSA_new()Theo Buehler
2023-11-19OPENSSL_config() no longer calls ENGINE_load_builtin_engines()Theo Buehler
2023-11-19ENGINE_add_conf_module() no longer existsTheo Buehler
2023-11-19Remove ENGINE Xr that I left behindTheo Buehler
2023-11-19zap stray commaTheo Buehler
2023-11-19Also mention ENGINE_{cleanup,{ctrl_cmd{,_string}()Theo Buehler
2023-11-19Missing periodTheo Buehler
2023-11-19fix grammarTheo Buehler
2023-11-19Remove remaining ENGINE manualsTheo Buehler
2023-11-19Strip mention of ENGINE out of *_set_method.3Theo Buehler
2023-11-19Strip out mentions of ENGINE_load_builtin_engines()Theo Buehler
2023-11-19ex data for ENGINEs is no longer a thingTheo Buehler
2023-11-19Remove section explaining how great and flexible ENGINE is andTheo Buehler
2023-11-19Remove obsolete engine configuration sectionTheo Buehler
2023-11-19Document the remaining ENGINE stubs in a single manualTheo Buehler
2023-11-19EVP_PKEY_encrypt() simplify exampleTheo Buehler
2023-11-16Mention which functions are implemented as macros in the few casesIngo Schwarze
2023-11-16drop some duplicate statements about macrosIngo Schwarze
2023-11-16fix wrong macroIngo Schwarze
2023-11-16delete lots of stuff that no longer existsIngo Schwarze
2023-11-16fix typo: exdata -> ex_dataIngo Schwarze
2023-11-16Minimal fix to unbreak OPENSSL_{gmtime,timegm}(3)Theo Buehler
2023-11-13Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as publicBob Beck
2023-10-21Remove mention of alg_section. This never worked in LibreSSL.Theo Buehler
2023-10-21style tweak: avoid double conjunction to make it read betterIngo Schwarze
2023-10-19Rename the modulus from n into mTheo Buehler
2023-10-13Tweak previous by using the argument name, not its typeTheo Buehler
2023-10-13Improve the description of X509_ALGOR_dup(3)Theo Buehler
2023-10-11I forgot that we now have ASN1_INTEGER_set_uint64()Theo Buehler
2023-10-11Be more precise about X509_ALGOR_get0()Theo Buehler
2023-10-10Improve X509_ALGOR_new(3) documentationTheo Buehler
2023-10-09Use the usual text for X509_ALGOR_free()Theo Buehler
2023-10-09Clarify that 'undefined type' means V_ASN1_UNDEFTheo Buehler
2023-10-09Clarify documentation of X509_ALGOR_{set0,set_md}()Theo Buehler
2023-10-03Fix a typo and move a wordTheo Buehler
2023-10-01Example code tweak: do not hardcode the size of arrayTheo Buehler
2023-10-01Document EVP_CIPHER_CTX_iv_length() return valuesTheo Buehler
2023-10-01The colons separate the octets, not the digits; add missing link toTheo Buehler
2023-10-01Improve a code comment in the EXAMPLES sectionTheo Buehler
2023-10-01Refer to RFC 3779, 2.1.2 for encoding of rangesTheo Buehler