summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove flags argument from obj_bsearch_ex()tb2024-12-281-9/+5
* stack: inline internal_find() in sk_find()tb2024-12-281-10/+4
* Document X509V3_ADD_OP_MASK and clarify the description of the flags argument.schwarze2024-12-281-5/+31
* Document X509_supported_extension(3).schwarze2024-12-281-6/+28
* Document X509V3_EXT_print_fp(3).schwarze2024-12-281-28/+67
* new manual page a2i_ipadd(3) written from scratchschwarze2024-12-276-11/+157
* Remove disabled code supporting elliptic curves of small ordertb2024-12-241-1014/+1
* Tweak doc comment of _X509_CHECK_FLAG_DOT_SUBDOMAINStb2024-12-241-4/+3
* new manual page v2i_ASN1_BIT_STRING(3) written from scratchschwarze2024-12-246-11/+141
* Internal linkage for one constant struct where that was accidentallyschwarze2024-12-241-2/+2
* ealier -> earlierjsg2024-12-231-4/+4
* Move _X509_CHECK_FLAG_DOT_SUBDOMAINS to x509_utl.ctb2024-12-232-9/+9
* Remove the EXT_* table building macrostb2024-12-231-19/+1
* Annotate ENUMERATED_NAMES for potential removaltb2024-12-231-1/+2
* Remove X509V3_EXT_{DYNAMIC,CTX_DEP}tb2024-12-231-4/+2
* Fix the error handling in X509V3_parse_list(3); it ignored failuresschwarze2024-12-231-6/+9
* new manual page X509V3_parse_list(3) written from scratchschwarze2024-12-232-1/+102
* Tweak previous wording a bit to avoid suggesting all built-in nidstb2024-12-231-2/+2
* more precision below CAVEATSschwarze2024-12-231-3/+5
* Make the description of i2s_ASN1_ENUMERATED_TABLE(3) more precise,schwarze2024-12-231-9/+12
* mark six #define'd constants as intentionally undocumentedschwarze2024-12-221-2/+7
* Add an EXAMPLES section.schwarze2024-12-211-2/+129
* If EVP_CIPHER_CTX_ctrl(3) is called on EVP_chacha20_poly1305(3)schwarze2024-12-201-2/+2
* hidden mlkem.h: add comment to #endiftb2024-12-201-2/+2
* Annotate yet another greasy stinky tentacle of xcatb2024-12-201-1/+2
* Move the horrific EVP_aes_128_ccm(3) API out of the important,schwarze2024-12-204-75/+357
* Do not install mlkem.h and bytestring.h into /usr/include/openssl for nowtb2024-12-191-3/+1
* #ifdef out the inclusion of openssl/mlkem.h for nowtb2024-12-191-3/+4
* Do not assume mlkem.h and bytestring.h are public in libcryptotb2024-12-194-14/+8
* ec_mult: use 1ULL to avoid C4334 warning on Visual Studiotb2024-12-191-2/+2
* received form the peer -> received from the peerjmc2024-12-191-3/+3
* mlkem: fix whitespacetb2024-12-182-4/+6
* kength -> lengthjsg2024-12-181-3/+3
* New manual page EVP_aes_128_gcm(3).schwarze2024-12-174-75/+260
* Avoid a reduce once that can cause Clang misoptomization.beck2024-12-172-22/+54
* Plug two memory leaks in MLKEM*_generate_key_external_entropy()tb2024-12-172-2/+6
* mlkem: clean up top matter in headerstb2024-12-172-8/+14
* Simplify ec_point_to_octets()tb2024-12-161-8/+3
* Add ML-KEM 1024 from BoringSSLbeck2024-12-135-2/+1290
* KNF nit tb wanted me to fixbeck2024-12-131-2/+4
* Add ML-KEM 768 from BoringSSLbeck2024-12-135-1/+1412
* Rewrite a comment to use p rather than qtb2024-12-121-10/+10
* Rename group->field to group->ptb2024-12-124-52/+46
* sm3: fix ugly whitespacetb2024-12-121-5/+5
* appeared in 4.3BSD before 4.3BSD-Tahoejsg2024-12-1111-33/+33
* Avoid an oob access in asn1_item_free()tb2024-12-111-4/+3
* Drop a pair of useless parenthesestb2024-12-111-2/+2
* Improve a rather misleading sentence about EVP_PKEY_new_mac_key(3).schwarze2024-12-101-4/+8
* Add a paragraph about HMAC because that algorithm also involvesschwarze2024-12-101-3/+15
* Document tls_peer_cert_common_name()tb2024-12-101-2/+13