summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* More dest -> dst renaming missed in previoustb2025-01-061-8/+8
* Rename dest into dsttb2025-01-061-21/+21
* Inline the copy handlers in EC_GROUP_copy()tb2025-01-062-51/+19
* Use a slightly more sensible order in ec_local.htb2025-01-061-36/+33
* BN_div_recp() can't be static since it is directly exercised by bn_test.ctb2025-01-062-3/+5
* fix ugly whitespacetb2025-01-061-4/+4
* Revise comments to note that these are Jacobian projective coordinates.jsing2025-01-061-3/+6
* Shuffle functions into a more sensible ordertb2025-01-062-42/+39
* Remove indirection for coordinate blinding.jsing2025-01-063-28/+4
* Stop caching one in the Montgomery domaintb2025-01-063-56/+16
* Prepare removal accessors for Jprojective coordinatestb2025-01-063-150/+16
* An -> Thetb2025-01-061-2/+2
* Print the inverse in affine coordinatestb2025-01-061-8/+3
* Let's use RSA_3 rather than 3tb2025-01-051-2/+2
* Move BIGNUMs in EC_GROUP and EC_POINT to the heaptb2025-01-055-194/+208
* Stop setting RSA_FLAG_SIGN_VERtb2025-01-051-2/+1
* Remove most of the RSA_FLAG_SIGN_VER documentationtb2025-01-052-33/+6
* Stop requiring the RSA_FLAG_SIGN_VERtb2025-01-052-7/+5
* rsa_method_test: some consistency tweakstb2025-01-041-6/+5
* fix typotb2025-01-041-2/+2
* Add some regress coverage for custom RSA methodstb2025-01-042-1/+280
* rsa tests: tidy up the makefiletb2025-01-041-7/+8
* termianted -> terminatedtb2025-01-031-2/+2
* Fix typo: multipy -> multiplytb2025-01-032-18/+18
* Remove now unnecessary initialization of c and itb2025-01-031-2/+2
* Remove unnecessary early return if num == 0tb2025-01-031-4/+1
* Make obj_bsearch_ex() resemble libc bsearch() a bit moretb2025-01-031-16/+12
* Remove some gloriously outdated commentstb2025-01-021-5/+1
* Merge testdsa.h and tesrsa.h into speed.ctb2025-01-023-781/+712
* Remove some pointless header guards. The headers are in scope.tb2025-01-021-7/+1
* Merge s_apps.h into apps.htb2025-01-028-169/+47
* openssl(1) doesn't need 5 .h files: merge timeouts.h into apps.htb2025-01-024-72/+7
* openssl(1) doesn't need 6 .h files: fold progs.h into apps.htb2025-01-028-59/+52
* Garbage collect .group_finish()tb2025-01-013-23/+9
* Garbage collect .group_init()tb2025-01-013-37/+3
* Use the shorthand p rather than &group->p in one more placetb2025-01-011-2/+2
* NID_sxnet and NID_proxyCertInfo are no longer supportedtb2024-12-311-7/+2
* Zap extraneous -DLIBRESSL_INTERNALtb2024-12-291-2/+1
* Prefer the constants EVP_CTRL_AEAD_* over EVP_CTRL_CCM_* and EVP_CTRL_GCM_*schwarze2024-12-292-12/+110
* Remove flags argument from obj_bsearch_ex()tb2024-12-281-9/+5
* stack: inline internal_find() in sk_find()tb2024-12-281-10/+4
* Document X509V3_ADD_OP_MASK and clarify the description of the flags argument.schwarze2024-12-281-5/+31
* Document X509_supported_extension(3).schwarze2024-12-281-6/+28
* Document X509V3_EXT_print_fp(3).schwarze2024-12-281-28/+67
* new manual page a2i_ipadd(3) written from scratchschwarze2024-12-276-11/+157
* parse test file: add helper to skip to end of linetb2024-12-271-8/+12
* OpenSSL 1.1 is dead. Make this optionally use 3.3 instead.tb2024-12-271-4/+4
* Plug a bunch of leaks in the PKCS 12 codetb2024-12-261-8/+24
* Error check sk_push() in crl2p7tb2024-12-261-23/+21
* Fix the unittest with Emscriptentb2024-12-261-5/+26