summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check discriminant directly in EC_GROUP_set_discriminant()tb2025-01-073-68/+47
* unitialized -> uninitializedtb2025-01-061-2/+2
* ec_lib: create a garbage bin at the end, throw Jprojective stuff in theretb2025-01-061-19/+24
* Inline the last two uses of ec_mont_group_clear()tb2025-01-061-14/+11
* typo: slighty -> slightlytb2025-01-061-2/+2
* group_copy() is no longer a thing...tb2025-01-061-3/+1
* Remove get_order_bits() and get_degree() methodstb2025-01-063-28/+5
* 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
* Move BIGNUMs in EC_GROUP and EC_POINT to the heaptb2025-01-055-194/+208
* Remove most of the RSA_FLAG_SIGN_VER documentationtb2025-01-052-33/+6
* Stop requiring the RSA_FLAG_SIGN_VERtb2025-01-052-7/+5
* 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
* 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
* 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
* Remove disabled code supporting elliptic curves of small ordertb2024-12-241-1014/+1
* Tweak doc comment of _X509_CHECK_FLAG_DOT_SUBDOMAINStb2024-12-241-4/+3
* new manual page v2i_ASN1_BIT_STRING(3) written from scratchschwarze2024-12-246-11/+141
* Internal linkage for one constant struct where that was accidentallyschwarze2024-12-241-2/+2
* ealier -> earlierjsg2024-12-231-4/+4
* Move _X509_CHECK_FLAG_DOT_SUBDOMAINS to x509_utl.ctb2024-12-232-9/+9
* Remove the EXT_* table building macrostb2024-12-231-19/+1
* Annotate ENUMERATED_NAMES for potential removaltb2024-12-231-1/+2
* Remove X509V3_EXT_{DYNAMIC,CTX_DEP}tb2024-12-231-4/+2
* Fix the error handling in X509V3_parse_list(3); it ignored failuresschwarze2024-12-231-6/+9
* new manual page X509V3_parse_list(3) written from scratchschwarze2024-12-232-1/+102
* Tweak previous wording a bit to avoid suggesting all built-in nidstb2024-12-231-2/+2
* more precision below CAVEATSschwarze2024-12-231-3/+5
* Make the description of i2s_ASN1_ENUMERATED_TABLE(3) more precise,schwarze2024-12-231-9/+12