| Commit message (Expand) | Author | Files | Lines |
2023-06-23 | typo: hexidecimal -> hexadecimal | tb | 1 | -2/+2 |
2023-06-23 | Remove some redundant parentheses | tb | 1 | -17/+17 |
2023-06-23 | Revert previous, not all platforms allow compiling | otto | 2 | -37/+4 |
2023-06-22 | symbols: Tweak this test so it works with -j N | tb | 1 | -6/+4 |
2023-06-22 | Allow to ask for deeper callers for leak reports using malloc options. | otto | 2 | -4/+37 |
2023-06-21 | Provide optimised bn_clzw() for aarch64. | jsing | 1 | -1/+15 |
2023-06-21 | Provide and use bn_clzw() in place of bn_word_clz(). | jsing | 3 | -5/+15 |
2023-06-21 | Make BN_num_bits() independent of bn->top. | jsing | 5 | -33/+74 |
2023-06-21 | Add tests for BN_sqr() corner cases. | jsing | 1 | -1/+81 |
2023-06-21 | Add BN_cmp()/BN_ucmp() tests with zero padded inputs. | jsing | 1 | -1/+25 |
2023-06-21 | Add a BN_num_bits() with zero padded input. | jsing | 1 | -4/+13 |
2023-06-20 | Consolidate elliptic curve cofactor handling | tb | 1 | -49/+41 |
2023-06-20 | Improve certificate version checks in x509v3_cache_extensions() | tb | 1 | -4/+11 |
2023-06-20 | Rename all occurrences of e in this file to engine | tb | 1 | -15/+15 |
2023-06-20 | Rename int_ctx_new() into evp_pkey_ctx_new() | tb | 1 | -4/+4 |
2023-06-20 | Clean up and fix int_ctx_new() | tb | 1 | -34/+30 |
2023-06-20 | Clean up EVP_PKEY_CTX_meth_dup() | tb | 1 | -22/+19 |
2023-06-20 | Fix copy-paste error | tb | 1 | -2/+2 |
2023-06-20 | Add regress coverage for BN_num_bits() | jsing | 1 | -1/+35 |
2023-06-19 | Make enginetest work with disabled engine support | tb | 1 | -1/+10 |
2023-06-19 | Fix GOST test with disabled engine | tb | 1 | -1/+5 |
2023-06-19 | Properly guard ENGINE usage with !OPENSSL_NO_ENGINE | tb | 1 | -1/+5 |
2023-06-19 | Dedoxigenize ecdsa.h | tb | 1 | -133/+5 |
2023-06-18 | Turns out EC_KEY_METHOD_new() has dup built in... | tb | 1 | -21/+3 |
2023-06-18 | tls_signer: reinstate the default EC_KEY methods | tb | 1 | -2/+29 |
2023-06-18 | Switch tls_ecdsa_do_sign() to EC_KEY_get_ex_data() | tb | 1 | -3/+3 |
2023-06-18 | libtls: switch ECDSA_METHOD usage to EC_KEY_METHOD | op | 3 | -17/+12 |
2023-06-17 | Optimise bn_mul2_mulw_addtw() for aarch64. | jsing | 1 | -1/+28 |
2023-06-17 | Speed up Montgomery multiplication. | jsing | 1 | -10/+37 |
2023-06-16 | Fix CRYPTO_get_ex_new_index() to return 1 or higher | tb | 1 | -2/+2 |
2023-06-15 | Teach the grotty X509_certificate_type() about Ed25519 certs | tb | 1 | -1/+4 |
2023-06-15 | regen | tb | 1 | -1/+9 |
2023-06-15 | Add RSA with the sha3s to obj_xref.txt | tb | 1 | -0/+4 |
2023-06-15 | regen obj_xref.h | tb | 1 | -12/+14 |
2023-06-15 | Add Ed25519 to the obj_xref table. | tb | 1 | -3/+6 |
2023-06-15 | Some fixes in ASN1_item_verify() | tb | 1 | -17/+8 |
2023-06-15 | Make another NULL check explicit and put a brace on the proper line | tb | 1 | -4/+3 |
2023-06-15 | Rename a few variables and other cosmetics | tb | 1 | -23/+21 |
2023-06-15 | Switch ASN1_item_sign_ctx() to EVP_DigestSign() | tb | 1 | -9/+7 |
2023-06-15 | Make NULL checks explicit in ASN1_item_sign_ctx() | tb | 1 | -6/+8 |
2023-06-15 | ASN1_item_sign_ctx() | tb | 1 | -3/+7 |
2023-06-15 | Fix a logic error in ASN1_item_sign_ctx() | tb | 1 | -5/+8 |
2023-06-13 | Move comment about ASN1_item_dup() where it belongs | tb | 1 | -7/+7 |
2023-06-13 | Disallow aliasing of return value and modulus | tb | 1 | -1/+44 |
2023-06-13 | Add a BN_R_INVALID_ARGUMENT error code | tb | 2 | -2/+4 |
2023-06-12 | Remove prototypes for various ec_GF2m_* functions that no longer exist. | jsing | 1 | -13/+1 |
2023-06-12 | Optimise quad word primitives on aarch64. | jsing | 1 | -1/+136 |
2023-06-12 | Provide and use various quad word primitives. | jsing | 3 | -27/+120 |
2023-06-11 | Convert legacy server kex to one-shot sign/verify | tb | 2 | -47/+62 |
2023-06-11 | Easy EVP_Digest{Sign,Verify} conversions for legacy stack | tb | 2 | -23/+8 |