summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* cms: disallow AEAD ciphers and AES XTStb2025-05-101-3/+21
* 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
* openssl ocsp: switch from X509V3error() to perror()tb2025-05-091-6/+6
* merge the x509name test into x509_name_test.ctb2025-05-054-73/+125
* Fix up two markup mistakes with .Fn and .Xrtb2025-05-041-4/+4
* Improve the pqueue testtb2025-05-043-48/+57
* 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
* Remove the three test cases covering prime239v*tb2025-05-041-121/+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
* Verify that the selected key share is indeed group 29tb2025-05-031-1/+6
* mlkem_unittest: check return value of decap()tb2025-05-031-5/+11
* mlkem_tests: add an empty line for consistencytb2025-05-031-1/+2
* 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
* tlsexttest: remove check that clients receive SNI before ALPNtb2025-04-301-33/+3
* 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
* c2sp: drop OpenSSL 1.1 and 3.2, add 3.5tb2025-04-271-2/+2
* 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