summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix up MLKEM768_marshal_private_key to not use a passed in CBBbeck2025-05-192-27/+43
* Remove the boringssl if || ideom from mlkembeck2025-05-192-34/+46
* API changes for ML-KEMbeck2025-05-194-78/+126
* Simplify EVP AES code for ECB.jsing2025-05-192-33/+46
* Remove block128_f function casts.jsing2025-05-191-8/+20
* Simplify EVP AES code for OFB.jsing2025-05-191-7/+19
* Simplify EVP AES code for CFB.jsing2025-05-191-25/+79
* EC_POINT_new: wording tweaks in the BUGS sectiontb2025-05-181-6/+6
* Simplify EVP AES code for CTR.jsing2025-05-181-22/+23
* Unifdef AES_CTR_ASM.jsing2025-05-181-14/+1
* Simplify EVP code for AES CBC.jsing2025-05-181-26/+33
* add missing u64/uint64_t conversionbcook2025-05-181-3/+3
* Use stdint types instead of u64/u32/u8.jsing2025-05-185-134/+127
* Remove contortions with the rem_4bit table.jsing2025-05-181-28/+9
* Inline REDUCE1BIT macro.jsing2025-05-181-15/+6
* bio_mem: avoid pointer arithmetic on NULLtb2025-05-181-2/+4
* rc2: two files escaped the lure of the attic, set these poor souls freetb2025-05-182-241/+0
* Remove TABLE_BITS from gcm128.jsing2025-05-172-248/+3
* Replace GCM_MUL/GHASH defines with static inline functions.jsing2025-05-161-121/+99
* Increase default PKCS12_SALT_LEN from 8 to 16 bytestb2025-05-101-2/+2
* asn_moid: move inclusion of err_local.h to the proper placetb2025-05-101-2/+2
* Sort FOOerror() in ASCII ordertb2025-05-101-18/+18
* Simplify the remaining FOOerror()tb2025-05-101-26/+28
* Remove unused internal FOOerror()tb2025-05-101-11/+1
* Remove error macros except PEMerr(), RSAerr() and SSLerr()tb2025-05-101-37/+4
* ssl_local.h: stop guarding SYSerror() with an #ifdeftb2025-05-101-3/+1
* Move the internal FOOerror() to err_local.htb2025-05-102-40/+38
* Use err_local.h rather than err.h in most placestb2025-05-10222-456/+454
* ssl_local: provide an SSL-internal version of SYSerror()tb2025-05-101-1/+4
* SSL_error_internal: remove a superfluous pair of parenstb2025-05-101-3/+2
* ssl_local.h: adjust some whitespacetb2025-05-101-3/+3
* const correct SSL_error_internal()tb2025-05-102-4/+4
* Garbage collect docs of BIO_dump{,_indent}_{cb,fp}()tb2025-05-091-35/+3
* bss_log.c: don't rely on err.h pulling in bio.htb2025-05-091-2/+2
* Fix up two markup mistakes with .Fn and .Xrtb2025-05-041-4/+4
* sigh. pqueue_find() also needs a const treatmenttb2025-05-042-4/+4
* pqueue.h: zap trailing whitespacetb2025-05-041-3/+3
* const correct first argument of pitem_new()tb2025-05-042-4/+4
* Remove the X9.62 prime239v{1,2,3} curvestb2025-05-041-179/+1
* Move P-256 where it belongstb2025-05-041-67/+67
* Fix typo in curve comment: P224r2 -> P224t1tb2025-05-031-2/+2
* CTASSERT that internal pub/priv keys match the sizes exposed in mlkem.htb2025-05-032-2/+10
* More space around .Dl + a typo on toptb2025-05-012-5/+11
* lhash: add missing spaces before assignment operatortb2025-05-011-4/+4
* tlsext: stop sending SNI before ALPN in clientstb2025-04-301-24/+1
* EC_GROUP_check.3: rephrase a sentence to avoid a word repetitiontb2025-04-281-4/+4
* EC_GROUP_new_by_curve_name.3: escape a - in code.tb2025-04-281-3/+3
* EC_POINT_point2oct: remove in_ prefix in RETURN VALUEStb2025-04-261-5/+5
* EC_GROUP_new_curve_GFp: some fixes in the RETURN VALUE sectiontb2025-04-261-9/+12
* Fix markup for EC_GROUP_set_point_conversion_formtb2025-04-261-4/+5