| Commit message (Expand) | Author | Files | Lines |
2023-06-03 | Add regress coverage for BN_mod_inverse() | tb | 2 | -1/+387 |
2023-06-02 | Fix variable reuse in BN_mod_inverse() | tb | 1 | -21/+15 |
2023-06-02 | fix typo | tb | 1 | -2/+2 |
2023-06-01 | Remove the speed test again | tb | 1 | -7/+2 |
2023-06-01 | Rework tls_check_subject_altname() error handling | tb | 1 | -12/+13 |
2023-06-01 | Check for X509_get_ext_d2i() failure | tb | 1 | -4/+10 |
2023-06-01 | Avoid a potentially overflowing check | tb | 1 | -2/+2 |
2023-05-30 | fix some nits on previous | op | 1 | -6/+10 |
2023-05-29 | Correct test that was pasto'ed incorrectly | beck | 1 | -3/+7 |
2023-05-29 | Correctly catch all return values from X509_NAME_get_index_by_NID | beck | 1 | -6/+11 |
2023-05-29 | Oops, Fa -> .Fa | beck | 1 | -2/+2 |
2023-05-29 | Make X509_NAME_get_text_by[NID|OBJ] safer. | beck | 3 | -22/+125 |
2023-05-29 | Stop suggesting that children play with loaded revolvers. | beck | 1 | -31/+49 |
2023-05-28 | Provide optimised bn_mulw_{addw,addw_addw,addtw}() for aarch64. | jsing | 1 | -1/+68 |
2023-05-28 | Provide optimised bn_addw_addw()/bn_subw_subw() for aarch64. | jsing | 1 | -1/+43 |
2023-05-28 | Sprinkle some style(9). | jsing | 1 | -15/+15 |
2023-05-28 | Expand occurrences of HASH_CTX that were previously missed. | jsing | 1 | -4/+5 |
2023-05-28 | Reorder functions. | jsing | 1 | -214/+214 |
2023-05-28 | Clean up includes. | jsing | 1 | -6/+5 |
2023-05-28 | Remove now unnecessary do {} while(0); | jsing | 1 | -3/+1 |
2023-05-28 | Inline HASH_MAKE_STRING for SHA256. | jsing | 1 | -34/+37 |
2023-05-28 | Rewrite BN_{asc,dec,hex}2bn() using CBS. | jsing | 1 | -123/+224 |
2023-05-28 | correct comment, spotted by tb@ | beck | 1 | -4/+4 |
2023-05-28 | Refactor tls_check_common_name to use lower level API. | beck | 2 | -14/+51 |
2023-05-28 | Merge X509_VERIFY_PARAM_ID into X509_VERIFY_PARAM | tb | 4 | -110/+73 |
2023-05-27 | Implement SHA256_{Update,Transform,Final}() directly in sha256.c. | jsing | 1 | -4/+103 |
2023-05-27 | Add HASH_NO_UPDATE and HASH_NO_TRANSFORM to md32_common.h | jsing | 1 | -5/+7 |
2023-05-27 | Add coverage for calling BN_{dec,hex}2bn() with NULL inputs. | jsing | 1 | -9/+37 |
2023-05-27 | Bump LibreSSL versionlibressl-v3.8.0 | tb | 1 | -3/+3 |
2023-05-27 | Clean up alignment handling for SHA-512. | jsing | 2 | -80/+96 |
2023-05-27 | Remove malloc interposition, a workaround that was once needed for emacs | otto | 1 | -7/+7 |
2023-05-26 | Move verified_chain from SSL to SSL_HANDSHAKE | tb | 4 | -14/+17 |
2023-05-25 | Forcibly update the EVP_PKEY's internal key | op | 1 | -13/+25 |
2023-05-24 | Update X509_VERIFY_PARAM_inherit() to reflect the change of behavior | tb | 1 | -9/+6 |
2023-05-24 | Copy the verify param hostflags independently of the host list | tb | 2 | -6/+5 |
2023-05-24 | Add a test to verify that an SSL inherits the hostflags from the SSL_CTX | tb | 2 | -1/+105 |
2023-05-24 | Provide CRYPTO_INT for statically linking libcrypto for libssl regress | tb | 1 | -0/+2 |
2023-05-24 | Provide X509_VERIFY_PARAM_set_hostflags() | tb | 1 | -1/+8 |
2023-05-23 | Simplify OBJ_obj2txt() | tb | 2 | -8/+5 |
2023-05-23 | Add empty line for consistency | tb | 1 | -1/+2 |
2023-05-23 | Add regress coverage for obj_dat.c r1.52 | tb | 1 | -1/+44 |
2023-05-23 | Always NUL terminate buf in OBJ_obj2txt() | tb | 1 | -1/+4 |
2023-05-23 | cms_asn1.c: zap stray tabs | tb | 1 | -8/+1 |
2023-05-22 | Remove misplaced semicolons in .Fa | tb | 2 | -6/+6 |
2023-05-20 | ecdhtest: Fix indent | tb | 1 | -2/+2 |
2023-05-20 | Remove a space that I thought I had already deleted. | tb | 1 | -2/+2 |
2023-05-20 | Add a slow regress target that runs openssl speed with proper alignment | tb | 1 | -2/+7 |
2023-05-20 | openssl speed: add an '-unaligned n' option | tb | 2 | -7/+37 |
2023-05-20 | openssl speed: minor style nits | tb | 1 | -8/+6 |
2023-05-20 | openssl speed: remove binary curve remnants | tb | 1 | -88/+5 |