summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-06Remove get_order_bits() and get_degree() methodstb3-28/+5
2025-01-06More dest -> dst renaming missed in previoustb1-8/+8
2025-01-06Rename dest into dsttb1-21/+21
2025-01-06Inline the copy handlers in EC_GROUP_copy()tb2-51/+19
2025-01-06Use a slightly more sensible order in ec_local.htb1-36/+33
2025-01-06BN_div_recp() can't be static since it is directly exercised by bn_test.ctb2-3/+5
2025-01-06fix ugly whitespacetb1-4/+4
2025-01-06Revise comments to note that these are Jacobian projective coordinates.jsing1-3/+6
2025-01-06Shuffle functions into a more sensible ordertb2-42/+39
2025-01-06Remove indirection for coordinate blinding.jsing3-28/+4
2025-01-06Stop caching one in the Montgomery domaintb3-56/+16
2025-01-06Prepare removal accessors for Jprojective coordinatestb3-150/+16
2025-01-06An -> Thetb1-2/+2
2025-01-06Print the inverse in affine coordinatestb1-8/+3
2025-01-05Let's use RSA_3 rather than 3tb1-2/+2
2025-01-05Move BIGNUMs in EC_GROUP and EC_POINT to the heaptb5-194/+208
2025-01-05Stop setting RSA_FLAG_SIGN_VERtb1-2/+1
2025-01-05Remove most of the RSA_FLAG_SIGN_VER documentationtb2-33/+6
2025-01-05Stop requiring the RSA_FLAG_SIGN_VERtb2-7/+5
2025-01-04rsa_method_test: some consistency tweakstb1-6/+5
2025-01-04fix typotb1-2/+2
2025-01-04Add some regress coverage for custom RSA methodstb2-1/+280
2025-01-04rsa tests: tidy up the makefiletb1-7/+8
2025-01-03termianted -> terminatedtb1-2/+2
2025-01-03Fix typo: multipy -> multiplytb2-18/+18
2025-01-03Remove now unnecessary initialization of c and itb1-2/+2
2025-01-03Remove unnecessary early return if num == 0tb1-4/+1
2025-01-03Make obj_bsearch_ex() resemble libc bsearch() a bit moretb1-16/+12
2025-01-02Remove some gloriously outdated commentstb1-5/+1
2025-01-02Merge testdsa.h and tesrsa.h into speed.ctb3-781/+712
2025-01-02Remove some pointless header guards. The headers are in scope.tb1-7/+1
2025-01-02Merge s_apps.h into apps.htb8-169/+47
2025-01-02openssl(1) doesn't need 5 .h files: merge timeouts.h into apps.htb4-72/+7
2025-01-02openssl(1) doesn't need 6 .h files: fold progs.h into apps.htb8-59/+52
2025-01-01Garbage collect .group_finish()tb3-23/+9
2025-01-01Garbage collect .group_init()tb3-37/+3
2025-01-01Use the shorthand p rather than &group->p in one more placetb1-2/+2
2024-12-31NID_sxnet and NID_proxyCertInfo are no longer supportedtb1-7/+2
2024-12-29Zap extraneous -DLIBRESSL_INTERNALtb1-2/+1
2024-12-29Prefer the constants EVP_CTRL_AEAD_* over EVP_CTRL_CCM_* and EVP_CTRL_GCM_*schwarze2-12/+110
2024-12-28Remove flags argument from obj_bsearch_ex()tb1-9/+5
2024-12-28stack: inline internal_find() in sk_find()tb1-10/+4
2024-12-28Document X509V3_ADD_OP_MASK and clarify the description of the flags argument.schwarze1-5/+31
2024-12-28Document X509_supported_extension(3).schwarze1-6/+28
2024-12-28Document X509V3_EXT_print_fp(3).schwarze1-28/+67
2024-12-27new manual page a2i_ipadd(3) written from scratchschwarze6-11/+157
2024-12-27parse test file: add helper to skip to end of linetb1-8/+12
2024-12-27OpenSSL 1.1 is dead. Make this optionally use 3.3 instead.tb1-4/+4
2024-12-26Plug a bunch of leaks in the PKCS 12 codetb1-8/+24
2024-12-26Error check sk_push() in crl2p7tb1-23/+21