summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename RANK{768,1024} to MLKEM{768,1024}_RANKtb11 days5-50/+50
* x509.h: annotate why X509_PKEY cannot be made opaquetb11 days1-1/+2
* Remove STABLE_FLAGS_MALLOCtb12 days2-5/+5
* Require SSE in order to use gcm_{gmult,ghash}_4bit_mmx().jsing12 days1-2/+2
* Provide CRYPTO_CPU_CAPS_I386_SSEjsing12 days2-3/+6
* 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
* 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
* 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
* 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
* BN_get_word(): return (BN_ULONG)-1 on error rather than BN_MASK2tb2025-12-153-7/+7
* x509.h: add missing spaces after ,tb2025-12-111-63/+63
* Do not crash when calling freeaddrinfo(NULL)jca2025-12-082-5/+13
* Remove last internal use of ASN1_STRING_data()tb2025-12-071-13/+19
* libcrypto: remove BN_{DEC,HEX}_FMT1tb2025-12-051-5/+1
* 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
* Hook up X25519MKLEM768 to the TLS 1.3 handshakebeck2025-12-045-39/+100
* Add a MLKEM768_X25519 hybrid key share.beck2025-12-047-26/+348
* Clean up confusing logic in CMS_EncryptedData_encrypt()tb2025-11-281-15/+20
* Fix double free in certificate policies configurationtb2025-11-281-12/+7
* libcrypto: add header guards to *_local.htb2025-11-269-9/+54
* 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
* 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
* Use BN_ULONG in probable_prime_dh()tb2025-11-061-2/+2
* Use more specific types for BN.jsing2025-11-051-27/+29
* 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
* des_key: add missing hyphen in semi-weak keystb2025-10-271-2/+2