Age | Commit message (Expand) | Author |
2023-08-24 | cms_content_bio() is not used outside of cms_lib.c | Theo Buehler |
2023-08-24 | Some tweaking of cms_content_bio() | Theo Buehler |
2023-08-24 | Better names for the BIOs in CMS_dataInit() | Theo Buehler |
2023-08-24 | Update references from RFC 7539 to RFC 8439 | Theo Buehler |
2023-08-24 | Align the documentation of EVP_chacha20() with actual behavior | Theo Buehler |
2023-08-24 | Clarify how the EVP IV is used with ChaCha | Theo Buehler |
2023-08-23 | Mention key and nonce lengths of AEAD ciphers. | Ingo Schwarze |
2023-08-22 | Don't fail in ober_scanf_elements() when encountering empty sequences. | Gerhard Roth |
2023-08-22 | Pull the NULL check for cmsbio into the switch | Theo Buehler |
2023-08-22 | Plug a leak of cont in CMS_dataInit() | Theo Buehler |
2023-08-22 | Plug a leak of ASN1_INTEGR in def_serial_cb() | Theo Buehler |
2023-08-21 | ec_ameth: clean up eckey_{pub,priv}_encode() | Theo Buehler |
2023-08-21 | spelling | Jonathan Gray |
2023-08-20 | remove "flag" from the Dv line; | Jason McIntyre |
2023-08-20 | Bump zlib version to 1.3 | Theo Buehler |
2023-08-20 | Add syscall stub for kqueue1(2) | Visa Hankala |
2023-08-20 | Provide C11 <uchar.h>. | Ingo Schwarze |
2023-08-18 | Check X509_digest() return in x509v3_cache_extensions() | Theo Buehler |
2023-08-18 | sync with zlib.h | Theo Buehler |
2023-08-18 | Sync doc comment with upstream | Theo Buehler |
2023-08-17 | Garbage collect two commented abort() | Theo Buehler |
2023-08-17 | Make the local ASN1_OBJECTs const | Theo Buehler |
2023-08-17 | Remove some unnecessary else branches | Theo Buehler |
2023-08-17 | Remove some parents from return statements | Theo Buehler |
2023-08-17 | Use cmp instead of i for the result of a comparison | Theo Buehler |
2023-08-17 | Use OBJ_cmp() instead of inlining two variants | Theo Buehler |
2023-08-17 | Avoid memcmp(NULL, x, 0) in OBJ_cmp() | Theo Buehler |
2023-08-17 | add space needed in punctuation; | Jason McIntyre |
2023-08-16 | add the missing entry for EVP_CIPHER_CTX_ctrl(3) to the RETURN VALUES section | Ingo Schwarze |
2023-08-16 | Describe more precisely how these functions are supposed to be used, | Ingo Schwarze |
2023-08-15 | Zap extra parens | Theo Buehler |
2023-08-15 | Fix typo in previous | Theo Buehler |
2023-08-15 | Avoid undefined behavior with memcmp(NULL, x, 0) in ASN1_STRING_cmp() | Theo Buehler |
2023-08-15 | Fix bug when using gzflush() with a very small buffer. | Theo Buehler |
2023-08-15 | SHA-3 is not a symmetric cipher. | Ingo Schwarze |
2023-08-15 | Import the EVP_chacha20(3) manual page from the OpenSSL 1.1 branch, | Ingo Schwarze |
2023-08-15 | Clean up alignment handling. | Joel Sing |
2023-08-15 | Use MD5_LONG instead of unsigned int for consistency. | Joel Sing |
2023-08-15 | Condition only on #ifdef MD5_ASM. | Joel Sing |
2023-08-14 | Inline INIT_DATA_* defines. | Joel Sing |
2023-08-14 | style(9) | Joel Sing |
2023-08-14 | Below SEE ALSO, point to all pages documenting the evp.h sub-library, and | Ingo Schwarze |
2023-08-14 | import EVP_sha3_224(3) from the OpenSSL 1.1 branch, which is still under | Ingo Schwarze |
2023-08-13 | Conditionally disable MSAN | Theo Buehler |
2023-08-13 | fix whitespace | Theo Buehler |
2023-08-13 | simplify previous; | Jason McIntyre |
2023-08-13 | kevent: Add precision and abstimer flags for EVFILT_TIMER | Visa Hankala |
2023-08-13 | Make sure modff() returns correct values for infinities. | Miod Vallat |
2023-08-13 | Make sure modf() returns correct values for infinities. While there, drop | Miod Vallat |
2023-08-12 | document return values of the control function in EVP_MD_meth_set_ctrl(3) | Ingo Schwarze |