summaryrefslogtreecommitdiff
path: root/src/lib/libssl/crypto/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
9 daysBN_get_word(): return (BN_ULONG)-1 on error rather than BN_MASK2tb3-7/+7
12 daysspeed: make hmac(sha256) the default hmackenjiro1-4/+4
13 daysx509.h: add missing spaces after ,tb1-63/+63
13 daysRemove unused algorithms from speed.ckenjiro1-7/+4
13 daysConvert D_, R_ macro indices to enums in speed.ckenjiro1-49/+59
13 daysspeed: 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
2025-11-06Use BN_ULONG in probable_prime_dh()tb1-2/+2
2025-11-05Use more specific types for BN.jsing1-27/+29
2025-11-05Avoid the use of _LP64 in libcrypto regress.jsing1-2/+2
2025-11-03In nref_nos() don't leak the ASN1_INTEGER if the push failstb1-2/+4
2025-11-03x509_cpols: pass correct free function to sk_ASN1_INTEGER_free()tb1-2/+2
2025-11-03x509_cpols: indent labels to make diffs more readabletb1-8/+8
2025-11-03Plug memeory leak in CMS_EncryptedData_encrypt()tb1-2/+4
2025-11-02ec_curve: Remove outdated creditstb1-4/+1
2025-10-31Needs <sys/param.h> for hppa.miod1-3/+3
2025-10-27des_key: add missing hyphen in semi-weak keystb1-2/+2
2025-10-26This test takes *days* to complete on older platforms, reduce the loop countmiod1-2/+8