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