| Commit message (Expand) | Author | Age | Files | Lines |
| * | Align the documentation of EVP_chacha20() with actual behavior | tb | 2023-08-24 | 1 | -6/+6 |
| * | Clarify how the EVP IV is used with ChaCha | tb | 2023-08-24 | 1 | -8/+6 |
| * | Mention key and nonce lengths of AEAD ciphers. | schwarze | 2023-08-23 | 2 | -33/+105 |
| * | Pull the NULL check for cmsbio into the switch | tb | 2023-08-22 | 1 | -14/+10 |
| * | Plug a leak of cont in CMS_dataInit() | tb | 2023-08-22 | 1 | -11/+12 |
| * | Plug a leak of ASN1_INTEGR in def_serial_cb() | tb | 2023-08-22 | 1 | -4/+7 |
| * | ec_ameth: clean up eckey_{pub,priv}_encode() | tb | 2023-08-21 | 1 | -62/+67 |
| * | spelling | jsg | 2023-08-21 | 1 | -4/+4 |
| * | Make some global variables const | tb | 2023-08-20 | 1 | -14/+15 |
| * | Bye bye to all people out there | tb | 2023-08-20 | 1 | -28/+1 |
| * | Add some spaces after comma | tb | 2023-08-20 | 1 | -6/+6 |
| * | unifdef -D FULL_TEST | tb | 2023-08-20 | 1 | -7/+1 |
| * | knfmt(1) to the rescue | tb | 2023-08-20 | 1 | -139/+146 |
| * | Another OPENSSL_NO_DEPRECATED hits the bit bucket | tb | 2023-08-20 | 1 | -7/+1 |
| * | Drop unnecessary OPENSSL_NO_DEPRECATED dance | tb | 2023-08-20 | 1 | -7/+1 |
| * | Use a separate flags variable for the error flags in DH_check() | tb | 2023-08-20 | 1 | -7/+8 |
| * | Check X509_digest() return in x509v3_cache_extensions() | tb | 2023-08-18 | 1 | -2/+3 |
| * | Garbage collect two commented abort() | tb | 2023-08-17 | 1 | -3/+1 |
| * | Make the local ASN1_OBJECTs const | tb | 2023-08-17 | 1 | -2/+2 |
| * | Remove some unnecessary else branches | tb | 2023-08-17 | 1 | -7/+5 |
| * | Remove some parents from return statements | tb | 2023-08-17 | 1 | -8/+8 |
| * | Use cmp instead of i for the result of a comparison | tb | 2023-08-17 | 1 | -5/+5 |
| * | Use OBJ_cmp() instead of inlining two variants | tb | 2023-08-17 | 1 | -12/+4 |
| * | Avoid memcmp(NULL, x, 0) in OBJ_cmp() | tb | 2023-08-17 | 1 | -6/+7 |
| * | add the missing entry for EVP_CIPHER_CTX_ctrl(3) to the RETURN VALUES section | schwarze | 2023-08-16 | 1 | -2/+11 |
| * | Describe more precisely how these functions are supposed to be used, | schwarze | 2023-08-16 | 1 | -19/+185 |
| * | Add regress coverage for ASN1_STRING_cmp() | tb | 2023-08-15 | 1 | -1/+147 |
| * | Add some regress coverage for various ASN1_STRING types to codify some | tb | 2023-08-15 | 1 | -1/+229 |
| * | Zap extra parens | tb | 2023-08-15 | 1 | -2/+2 |
| * | Fix typo in previous | tb | 2023-08-15 | 1 | -2/+2 |
| * | Avoid undefined behavior with memcmp(NULL, x, 0) in ASN1_STRING_cmp() | tb | 2023-08-15 | 1 | -4/+6 |
| * | SHA-3 is not a symmetric cipher. | schwarze | 2023-08-15 | 1 | -3/+3 |
| * | Import the EVP_chacha20(3) manual page from the OpenSSL 1.1 branch, | schwarze | 2023-08-15 | 4 | -14/+102 |
| * | Avoid memcmp() with NULL pointer and 0 length | tb | 2023-08-15 | 1 | -3/+3 |
| * | Clean up alignment handling. | jsing | 2023-08-15 | 2 | -57/+67 |
| * | Use MD5_LONG instead of unsigned int for consistency. | jsing | 2023-08-15 | 1 | -3/+3 |
| * | Condition only on #ifdef MD5_ASM. | jsing | 2023-08-15 | 1 | -15/+5 |
| * | Prepare tlsfuzzer.py for ports update | tb | 2023-08-14 | 1 | -3/+13 |
| * | Inline INIT_DATA_* defines. | jsing | 2023-08-14 | 1 | -10/+7 |
| * | style(9) | jsing | 2023-08-14 | 1 | -6/+6 |
| * | Below SEE ALSO, point to all pages documenting the evp.h sub-library, and | schwarze | 2023-08-14 | 1 | -11/+56 |
| * | import EVP_sha3_224(3) from the OpenSSL 1.1 branch, which is still under | schwarze | 2023-08-14 | 3 | -3/+97 |
| * | netcat: avoid issuing syscalls on fd -1 | tb | 2023-08-14 | 1 | -3/+9 |
| * | fix whitespace | tb | 2023-08-13 | 1 | -14/+13 |
| * | Extent the modf() tests; from Willemijn Coene. | miod | 2023-08-13 | 1 | -18/+50 |
| * | document return values of the control function in EVP_MD_meth_set_ctrl(3) | schwarze | 2023-08-12 | 1 | -5/+15 |
| * | first batch of intentionally undocumented EVP constants: | schwarze | 2023-08-12 | 1 | -1/+10 |
| * | 1. Tweak the descriptions of EVP_MD_CTX_ctrl(3), EVP_MD_CTX_set_flags(3), | schwarze | 2023-08-12 | 1 | -52/+107 |
| * | Remove a blatant lie about DSA_dup_DH | tb | 2023-08-12 | 1 | -6/+2 |
| * | The int_ prefix also leaves the ec_ameth mess | tb | 2023-08-12 | 1 | -5/+5 |