summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man
AgeCommit message (Expand)Author
10 daysUse a better curve and a better hash for the ECDSA_do_sign() exampleTheo Buehler
13 daysLink the new manual page EVP_PKEY_new_CMAC_key(3) to the buildIngo Schwarze
13 daysDocument EVP_PKEY_new_CMAC_key(3) in sufficient detail such that readersIngo Schwarze
14 daysFix a brainfart that happened to me in 2020:Ingo Schwarze
2024-11-09Mention the key lengths of some encryption algorithms.Ingo Schwarze
2024-11-08Weed out the last remaining refences to the obsoleteIngo Schwarze
2024-11-08List CMAC_CTX_copy(3) in the SYNOPSIS. It was alreadyIngo Schwarze
2024-11-07document EVP_PKEY_CTRL_SET_MAC_KEY for CMACIngo Schwarze
2024-11-06document EVP_PKEY_CTRL_CIPHER, providing a bit of contextIngo Schwarze
2024-11-06About a year ago, the obsolete function EVP_Cipher(3) was moved out ofIngo Schwarze
2024-10-24Fix argument names: des_in -> der_in and des_out -> der_outTheo Buehler
2024-10-22remove duplicate X509v3_asid_add_id_or_range.3 lineJonathan Gray
2024-10-03X509V3_EXT_get_nid.3: indicate what nid meansTheo Buehler
2024-09-06Adjust documentation to work without X509_LOOKUP_by_subject()Theo Buehler
2024-09-02Remove X509_check_trust documentationTheo Buehler
2024-09-02The X509at_* manuals are no longer neededTheo Buehler
2024-09-02Also remove .Xr to X509at_*Theo Buehler
2024-09-02Excise X509at_* from X509_REQ_* documentationTheo Buehler
2024-09-02Rename lastpos to start_after to match other, similar manualsTheo Buehler
2024-09-02More X509at_* removalTheo Buehler
2024-09-02Remove mention of the no longer public X509at_* functionsTheo Buehler
2024-09-02Adjust function signatures for const X509_LOOKUP_METHODTheo Buehler
2024-08-30Remove cross references to whirlpoolTheo Buehler
2024-08-29Remove documentation of EVP_whirlpoolTheo Buehler
2024-08-29Remove documentation of ERR_add_error_{,v}data()Theo Buehler
2024-08-29HMAC_Init() is dead. Long live HMAC_Init_ex()Theo Buehler
2024-08-29Remove documentation of (caveat on) X509_TRUST_DEFAULTTheo Buehler
2024-08-28Document X509_get0_signature_info()Theo Buehler
2024-08-24More precision on what exactly OCSP_id_cmp and OCSP_issuer_id_cmp compare.Theo Buehler
2024-08-24X509at_get_attr: zap trailing comma.Theo Buehler
2024-08-24LibreSSL no longer supports adding X.501 attributes to an EVP_PKEYTheo Buehler
2024-08-24Remove documentation of UI_UTIL_read_pw*Theo Buehler
2024-08-22PKCS12_create(3): remove Xr to EVP_PKEY_add1_attr(3)Theo Buehler
2024-08-18Remove documentation for X509_REQ_[gs]et_extension_nidsTheo Buehler
2024-08-17Zap a trailing comma to appease mandoc -TlintTheo Buehler
2024-08-17Remove docs of various X509_TRUST "functionality" that no longer existsTheo Buehler
2024-07-26Put opening brace on correct lineTheo Buehler
2024-07-24BUF_MEM_new.3: add a touch of KNFTheo Buehler
2024-07-21Add back a .Theo Buehler
2024-07-21Unify description of the obsolete ENGINE parameterTheo Buehler
2024-07-21Drop ENGINE from EVP_PKEY_derive exampleTheo Buehler
2024-07-21Garbage collect ENGINE "use" from EVP_PKEY_decrypt() exampleTheo Buehler
2024-07-21Make example slightly less terrible by dropping the ENGINE "handling"Theo Buehler
2024-07-14"please refer" -> "refer"Jonathan Gray
2024-07-10forgot to add a history section for the TLS PRF APITheo Buehler
2024-07-10link EVP_PKEY_CTX_set_tls1_prf_md.3 to buildTheo Buehler
2024-07-10Import EVP_PKEY_CTX_set_tls1_prf_md.3 from OpenSSL 1.1.1Theo Buehler
2024-07-10Including kdf.h isn't enough, you also need evp.hTheo Buehler
2024-07-08remove a further spkac reference; ok tbJason McIntyre
2024-06-07Align documentation with realityJob Snijders