summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa (unfollow)
Commit message (Expand)AuthorFilesLines
2025-12-21Reimplement ASN1_PRINTABLE_type() dance in ca.ctb1-13/+55
2025-12-20conf_api: add empty line between !openssl and openssl includestb1-1/+2
2025-12-20conf_api: remove a few rather useless history tidbitstb1-5/+1
2025-12-20wycheproof: add minimal glue for the decaps validation teststb1-1/+8
2025-12-20This function have -> This function hastb1-2/+2
2025-12-20These function -> These functionstb1-3/+3
2025-12-20This functions -> This functiontb3-9/+9
2025-12-20pkcs7: add PKCS7_NO_DUAL_CONTENT flag/behaviortb3-12/+27
2025-12-20openssl appstest: remove to-do item for compress/uncompresstb1-5/+1
2025-12-20openssl: Remove -{,un}compress from cms "app"tb2-40/+10
2025-12-18Port most of BoringSSL's TEST(ASN1Test, SetBit)tb1-1/+425
2025-12-15BN_get_word(): return (BN_ULONG)-1 on error rather than BN_MASK2tb3-7/+7
2025-12-13speed: make hmac(sha256) the default hmackenjiro1-4/+4
2025-12-11x509.h: add missing spaces after ,tb1-63/+63
2025-12-11Remove unused algorithms from speed.ckenjiro1-7/+4
2025-12-11Convert D_, R_ macro indices to enums in speed.ckenjiro1-49/+59
2025-12-11speed: remove unused counters and dead parameterskenjiro1-92/+77
2025-12-08Do not crash when calling freeaddrinfo(NULL)jca2-5/+13
2025-12-07ec_asn1_test: change a comma to a full stoptb1-2/+2
2025-12-07asn1complex: use ASN1_STRING_get0_data() instead of ASN1_STRING_data()tb1-4/+4
2025-12-07Remove last internal use of ASN1_STRING_data()tb1-13/+19
2025-12-06sort the "va" keyword to be in alpha order, some programs use bsearchphessler1-2/+2
2025-12-05allow network programs select DSCP_VA for network ToSphessler1-1/+2
2025-12-05check_complete: remove the BN_*FMT1 macros as welltb1-4/+1
2025-12-05libcrypto: remove BN_{DEC,HEX}_FMT1tb1-5/+1
2025-12-05check_complete: adjust for BN_ macro removaltb1-5/+2
2025-12-05Replace trivial uses of ASN1_STRING_data()tb5-13/+13
2025-12-05libcrypto: make most of the BN_* macro pollution internaltb5-31/+29
2025-12-05bn_word.c: include bn_local.h in preparation for an upcoming changetb1-1/+3
2025-12-04Make the openssh test pass after adding mlkem.beck1-8/+9
2025-12-04Hook up X25519MKLEM768 to the TLS 1.3 handshakebeck6-66/+433
2025-12-04Add a MLKEM768_X25519 hybrid key share.beck8-31/+353
2025-11-28Clean up confusing logic in CMS_EncryptedData_encrypt()tb1-15/+20
2025-11-28Fix double free in certificate policies configurationtb1-12/+7
2025-11-27openssl cms: switch to ASN1_STRING_get0_data()tb1-3/+3
2025-11-27openssl pkcs12: stop reaching into ASN1_STRINGtb1-18/+17
2025-11-27openssl ca: mechanical change to stop reaching into ASN1_STRINGtb1-21/+26
2025-11-27openssl asn1pars: don't reach into ASN1_STRINGtb1-4/+4
2025-11-26libcrypto: add header guards to *_local.htb9-9/+54
2025-11-21openssl ts: simplify create_nonce()tb1-17/+7
2025-11-19Correct the MLKEM hybrid objects values.beck2-8/+5
2025-11-17sync cert.pem with updated Mozilla list; ok tb@sthen1-1/+237
2025-11-15bn_test: avoid last use of BN_HEX_FMT1 in libressltb1-2/+4
2025-11-15bn_test: remove dead codetb1-12/+1
2025-11-13the structure produced has alignment, which contained uninitialized data.deraadt1-30/+57
2025-11-08bn_prime.c: fix includestb1-3/+4
2025-11-07move the sentence about X509_VERIFY_PARAM_get_hostflags(3)schwarze1-6/+7
2025-11-07Use 64 bit BN_ULONG on 64 bit Windows platforms.jsing1-2/+2
2025-11-06tweak previous: "functions returns" -> "functions return"schwarze1-4/+4
2025-11-06Let this compile on m88k.miod1-1/+3