summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-08-27Move the weak SHA-1 and MD5 hashes out of EVP_DigestInit(3)Ingo Schwarze
2023-08-27document the return value of EVP_PKEY_asn1_find(3) andIngo Schwarze
2023-08-27EVP_PKEY_set_type_str(3) is now documented, so switch from .Fn to .XrIngo Schwarze
2023-08-27document EVP_PKEY_set_type_str(3)Ingo Schwarze
2023-08-26add the missing information that and how flags can be combined,Ingo Schwarze
2023-08-26Write documentation for EVP_CIPHER_CTX_buf_noconst(3) from scratch.Ingo Schwarze
2023-08-26write documentation for EVP_CIPHER_CTX_copy(3)Ingo Schwarze
2023-08-26transfering -> transferringJonathan Gray
2023-08-26Remove two unnecessary local variablesTheo Buehler
2023-08-25make the one-line description read betterIngo Schwarze
2023-08-25In evp.h rev.s 1.90 and 1.97, tb@ provided EVP_CIPHER_CTX_get_cipher_data(3)Ingo Schwarze
2023-08-25fix eight more instances of copy & paste glitchesIngo Schwarze
2023-08-25new manual page MB_CUR_MAX(3) written from scratch;Ingo Schwarze
2023-08-25KNF, no assembly changeIngo Schwarze
2023-08-25Mention another bug for EVP_add_{cipher,digest}(3)Theo Buehler
2023-08-25Improve EVP_add_cipher.3 a bitTheo Buehler
2023-08-25Add more cross referencesTheo Buehler
2023-08-25Document EVP_add_{cipher,digest} and friendsTheo Buehler
2023-08-25zap a stray spaceTheo Buehler
2023-08-24cms_content_bio() is not used outside of cms_lib.cTheo Buehler
2023-08-24Some tweaking of cms_content_bio()Theo Buehler
2023-08-24Better names for the BIOs in CMS_dataInit()Theo Buehler
2023-08-24Update references from RFC 7539 to RFC 8439Theo Buehler
2023-08-24Align the documentation of EVP_chacha20() with actual behaviorTheo Buehler
2023-08-24Clarify how the EVP IV is used with ChaChaTheo Buehler
2023-08-23Mention key and nonce lengths of AEAD ciphers.Ingo Schwarze
2023-08-22Don't fail in ober_scanf_elements() when encountering empty sequences.Gerhard Roth
2023-08-22Pull the NULL check for cmsbio into the switchTheo Buehler
2023-08-22Plug a leak of cont in CMS_dataInit()Theo Buehler
2023-08-22Plug a leak of ASN1_INTEGR in def_serial_cb()Theo Buehler
2023-08-21ec_ameth: clean up eckey_{pub,priv}_encode()Theo Buehler
2023-08-21spellingJonathan Gray
2023-08-20remove "flag" from the Dv line;Jason McIntyre
2023-08-20Bump zlib version to 1.3Theo Buehler
2023-08-20Add syscall stub for kqueue1(2)Visa Hankala
2023-08-20Provide C11 <uchar.h>.Ingo Schwarze
2023-08-18Check X509_digest() return in x509v3_cache_extensions()Theo Buehler
2023-08-18sync with zlib.hTheo Buehler
2023-08-18Sync doc comment with upstreamTheo Buehler
2023-08-17Garbage collect two commented abort()Theo Buehler
2023-08-17Make the local ASN1_OBJECTs constTheo Buehler
2023-08-17Remove some unnecessary else branchesTheo Buehler
2023-08-17Remove some parents from return statementsTheo Buehler
2023-08-17Use cmp instead of i for the result of a comparisonTheo Buehler
2023-08-17Use OBJ_cmp() instead of inlining two variantsTheo Buehler
2023-08-17Avoid memcmp(NULL, x, 0) in OBJ_cmp()Theo Buehler
2023-08-17add space needed in punctuation;Jason McIntyre
2023-08-16add the missing entry for EVP_CIPHER_CTX_ctrl(3) to the RETURN VALUES sectionIngo Schwarze
2023-08-16Describe more precisely how these functions are supposed to be used,Ingo Schwarze
2023-08-15Zap extra parensTheo Buehler