summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2023-08-15Fix typo in previousTheo Buehler
2023-08-15Avoid undefined behavior with memcmp(NULL, x, 0) in ASN1_STRING_cmp()Theo Buehler
2023-08-15Fix bug when using gzflush() with a very small buffer.Theo Buehler
2023-08-15SHA-3 is not a symmetric cipher.Ingo Schwarze
2023-08-15Import the EVP_chacha20(3) manual page from the OpenSSL 1.1 branch,Ingo Schwarze
2023-08-15Clean up alignment handling.Joel Sing
2023-08-15Use MD5_LONG instead of unsigned int for consistency.Joel Sing
2023-08-15Condition only on #ifdef MD5_ASM.Joel Sing
2023-08-14Inline INIT_DATA_* defines.Joel Sing
2023-08-14style(9)Joel Sing
2023-08-14Below SEE ALSO, point to all pages documenting the evp.h sub-library, andIngo Schwarze
2023-08-14import EVP_sha3_224(3) from the OpenSSL 1.1 branch, which is still underIngo Schwarze
2023-08-13Conditionally disable MSANTheo Buehler
2023-08-13fix whitespaceTheo Buehler
2023-08-13simplify previous;Jason McIntyre
2023-08-13kevent: Add precision and abstimer flags for EVFILT_TIMERVisa Hankala
2023-08-13Make sure modff() returns correct values for infinities.Miod Vallat
2023-08-13Make sure modf() returns correct values for infinities. While there, dropMiod Vallat
2023-08-12document return values of the control function in EVP_MD_meth_set_ctrl(3)Ingo Schwarze