summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Tweak previous. Should have been 60 instead of 64tb2023-07-221-3/+3
* Align argument names of OBJ_add_sigid() with the other functions.tb2023-07-221-2/+2
* Rewrite obj_xref.ctb2023-07-224-419/+291
* No need to call OBJ_sigid_free() in EVP_cleanup() anymore.tb2023-07-221-2/+1
* Neuter OBJ_add_sigid() and OBJ_sigid_free()tb2023-07-221-93/+11
* Adapt bn_print() for EdDSA key printingtb2023-07-221-7/+40
* Simplify indent handling in bn_print()tb2023-07-221-6/+3
* Fix #includes in ct_sct.ctb2023-07-221-5/+7
* Actually add OBJ_find_sigid_algstb2023-07-221-0/+90
* Rename OBJ_add_sigid.3 to OBJ_find_sigid_algs.3tb2023-07-222-92/+2
* bio_asn1 tests: drop unneeded variabletb2023-07-211-3/+2
* Add missing license for rsa_local.htb2023-07-211-1/+57
* Simple adjustments for DSO removaltb2023-07-212-8/+6
* Stop mentioning some ERR_load_*_strings that will be removedtb2023-07-211-6/+2
* 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