summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Port most of BoringSSL's TEST(ASN1Test, SetBit)HEADmastertb7 days1-1/+425
* BN_get_word(): return (BN_ULONG)-1 on error rather than BN_MASK2tb9 days3-7/+7
* speed: make hmac(sha256) the default hmackenjiro12 days1-4/+4
* x509.h: add missing spaces after ,tb13 days1-63/+63
* Remove unused algorithms from speed.ckenjiro13 days1-7/+4
* Convert D_, R_ macro indices to enums in speed.ckenjiro13 days1-49/+59
* speed: remove unused counters and dead parameterskenjiro14 days1-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
* Make the openssh test pass after adding mlkem.beck2025-12-041-8/+9
* Hook up X25519MKLEM768 to the TLS 1.3 handshakebeck2025-12-046-66/+433
* Add a MLKEM768_X25519 hybrid key share.beck2025-12-048-31/+353
* Clean up confusing logic in CMS_EncryptedData_encrypt()tb2025-11-281-15/+20
* Fix double free in certificate policies configurationtb2025-11-281-12/+7
* openssl cms: switch to ASN1_STRING_get0_data()tb2025-11-271-3/+3
* openssl pkcs12: stop reaching into ASN1_STRINGtb2025-11-271-18/+17
* openssl ca: mechanical change to stop reaching into ASN1_STRINGtb2025-11-271-21/+26
* openssl asn1pars: don't reach into ASN1_STRINGtb2025-11-271-4/+4
* libcrypto: add header guards to *_local.htb2025-11-269-9/+54
* openssl ts: simplify create_nonce()tb2025-11-211-17/+7
* Correct the MLKEM hybrid objects values.beck2025-11-192-8/+5
* sync cert.pem with updated Mozilla list; ok tb@sthen2025-11-171-1/+237
* bn_test: avoid last use of BN_HEX_FMT1 in libressltb2025-11-151-2/+4
* bn_test: remove dead codetb2025-11-151-12/+1
* the structure produced has alignment, which contained uninitialized data.deraadt2025-11-131-30/+57
* bn_prime.c: fix includestb2025-11-081-3/+4
* move the sentence about X509_VERIFY_PARAM_get_hostflags(3)schwarze2025-11-071-6/+7
* Use 64 bit BN_ULONG on 64 bit Windows platforms.jsing2025-11-071-2/+2
* tweak previous: "functions returns" -> "functions return"schwarze2025-11-061-4/+4
* Let this compile on m88k.miod2025-11-061-1/+3
* Use BN_ULONG in probable_prime_dh()tb2025-11-061-2/+2
* Use more specific types for BN.jsing2025-11-051-27/+29
* Avoid the use of _LP64 in libcrypto regress.jsing2025-11-051-2/+2
* In nref_nos() don't leak the ASN1_INTEGER if the push failstb2025-11-031-2/+4
* x509_cpols: pass correct free function to sk_ASN1_INTEGER_free()tb2025-11-031-2/+2
* x509_cpols: indent labels to make diffs more readabletb2025-11-031-8/+8
* Plug memeory leak in CMS_EncryptedData_encrypt()tb2025-11-031-2/+4
* ec_curve: Remove outdated creditstb2025-11-021-4/+1
* Needs <sys/param.h> for hppa.miod2025-10-311-3/+3
* des_key: add missing hyphen in semi-weak keystb2025-10-271-2/+2