| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename int_ctx_new() into evp_pkey_ctx_new() | tb | 2023-06-20 | 1 | -4/+4 |
* | Clean up and fix int_ctx_new() | tb | 2023-06-20 | 1 | -34/+30 |
* | Clean up EVP_PKEY_CTX_meth_dup() | tb | 2023-06-20 | 1 | -22/+19 |
* | Fix copy-paste error | tb | 2023-06-20 | 1 | -2/+2 |
* | Add regress coverage for BN_num_bits() | jsing | 2023-06-20 | 1 | -1/+35 |
* | Make enginetest work with disabled engine support | tb | 2023-06-19 | 1 | -1/+10 |
* | Fix GOST test with disabled engine | tb | 2023-06-19 | 1 | -1/+5 |
* | Properly guard ENGINE usage with !OPENSSL_NO_ENGINE | tb | 2023-06-19 | 1 | -1/+5 |
* | Dedoxigenize ecdsa.h | tb | 2023-06-19 | 1 | -133/+5 |
* | Turns out EC_KEY_METHOD_new() has dup built in... | tb | 2023-06-18 | 1 | -21/+3 |
* | tls_signer: reinstate the default EC_KEY methods | tb | 2023-06-18 | 1 | -2/+29 |
* | Switch tls_ecdsa_do_sign() to EC_KEY_get_ex_data() | tb | 2023-06-18 | 1 | -3/+3 |
* | libtls: switch ECDSA_METHOD usage to EC_KEY_METHOD | op | 2023-06-18 | 3 | -17/+12 |
* | Optimise bn_mul2_mulw_addtw() for aarch64. | jsing | 2023-06-17 | 1 | -1/+28 |
* | Speed up Montgomery multiplication. | jsing | 2023-06-17 | 1 | -10/+37 |
* | Fix CRYPTO_get_ex_new_index() to return 1 or higher | tb | 2023-06-16 | 1 | -2/+2 |
* | Teach the grotty X509_certificate_type() about Ed25519 certs | tb | 2023-06-15 | 1 | -1/+4 |
* | regen | tb | 2023-06-15 | 1 | -1/+9 |
* | Add RSA with the sha3s to obj_xref.txt | tb | 2023-06-15 | 1 | -0/+4 |
* | regen obj_xref.h | tb | 2023-06-15 | 1 | -12/+14 |
* | 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 |
* | remove unused args_st struct | jsg | 2023-06-11 | 2 | -12/+2 |
* | remove chopup_args() unused since apps.c rev 1.31 | jsg | 2023-06-11 | 2 | -72/+2 |
* | openssl enc: drop a few parens and unwrap a few lines | tb | 2023-06-11 | 1 | -20/+14 |
* | openssl enc: small style fixup after ZLIB unifdef | tb | 2023-06-11 | 1 | -4/+2 |
* | Unifdef ZLIB | tb | 2023-06-11 | 2 | -44/+2 |
* | 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 |
* | File new test-bleichenbacher-timing-pregenerate.py under failing tests | tb | 2023-06-10 | 1 | -1/+3 |
* | Remove dead code. | beck | 2023-06-08 | 1 | -13/+3 |
* | From the description of "openssl verify", delete the duplicate and | schwarze | 2023-06-08 | 1 | -130/+9 |
* | Add portable version and m88k-specific version lb() function, because | aoyama | 2023-06-07 | 1 | -1/+21 |
* | Refer to the field "thisUpdate" instead of the non-existent "lastUpdate". | schwarze | 2023-06-07 | 1 | -4/+10 |
* | 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 |