| Commit message (Expand) | Author | Files | Lines |
2023-07-02 | Disable TLS 1.0 and TLS 1.1 in libssl | beck | 9 | -161/+106 |
2023-07-02 | Convert some tables to C99 initializers | tb | 3 | -42/+249 |
2023-07-02 | Fix return values of ecx methods | tb | 1 | -5/+5 |
2023-07-02 | Demacro SHA-512. | jsing | 1 | -54/+112 |
2023-07-02 | Fix typo in previous | tb | 1 | -2/+2 |
2023-07-02 | Use asprintf() to avoid repetition in string constants | tb | 1 | -6/+13 |
2023-07-02 | Split ECPKParameters_print() | tb | 1 | -121/+150 |
2023-07-02 | Switch sign_sig() and sign_setup() to using BN_CTX | tb | 1 | -47/+73 |
2023-07-02 | Revert hunk accidentally committed in r1.39 | tb | 1 | -11/+1 |
2023-07-02 | Rework handling of the out_kinv and out_r pointers | tb | 1 | -8/+15 |
2023-07-02 | Replace bn_sqr_words() with bn_sqr_add_words(). | jsing | 1 | -35/+23 |
2023-07-02 | Rename ctx_in into in_ctx, kinvp into out_kinv and rp into out_r | tb | 1 | -12/+13 |
2023-07-02 | Rename a few variables from X to x | tb | 1 | -14/+14 |
2023-07-02 | Simplify things by switching to bn_rand_interval() | tb | 1 | -22/+19 |
2023-07-02 | Unconditionally zero the ECDH key | tb | 1 | -6/+3 |
2023-07-02 | Teach openssl ca about Ed25519 certificates | tb | 1 | -18/+27 |
2023-07-02 | Teach openssl req about EdDSA certs | tb | 1 | -1/+8 |
2023-07-02 | Remove the ability to do tls 1.0 and 1.1 from libtls. | beck | 7 | -44/+31 |
2023-07-02 | ECDSA_size(): move order a few lines down | tb | 1 | -2/+2 |
2023-07-02 | Invert method checks to avoid stupid line breaks | tb | 1 | -22/+26 |
2023-07-02 | Move the EC_POINT a bit down and a * to the right place | tb | 1 | -3/+3 |
2023-07-02 | ech_key.c: Fix includes | tb | 1 | -3/+4 |
2023-07-01 | Document that small allocations are initially junked with 0xdf now | otto | 1 | -3/+3 |
2023-07-01 | Reverse polarity to avoid an overlong line | tb | 1 | -5/+6 |
2023-07-01 | Reword comment to fit on a single line | tb | 1 | -5/+2 |
2023-07-01 | tmp is a silly name for a point on an elliptic curve | tb | 1 | -6/+6 |
2023-07-01 | Garbage collect the now unused len | tb | 1 | -5/+3 |
2023-07-01 | Test and assign for EC_KEY_get0_private_key() | tb | 1 | -3/+2 |
2023-07-01 | Add a missing NULL check for group | tb | 1 | -2/+3 |
2023-07-01 | Reference commit needed in the next major bump | tb | 1 | -2/+2 |
2023-07-01 | Simplify handling of ret | tb | 1 | -6/+6 |
2023-07-01 | Use BN_bn2binpad() instead of handrolling it | tb | 1 | -5/+3 |
2023-07-01 | Remove unused y from ECDH key computation | tb | 1 | -5/+5 |
2023-07-01 | crypto.h: move the error stuff to the end | tb | 1 | -21/+21 |
2023-07-01 | Simplify ASN1_bn_print() usage in ec/ | tb | 2 | -30/+20 |
2023-06-30 | whitespace | tb | 1 | -2/+2 |
2023-06-30 | Recommit "Allow to ask for deeper callers for leak reports using | otto | 2 | -12/+71 |
2023-06-29 | Drop the no longer necessary -DLIBRESSL_CRYPTO_INTERNAL | tb | 1 | -2/+2 |
2023-06-29 | Move check_defer() and obj_cleanup_defer to evp/names.c | tb | 2 | -7/+5 |
2023-06-28 | Adjust EC_GROUP_get_basis_type() documentation | tb | 1 | -64/+8 |
2023-06-27 | Zap stray space | tb | 1 | -2/+2 |
2023-06-27 | Switch from get_rfc*() to BN_get_rfc*() | tb | 1 | -7/+7 |
2023-06-27 | Remove some dead code from ECPKParameters_print() | tb | 1 | -31/+6 |
2023-06-27 | Remove the now unused poly[] from EC_GROUP | tb | 1 | -15/+2 |
2023-06-27 | Simplify EC_GROUP_get_basis_type() | tb | 1 | -18/+2 |
2023-06-26 | Adjust EVP_PKEY_CTRL_HKDF_KEY to OpenSSL's semantics | tb | 1 | -2/+9 |
2023-06-25 | Add missing RCS marker | tb | 1 | -0/+1 |
2023-06-25 | Remove unneeded bn_local.h and drop a NULL check | tb | 1 | -5/+3 |
2023-06-25 | Move ECDSA_size() to ecs_ossl.c to match what was done in ecdh | tb | 2 | -34/+34 |
2023-06-25 | With ech_local.h gone, we no longer need to -I ecdh | tb | 1 | -2/+1 |