| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Ed25519 to the obj_xref table. | tb | 2023-06-15 | 1 | -3/+6 |
* | Some fixes in ASN1_item_verify() | tb | 2023-06-15 | 1 | -17/+8 |
* | Make another NULL check explicit and put a brace on the proper line | tb | 2023-06-15 | 1 | -4/+3 |
* | Rename a few variables and other cosmetics | tb | 2023-06-15 | 1 | -23/+21 |
* | Switch ASN1_item_sign_ctx() to EVP_DigestSign() | tb | 2023-06-15 | 1 | -9/+7 |
* | Make NULL checks explicit in ASN1_item_sign_ctx() | tb | 2023-06-15 | 1 | -6/+8 |
* | ASN1_item_sign_ctx() | tb | 2023-06-15 | 1 | -3/+7 |
* | Fix a logic error in ASN1_item_sign_ctx() | tb | 2023-06-15 | 1 | -5/+8 |
* | Move comment about ASN1_item_dup() where it belongs | tb | 2023-06-13 | 1 | -7/+7 |
* | Disallow aliasing of return value and modulus | tb | 2023-06-13 | 1 | -1/+44 |
* | Add a BN_R_INVALID_ARGUMENT error code | tb | 2023-06-13 | 2 | -2/+4 |
* | Remove prototypes for various ec_GF2m_* functions that no longer exist. | jsing | 2023-06-12 | 1 | -13/+1 |
* | Optimise quad word primitives on aarch64. | jsing | 2023-06-12 | 1 | -1/+136 |
* | Provide and use various quad word primitives. | jsing | 2023-06-12 | 3 | -27/+120 |
* | Convert legacy server kex to one-shot sign/verify | tb | 2023-06-11 | 2 | -47/+62 |
* | Easy EVP_Digest{Sign,Verify} conversions for legacy stack | tb | 2023-06-11 | 2 | -23/+8 |
* | Unifdef ZLIB | tb | 2023-06-11 | 7 | -739/+7 |
* | Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3 | tb | 2023-06-10 | 2 | -22/+10 |
* | Remove dead code. | beck | 2023-06-08 | 1 | -13/+3 |
* | Add portable version and m88k-specific version lb() function, because | aoyama | 2023-06-07 | 1 | -1/+21 |
* | In 1995, Eric A. Young chose a confusing name for the "lastUpdate" field | schwarze | 2023-06-06 | 2 | -12/+20 |
* | Fix typo in comment: exta -> extra | tb | 2023-06-06 | 1 | -2/+2 |
* | Improve the description of CMS_get0_signers() | job | 2023-06-05 | 1 | -3/+3 |
* | Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3 | tb | 2023-06-04 | 2 | -8/+5 |
* | More thorough write-afetr-free checks. | otto | 2023-06-04 | 2 | -19/+33 |
* | Fix variable reuse in BN_mod_inverse() | tb | 2023-06-02 | 1 | -21/+15 |
* | 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 |
* | 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 | 2 | -20/+48 |
* | 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 | 1 | -12/+47 |
* | 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 |
* | 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 |