summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide a bunch of always failing ENGINE APItb2023-07-213-6/+166
* Fix Xr order to appease mandoc -Tlinttb2023-07-211-4/+4
* Remove OBJ_add_sigid and OBJ_sigid_free documentationtb2023-07-215-54/+14
* Remove ASN1_buf_print documentationtb2023-07-213-74/+3
* Remove remaining ECDSA_METHOD documentationtb2023-07-211-29/+4
* Remove documentation of ECDH/ECDSA ex_data APItb2023-07-211-21/+3
* Document ENGINE_get_default_ECtb2023-07-211-17/+8
* Document ENGINE_{get,set}_ECtb2023-07-211-29/+17
* Remove a few workarounds that are no longer necessarytb2023-07-201-4/+1
* Remove some ancient cruft that hasn't been used in agestb2023-07-204-1695/+1
* Move get_rfc3526_prime_8192.3 to BN_get_rfc3526_prime_8192.3tb2023-07-202-4/+4
* Remove unnecessary inclusion of dso.htb2023-07-203-6/+3
* Remove last internal consumer of DSOtb2023-07-201-80/+9
* eng_aesni.c: add evp_local.h so it compiles again.tb2023-07-201-1/+3
* Remove get_rfc*_prime_* documentationtb2023-07-202-46/+20
* Remove ECDSA_{do_,}sign_ex() and ECDSA_sign_setup()tb2023-07-204-103/+20
* 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