summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename RANK{768,1024} to MLKEM{768,1024}_RANKtb10 days9-72/+72
* x509.h: annotate why X509_PKEY cannot be made opaquetb11 days1-1/+2
* constaints -> constraintstb11 days1-2/+2
* Remove STABLE_FLAGS_MALLOCtb11 days2-5/+5
* Require SSE in order to use gcm_{gmult,ghash}_4bit_mmx().jsing11 days1-2/+2
* Provide CRYPTO_CPU_CAPS_I386_SSEjsing11 days2-3/+6
* preprended -> prependedtb2025-12-271-2/+2
* "SCREW_THE_PARITY is not ment to be defined."tb2025-12-261-13/+1
* Use group method on point_{set_to,is_at}_infinity()tb2025-12-261-3/+3
* Add compatibility check to EC_POINT_mul()tb2025-12-261-1/+7
* Replace group->meth != point->meth checkstb2025-12-263-17/+21
* Add ec_group_and_point_compatible() helpertb2025-12-262-2/+13
* Add nid to EC_POINT for compat checkingtb2025-12-262-2/+6
* astrix -> asterisktb2025-12-251-2/+2
* X509_NAME_ENTRY_set_data: remove redundant parenthesestb2025-12-211-6/+6
* X509_NAME_ENTRY_set_data(): garbage collect unnecessary itb2025-12-211-5/+2
* Garbage collect V_ASN1_APP_CHOOSEtb2025-12-211-2/+1
* Stop documenting V_ASN1_APP_CHOOSE quirktb2025-12-212-22/+4
* X509_NAME_ENTRY_set_data: remove V_ASN1_APP_CHOOSE quirktb2025-12-211-7/+4
* stack: switch data from char ** to void **tb2025-12-212-15/+15
* conf_api: remove CONF_DEBUG and disabling of assert()tb2025-12-211-6/+1
* Reimplement ASN1_PRINTABLE_type() dance in ca.ctb2025-12-211-13/+55
* conf_api: add empty line between !openssl and openssl includestb2025-12-201-1/+2
* conf_api: remove a few rather useless history tidbitstb2025-12-201-5/+1
* wycheproof: add minimal glue for the decaps validation teststb2025-12-201-1/+8
* This function have -> This function hastb2025-12-201-2/+2
* These function -> These functionstb2025-12-201-3/+3
* This functions -> This functiontb2025-12-203-9/+9
* pkcs7: add PKCS7_NO_DUAL_CONTENT flag/behaviortb2025-12-203-12/+27
* openssl appstest: remove to-do item for compress/uncompresstb2025-12-201-5/+1
* openssl: Remove -{,un}compress from cms "app"tb2025-12-202-40/+10
* Port most of BoringSSL's TEST(ASN1Test, SetBit)tb2025-12-181-1/+425
* BN_get_word(): return (BN_ULONG)-1 on error rather than BN_MASK2tb2025-12-153-7/+7
* speed: make hmac(sha256) the default hmackenjiro2025-12-131-4/+4
* x509.h: add missing spaces after ,tb2025-12-111-63/+63
* Remove unused algorithms from speed.ckenjiro2025-12-111-7/+4
* Convert D_, R_ macro indices to enums in speed.ckenjiro2025-12-111-49/+59
* speed: remove unused counters and dead parameterskenjiro2025-12-111-92/+77
* Do not crash when calling freeaddrinfo(NULL)jca2025-12-082-5/+13
* ec_asn1_test: change a comma to a full stoptb2025-12-071-2/+2
* asn1complex: use ASN1_STRING_get0_data() instead of ASN1_STRING_data()tb2025-12-071-4/+4
* Remove last internal use of ASN1_STRING_data()tb2025-12-071-13/+19
* sort the "va" keyword to be in alpha order, some programs use bsearchphessler2025-12-061-2/+2
* allow network programs select DSCP_VA for network ToSphessler2025-12-051-1/+2
* check_complete: remove the BN_*FMT1 macros as welltb2025-12-051-4/+1
* libcrypto: remove BN_{DEC,HEX}_FMT1tb2025-12-051-5/+1
* check_complete: adjust for BN_ macro removaltb2025-12-051-5/+2
* Replace trivial uses of ASN1_STRING_data()tb2025-12-055-13/+13
* libcrypto: make most of the BN_* macro pollution internaltb2025-12-055-31/+29
* bn_word.c: include bn_local.h in preparation for an upcoming changetb2025-12-051-1/+3