summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Plug a leak of ASN1_INTEGR in def_serial_cb()tb2023-08-221-4/+7
* ec_ameth: clean up eckey_{pub,priv}_encode()tb2023-08-211-62/+67
* spellingjsg2023-08-211-4/+4
* Make some global variables consttb2023-08-201-14/+15
* Bye bye to all people out theretb2023-08-201-28/+1
* Add some spaces after commatb2023-08-201-6/+6
* unifdef -D FULL_TESTtb2023-08-201-7/+1
* knfmt(1) to the rescuetb2023-08-201-139/+146
* Another OPENSSL_NO_DEPRECATED hits the bit buckettb2023-08-201-7/+1
* Drop unnecessary OPENSSL_NO_DEPRECATED dancetb2023-08-201-7/+1
* Use a separate flags variable for the error flags in DH_check()tb2023-08-201-7/+8
* Check X509_digest() return in x509v3_cache_extensions()tb2023-08-181-2/+3
* Garbage collect two commented abort()tb2023-08-171-3/+1
* Make the local ASN1_OBJECTs consttb2023-08-171-2/+2
* Remove some unnecessary else branchestb2023-08-171-7/+5
* Remove some parents from return statementstb2023-08-171-8/+8
* Use cmp instead of i for the result of a comparisontb2023-08-171-5/+5
* Use OBJ_cmp() instead of inlining two variantstb2023-08-171-12/+4
* Avoid memcmp(NULL, x, 0) in OBJ_cmp()tb2023-08-171-6/+7
* add the missing entry for EVP_CIPHER_CTX_ctrl(3) to the RETURN VALUES sectionschwarze2023-08-161-2/+11
* Describe more precisely how these functions are supposed to be used,schwarze2023-08-161-19/+185
* Add regress coverage for ASN1_STRING_cmp()tb2023-08-151-1/+147
* Add some regress coverage for various ASN1_STRING types to codify sometb2023-08-151-1/+229
* Zap extra parenstb2023-08-151-2/+2
* Fix typo in previoustb2023-08-151-2/+2
* Avoid undefined behavior with memcmp(NULL, x, 0) in ASN1_STRING_cmp()tb2023-08-151-4/+6
* SHA-3 is not a symmetric cipher.schwarze2023-08-151-3/+3
* Import the EVP_chacha20(3) manual page from the OpenSSL 1.1 branch,schwarze2023-08-154-14/+102
* Avoid memcmp() with NULL pointer and 0 lengthtb2023-08-151-3/+3
* Clean up alignment handling.jsing2023-08-152-57/+67
* Use MD5_LONG instead of unsigned int for consistency.jsing2023-08-151-3/+3
* Condition only on #ifdef MD5_ASM.jsing2023-08-151-15/+5
* Prepare tlsfuzzer.py for ports updatetb2023-08-141-3/+13
* Inline INIT_DATA_* defines.jsing2023-08-141-10/+7
* style(9)jsing2023-08-141-6/+6
* Below SEE ALSO, point to all pages documenting the evp.h sub-library, andschwarze2023-08-141-11/+56
* import EVP_sha3_224(3) from the OpenSSL 1.1 branch, which is still underschwarze2023-08-143-3/+97
* netcat: avoid issuing syscalls on fd -1tb2023-08-141-3/+9
* fix whitespacetb2023-08-131-14/+13
* Extent the modf() tests; from Willemijn Coene.miod2023-08-131-18/+50
* document return values of the control function in EVP_MD_meth_set_ctrl(3)schwarze2023-08-121-5/+15
* first batch of intentionally undocumented EVP constants:schwarze2023-08-121-1/+10
* 1. Tweak the descriptions of EVP_MD_CTX_ctrl(3), EVP_MD_CTX_set_flags(3),schwarze2023-08-121-52/+107
* Remove a blatant lie about DSA_dup_DHtb2023-08-121-6/+2
* The int_ prefix also leaves the ec_ameth messtb2023-08-121-5/+5
* RSA's _free and _size also lose their int_ prefixtb2023-08-121-7/+7
* Drop silly int_ prefix from _free() and _size()tb2023-08-122-10/+10
* Free {priv,pub}_key before assigning to ittb2023-08-122-2/+7
* Readability tweak for key parameters in DSAtb2023-08-121-2/+2
* Simplify and unify missing_parameters() for DH and DSAtb2023-08-122-11/+8