summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix up a few dangling referencestb2025-04-254-13/+12
* Rework EC documentationtb2025-04-2513-1242/+1998
* BN_new: zap an anachronistic admonitiontb2025-04-251-4/+2
* Restore two #if defined(GHASH) that were incorrectly removed.jsing2025-04-251-5/+5
* Unifdef OPENSSL_SMALL_FOOTPRINT.jsing2025-04-251-13/+5
* Use the OPENSSL_SMALL_FOOTPRINT code in gcm_init_4bit().jsing2025-04-251-32/+2
* Mop up all of the GETU32/BSWAP4/BSWAP8 macros since they're now unused.jsing2025-04-232-44/+2
* Rewrite gcm_gmult_1bit() to avoid sizeof(long) hacks.jsing2025-04-231-22/+8
* Fix CRYPTO_gcm128_decrypt() when compiled with TABLE_BITS == 1.jsing2025-04-231-3/+3
* Unifdef OPENSSL_SMALL_FOOTPRINT.jsing2025-04-235-23/+5
* Mop up OPENSSL_FIPSAPI define.jsing2025-04-221-3/+1
* Use OPENSSL_assert() instead of assert().jsing2025-04-221-10/+6
* Remove now unused PUTU32 macros from modes_local.h.jsing2025-04-221-3/+1