summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Cap the size of numbers we check for primalitytb2023-07-201-1/+12
* Don't rely on the libssl headers pulling in stdio.h somehowtb2023-07-191-1/+3
* Add missing commas to test vectorsjoshua2023-07-191-26/+26
* Add test coverage for SHA3joshua2023-07-191-27/+344
* Fix two aliases in libcrypto spotted by the new symbols testtb2023-07-192-3/+4
* ecc_cdh: plug leak of peer public keytb2023-07-161-1/+2
* ecdhtest: Drop unnecessary constant and unneeded includestb2023-07-161-10/+6
* ecdhtest: fix a couple bugs plus some cosmetic tweakstb2023-07-161-6/+6
* fix include directive - this is make, not Ctb2023-07-151-2/+2
* Rework the ecdhtesttb2023-07-151-260/+252
* Fix return value check for ECDH_compute_key()tb2023-07-151-5/+5
* Add test coverage for cofactor ECDH using NIST test vectorstb2023-07-152-2/+2509
* Link symbols test to buildtb2023-07-151-1/+2
* remove accidentally imported files againtb2023-07-153-2713/+0
* Import a version of libcrypto's symbols test for libssltb2023-07-155-0/+2798
* Mop up MD32_XARRAY from md5.jsing2023-07-151-91/+84
* Mop up MD32_XARRAY from md4.jsing2023-07-151-75/+68
* Refactor ASN1_item_sign_ctx()tb2023-07-131-54/+89
* Revert accidental addition of cofactor ECDH supporttb2023-07-121-16/+2
* Reenable clienttest and servertesttb2023-07-121-3/+3
* Fix last bit of the clienttest, needs ssl_pkt.c r1.66tb2023-07-111-2/+2
* Remove old workaround for F5tb2023-07-111-13/+2
* Keep servertest silent and align with clienttesttb2023-07-111-2/+3
* Neuter expected server test failures with SSLv2tb2023-07-111-1/+6
* Fix most of the clienttest. With this only test cases 9 and 13 fail.tb2023-07-111-23/+39
* Add test case for negative number with highest bit of top octet settb2023-07-101-1/+13
* Rename EC_KEY from r to key like in the rest of the filetb2023-07-101-4/+4
* Pull BIGNUM constants out of get_* function bodiestb2023-07-101-315/+331
* BIO_indent: use %*s rather than puts in a looptb2023-07-101-6/+5
* bn_print: string.h is no longer neededtb2023-07-101-2/+1
* Fix ndef_{prefix,suffix}()tb2023-07-091-11/+12
* Reimplement BN_print() and BN_print_fp()tb2023-07-092-47/+45
* Simplify bn_print()tb2023-07-091-5/+3
* Refactor BN_bn2hex()tb2023-07-092-8/+57
* Provide optimised bn_subw() for riscv64.jsing2023-07-091-1/+18
* Provide optimised bn_addw() for riscv64.jsing2023-07-091-1/+18
* Add Xr to EVP_MD_meth_new to top level librarytb2023-07-091-2/+3
* Fix OpenBSD releasetb2023-07-091-3/+3
* ASN1_bn_print() will be removed soon. Remove docs.tb2023-07-095-130/+7
* fix comment to unbreak things that care about warningsbeck2023-07-081-2/+2
* link EVP_MD_meth_new.3 to buildtb2023-07-081-1/+2
* Import EVP_MD_meth_new.3 from OpenSSL 1.1.1 headtb2023-07-081-0/+292
* Fix whitespacetb2023-07-081-2/+2
* partial fix for make -j8 (bluhm@ is sitting right next to me and agreeing)espie2023-07-081-5/+4
* Hide all public symbols in libsslbeck2023-07-0821-33/+828
* Hide symbols in dhbeck2023-07-089-7/+171
* Hide symbols in curve22519beck2023-07-083-1/+45
* Hide symbols in modes.hbeck2023-07-089-7/+120
* Hit modes with the loving mallet of knfmtbeck2023-07-089-1164/+1342
* Hide symbols in gost.beck2023-07-089-5/+160