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