| Commit message (Expand) | Author | Age | Files | Lines |
* | typo: slighty -> slightly | tb | 2025-01-06 | 1 | -2/+2 |
* | group_copy() is no longer a thing... | tb | 2025-01-06 | 1 | -3/+1 |
* | Remove get_order_bits() and get_degree() methods | tb | 2025-01-06 | 3 | -28/+5 |
* | More dest -> dst renaming missed in previous | tb | 2025-01-06 | 1 | -8/+8 |
* | Rename dest into dst | tb | 2025-01-06 | 1 | -21/+21 |
* | Inline the copy handlers in EC_GROUP_copy() | tb | 2025-01-06 | 2 | -51/+19 |
* | Use a slightly more sensible order in ec_local.h | tb | 2025-01-06 | 1 | -36/+33 |
* | BN_div_recp() can't be static since it is directly exercised by bn_test.c | tb | 2025-01-06 | 2 | -3/+5 |
* | fix ugly whitespace | tb | 2025-01-06 | 1 | -4/+4 |
* | Revise comments to note that these are Jacobian projective coordinates. | jsing | 2025-01-06 | 1 | -3/+6 |
* | Shuffle functions into a more sensible order | tb | 2025-01-06 | 2 | -42/+39 |
* | Remove indirection for coordinate blinding. | jsing | 2025-01-06 | 3 | -28/+4 |
* | Stop caching one in the Montgomery domain | tb | 2025-01-06 | 3 | -56/+16 |
* | Prepare removal accessors for Jprojective coordinates | tb | 2025-01-06 | 3 | -150/+16 |
* | Move BIGNUMs in EC_GROUP and EC_POINT to the heap | tb | 2025-01-05 | 5 | -194/+208 |
* | Remove most of the RSA_FLAG_SIGN_VER documentation | tb | 2025-01-05 | 2 | -33/+6 |
* | Stop requiring the RSA_FLAG_SIGN_VER | tb | 2025-01-05 | 2 | -7/+5 |
* | Fix typo: multipy -> multiply | tb | 2025-01-03 | 2 | -18/+18 |
* | Remove now unnecessary initialization of c and i | tb | 2025-01-03 | 1 | -2/+2 |
* | Remove unnecessary early return if num == 0 | tb | 2025-01-03 | 1 | -4/+1 |
* | Make obj_bsearch_ex() resemble libc bsearch() a bit more | tb | 2025-01-03 | 1 | -16/+12 |
* | Garbage collect .group_finish() | tb | 2025-01-01 | 3 | -23/+9 |
* | Garbage collect .group_init() | tb | 2025-01-01 | 3 | -37/+3 |
* | Use the shorthand p rather than &group->p in one more place | tb | 2025-01-01 | 1 | -2/+2 |
* | NID_sxnet and NID_proxyCertInfo are no longer supported | tb | 2024-12-31 | 1 | -7/+2 |
* | Prefer the constants EVP_CTRL_AEAD_* over EVP_CTRL_CCM_* and EVP_CTRL_GCM_* | schwarze | 2024-12-29 | 2 | -12/+110 |
* | Remove flags argument from obj_bsearch_ex() | tb | 2024-12-28 | 1 | -9/+5 |
* | stack: inline internal_find() in sk_find() | tb | 2024-12-28 | 1 | -10/+4 |
* | Document X509V3_ADD_OP_MASK and clarify the description of the flags argument. | schwarze | 2024-12-28 | 1 | -5/+31 |
* | Document X509_supported_extension(3). | schwarze | 2024-12-28 | 1 | -6/+28 |
* | Document X509V3_EXT_print_fp(3). | schwarze | 2024-12-28 | 1 | -28/+67 |
* | new manual page a2i_ipadd(3) written from scratch | schwarze | 2024-12-27 | 6 | -11/+157 |
* | Remove disabled code supporting elliptic curves of small order | tb | 2024-12-24 | 1 | -1014/+1 |
* | Tweak doc comment of _X509_CHECK_FLAG_DOT_SUBDOMAINS | tb | 2024-12-24 | 1 | -4/+3 |
* | new manual page v2i_ASN1_BIT_STRING(3) written from scratch | schwarze | 2024-12-24 | 6 | -11/+141 |
* | Internal linkage for one constant struct where that was accidentally | schwarze | 2024-12-24 | 1 | -2/+2 |
* | ealier -> earlier | jsg | 2024-12-23 | 1 | -4/+4 |
* | Move _X509_CHECK_FLAG_DOT_SUBDOMAINS to x509_utl.c | tb | 2024-12-23 | 2 | -9/+9 |
* | Remove the EXT_* table building macros | tb | 2024-12-23 | 1 | -19/+1 |
* | Annotate ENUMERATED_NAMES for potential removal | tb | 2024-12-23 | 1 | -1/+2 |
* | Remove X509V3_EXT_{DYNAMIC,CTX_DEP} | tb | 2024-12-23 | 1 | -4/+2 |
* | Fix the error handling in X509V3_parse_list(3); it ignored failures | schwarze | 2024-12-23 | 1 | -6/+9 |
* | new manual page X509V3_parse_list(3) written from scratch | schwarze | 2024-12-23 | 2 | -1/+102 |
* | Tweak previous wording a bit to avoid suggesting all built-in nids | tb | 2024-12-23 | 1 | -2/+2 |
* | more precision below CAVEATS | schwarze | 2024-12-23 | 1 | -3/+5 |
* | Make the description of i2s_ASN1_ENUMERATED_TABLE(3) more precise, | schwarze | 2024-12-23 | 1 | -9/+12 |
* | mark six #define'd constants as intentionally undocumented | schwarze | 2024-12-22 | 1 | -2/+7 |
* | Add an EXAMPLES section. | schwarze | 2024-12-21 | 1 | -2/+129 |
* | If EVP_CIPHER_CTX_ctrl(3) is called on EVP_chacha20_poly1305(3) | schwarze | 2024-12-20 | 1 | -2/+2 |
* | hidden mlkem.h: add comment to #endif | tb | 2024-12-20 | 1 | -2/+2 |