summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-21Simple adjustments for DSO removaltb2-8/+6
2023-07-21Stop mentioning some ERR_load_*_strings that will be removedtb1-6/+2
2023-07-21Provide a bunch of always failing ENGINE APItb3-6/+166
2023-07-21Fix Xr order to appease mandoc -Tlinttb1-4/+4
2023-07-21Remove OBJ_add_sigid and OBJ_sigid_free documentationtb5-54/+14
2023-07-21Remove ASN1_buf_print documentationtb3-74/+3
2023-07-21Remove remaining ECDSA_METHOD documentationtb1-29/+4
2023-07-21Remove documentation of ECDH/ECDSA ex_data APItb1-21/+3
2023-07-21Document ENGINE_get_default_ECtb1-17/+8
2023-07-21Document ENGINE_{get,set}_ECtb1-29/+17
2023-07-20Remove a few workarounds that are no longer necessarytb1-4/+1
2023-07-20Remove some ancient cruft that hasn't been used in agestb4-1695/+1
2023-07-20Move get_rfc3526_prime_8192.3 to BN_get_rfc3526_prime_8192.3tb2-4/+4
2023-07-20Remove unnecessary inclusion of dso.htb3-6/+3
2023-07-20Remove last internal consumer of DSOtb1-80/+9
2023-07-20eng_aesni.c: add evp_local.h so it compiles again.tb1-1/+3
2023-07-20Remove get_rfc*_prime_* documentationtb2-46/+20
2023-07-20Remove ECDSA_{do_,}sign_ex() and ECDSA_sign_setup()tb4-103/+20
2023-07-20Cap the size of numbers we check for primalitytb1-1/+12
2023-07-19Don't rely on the libssl headers pulling in stdio.h somehowtb1-1/+3
2023-07-19Add missing commas to test vectorsjoshua1-26/+26
2023-07-19Add test coverage for SHA3joshua1-27/+344
2023-07-19Fix two aliases in libcrypto spotted by the new symbols testtb2-3/+4
2023-07-16ecc_cdh: plug leak of peer public keytb1-1/+2
2023-07-16ecdhtest: Drop unnecessary constant and unneeded includestb1-10/+6
2023-07-16ecdhtest: fix a couple bugs plus some cosmetic tweakstb1-6/+6
2023-07-15fix include directive - this is make, not Ctb1-2/+2
2023-07-15Rework the ecdhtesttb1-260/+252
2023-07-15Fix return value check for ECDH_compute_key()tb1-5/+5
2023-07-15Add test coverage for cofactor ECDH using NIST test vectorstb2-2/+2509
2023-07-15Link symbols test to buildtb1-1/+2
2023-07-15remove accidentally imported files againtb3-2713/+0
2023-07-15Import a version of libcrypto's symbols test for libssltb5-0/+2798
2023-07-15Mop up MD32_XARRAY from md5.jsing1-91/+84
2023-07-15Mop up MD32_XARRAY from md4.jsing1-75/+68
2023-07-13Refactor ASN1_item_sign_ctx()tb1-54/+89
2023-07-12Revert accidental addition of cofactor ECDH supporttb1-16/+2
2023-07-12Reenable clienttest and servertesttb1-3/+3
2023-07-11Fix last bit of the clienttest, needs ssl_pkt.c r1.66tb1-2/+2
2023-07-11Remove old workaround for F5tb1-13/+2
2023-07-11Keep servertest silent and align with clienttesttb1-2/+3
2023-07-11Neuter expected server test failures with SSLv2tb1-1/+6
2023-07-11Fix most of the clienttest. With this only test cases 9 and 13 fail.tb1-23/+39
2023-07-10Add test case for negative number with highest bit of top octet settb1-1/+13
2023-07-10Rename EC_KEY from r to key like in the rest of the filetb1-4/+4
2023-07-10Pull BIGNUM constants out of get_* function bodiestb1-315/+331
2023-07-10BIO_indent: use %*s rather than puts in a looptb1-6/+5
2023-07-10bn_print: string.h is no longer neededtb1-2/+1
2023-07-09Fix ndef_{prefix,suffix}()tb1-11/+12
2023-07-09Reimplement BN_print() and BN_print_fp()tb2-47/+45