Age | Commit message (Expand) | Author |
2023-06-11 | Unifdef ZLIB | Theo Buehler |
2023-06-10 | Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3 | Theo Buehler |
2023-06-08 | Remove dead code. | Bob Beck |
2023-06-07 | Add portable version and m88k-specific version lb() function, because | Kenji Aoyama |
2023-06-06 | In 1995, Eric A. Young chose a confusing name for the "lastUpdate" field | Ingo Schwarze |
2023-06-06 | Fix typo in comment: exta -> extra | Theo Buehler |
2023-06-05 | Improve the description of CMS_get0_signers() | Job Snijders |
2023-06-04 | Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3 | Theo Buehler |
2023-06-04 | More thorough write-afetr-free checks. | Otto Moerbeek |
2023-06-02 | pledge(2): stdio: permit restricted profil(2) for moncontrol(3) | Scott Soule Cheloha |
2023-06-02 | Fix variable reuse in BN_mod_inverse() | Theo Buehler |
2023-06-01 | Rework tls_check_subject_altname() error handling | Theo Buehler |
2023-06-01 | Check for X509_get_ext_d2i() failure | Theo Buehler |
2023-06-01 | Avoid a potentially overflowing check | Theo Buehler |
2023-05-30 | fix some nits on previous | Omar Polo |
2023-05-29 | Correctly catch all return values from X509_NAME_get_index_by_NID | Bob Beck |
2023-05-29 | Oops, Fa -> .Fa | Bob Beck |
2023-05-29 | Make X509_NAME_get_text_by[NID|OBJ] safer. | Bob Beck |
2023-05-29 | Stop suggesting that children play with loaded revolvers. | Bob Beck |
2023-05-28 | Provide optimised bn_mulw_{addw,addw_addw,addtw}() for aarch64. | Joel Sing |
2023-05-28 | Provide optimised bn_addw_addw()/bn_subw_subw() for aarch64. | Joel Sing |
2023-05-28 | Sprinkle some style(9). | Joel Sing |
2023-05-28 | Expand occurrences of HASH_CTX that were previously missed. | Joel Sing |
2023-05-28 | Reorder functions. | Joel Sing |
2023-05-28 | Clean up includes. | Joel Sing |
2023-05-28 | Remove now unnecessary do {} while(0); | Joel Sing |
2023-05-28 | Inline HASH_MAKE_STRING for SHA256. | Joel Sing |
2023-05-28 | Rewrite BN_{asc,dec,hex}2bn() using CBS. | Joel Sing |
2023-05-28 | correct comment, spotted by tb@ | Bob Beck |
2023-05-28 | Refactor tls_check_common_name to use lower level API. | Bob Beck |
2023-05-28 | Merge X509_VERIFY_PARAM_ID into X509_VERIFY_PARAM | Theo Buehler |
2023-05-27 | Implement SHA256_{Update,Transform,Final}() directly in sha256.c. | Joel Sing |
2023-05-27 | Add HASH_NO_UPDATE and HASH_NO_TRANSFORM to md32_common.h | Joel Sing |
2023-05-27 | Bump LibreSSL version | Theo Buehler |
2023-05-27 | Clean up alignment handling for SHA-512. | Joel Sing |
2023-05-27 | Remove malloc interposition, a workaround that was once needed for emacs | Otto Moerbeek |
2023-05-26 | Move verified_chain from SSL to SSL_HANDSHAKE | Theo Buehler |
2023-05-25 | Forcibly update the EVP_PKEY's internal key | Omar Polo |
2023-05-24 | Update X509_VERIFY_PARAM_inherit() to reflect the change of behavior | Theo Buehler |
2023-05-24 | Copy the verify param hostflags independently of the host list | Theo Buehler |
2023-05-24 | Provide X509_VERIFY_PARAM_set_hostflags() | Theo Buehler |
2023-05-23 | Avoid calling malloc with a zero length argument. | Claudio Jeker |
2023-05-23 | Simplify OBJ_obj2txt() | Theo Buehler |
2023-05-23 | Always NUL terminate buf in OBJ_obj2txt() | Theo Buehler |
2023-05-23 | cms_asn1.c: zap stray tabs | Theo Buehler |
2023-05-22 | Remove misplaced semicolons in .Fa | Theo Buehler |
2023-05-19 | Add missing rsa_security_bit() handler to the RSA-PSS ASN1_METHOD | Theo Buehler |
2023-05-19 | Since waitid(2) shares code with wait4(2) and doesn't expose any | Philip Guenther |
2023-05-19 | backout alignment changes (breaking at least two architectures) | Theo de Raadt |
2023-05-18 | memmove() entry point is declared with NENTRY() and isn't consecutive | Philip Guenther |