summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* asn1t.h: whitespace tweaksHEADmastertb26 hours1-81/+74
* asn1t.h: Otherwiser -> Otherwisetb26 hours1-2/+2
* asn1t.h: more macro cleanup, add missing C99 initializers for ADB_ENTRY()tb26 hours1-69/+99
* stack.c: avoid arithmetic on pointers to voidtb3 days1-2/+2
* x509_utl.c: zap two useless commentstb5 days1-5/+1
* More asn1t.h cleanuptb6 days1-58/+88
* asn1t.h: add C99 initializers for some ASN.1 templatestb8 days1-155/+195
* asn1t.h: whitespace nittb8 days1-2/+2
* Fix ASN1_ADB_END macro, make it compatible with OpenSSLtb10 days1-4/+3
* ASN.1 templates: make internal *_PUBKEY_it statictb12 days1-5/+5
* ASN.1 templates: make ASN1_EXTERN_FUNCS statictb12 days2-7/+7
* a_bitstr: remove parentheses in return statementstb13 days1-5/+5
* i2c_ASN1_BIT_STRING() vs ASN1_STRING_FLAG_BITS_LEFTtb13 days1-10/+9
* i2c_ASN1_BIT_STRING(): zap nonsensical commenttb13 days1-2/+2
* a_bitstr.c: whitespace nittb13 days1-2/+2
* Unexport ASN1_LONG_UNDEFtb2026-01-022-7/+8
* mlkem: clear a few (pointers to) secretstb2026-01-012-13/+47
* Rename RANK{768,1024} to MLKEM{768,1024}_RANKtb2026-01-015-50/+50
* x509.h: annotate why X509_PKEY cannot be made opaquetb2026-01-011-1/+2
* Remove STABLE_FLAGS_MALLOCtb2025-12-312-5/+5
* Require SSE in order to use gcm_{gmult,ghash}_4bit_mmx().jsing2025-12-311-2/+2
* Provide CRYPTO_CPU_CAPS_I386_SSEjsing2025-12-312-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