summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2023-08-121. Tweak the descriptions of EVP_MD_CTX_ctrl(3), EVP_MD_CTX_set_flags(3),Ingo Schwarze
2023-08-12Fix bug when gzungetc() is used immediately after gzopen().Theo Buehler
2023-08-12fix typoTheo Buehler
2023-08-12Remove a blatant lie about DSA_dup_DHTheo Buehler
2023-08-12The int_ prefix also leaves the ec_ameth messTheo Buehler
2023-08-12RSA's _free and _size also lose their int_ prefixTheo Buehler
2023-08-12Drop silly int_ prefix from _free() and _size()Theo Buehler
2023-08-12Free {priv,pub}_key before assigning to itTheo Buehler
2023-08-12Readability tweak for key parameters in DSATheo Buehler
2023-08-12Simplify and unify missing_parameters() for DH and DSATheo Buehler
2023-08-12Convert {DH,DSA}_new_method() to using calloc()Theo Buehler
2023-08-11Merge various improvements from the OpenSSL 1.1 branch,Ingo Schwarze
2023-08-11Stop including md32_common.h.Joel Sing
2023-08-11Demacro sha256.Joel Sing
2023-08-11Improve variable names in {dh,dsa}_{pub,priv}_{de,en}code()Theo Buehler
2023-08-11Use params{,_len} in {dh,dsa}_params_{en,de}code()Theo Buehler
2023-08-11Use key/key_len in old_dsa_priv_{en,de}code()Theo Buehler
2023-08-11Add back an empty line that I didn't really want to removeTheo Buehler
2023-08-11Align dh and dsa decoding functions with encodingTheo Buehler
2023-08-11Rename env_md{,_ctx}_st to evp_md{,_ctx}_stTheo Buehler
2023-08-11Use EVP_MD in HKDF() and HKDF_extract() prototypesTheo Buehler
2023-08-11Move EC_KEY and EC_KEY_METHOD typedefs to ossl_typ.hTheo Buehler
2023-08-10Convert {dh,dsa}_{pub,priv}_encode() to single exitTheo Buehler
2023-08-10Add the missing ".Nm X509_STORE_CTX_check_issued_fn" to the NAME sectionIngo Schwarze
2023-08-10Allow libpcap to read files with some additional link-layer type valuesAlexandr Nedvedicky
2023-08-10Clean up {dh,dsa}_pub_encode()Theo Buehler
2023-08-10Fix a leak in rsa_pub_encode()Theo Buehler
2023-08-10In x509_vfy.h rev. 1.60 and rev. 1.62 (April 2023), tb@ providedIngo Schwarze
2023-08-10Remove now unnecessary 'do {} while (0);' and move variable declaration.Joel Sing
2023-08-10Expand HASH_MAKE_STRING.Joel Sing
2023-08-10Remove MD32_XARRAY remnants.Joel Sing