summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Garbage collect the unused order in check_discriminant()tb2023-07-261-4/+2
* Streamline check_discriminant()tb2023-07-261-14/+6
* Introduce ec_decode_scalar()tb2023-07-261-81/+39
* Use EC_POINT_set_to_infinity() rather than inlining ittb2023-07-261-6/+4
* Remove constructor attribute for OPENSSL_cpuid_setup() on arm/aarch64.jsing2023-07-262-10/+2
* Fix a few more 0/NULL misspellingstb2023-07-251-8/+8
* Use [a,b), not [a,b-1] in a commenttb2023-07-251-2/+2
* EC_POINT_is_on_curve() error is -1, not 0.tb2023-07-251-2/+2
* Fix two EC_POINT_is_on_curve() checkstb2023-07-242-4/+4
* Fix a minibug in DH_check()tb2023-07-241-2/+2
* Remove OPENSSL_cpuid_setup() call from OPENSSL_add_all_algorithms_noconf()jsing2023-07-241-2/+1
* Mark read/write registers as non-overlapping for bn_qwmulw_{addqw_,}addw()jsing2023-07-241-3/+3
* Use C99 initializers for x509_name_fftb2023-07-241-8/+8
* 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
* 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 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
* Fix two aliases in libcrypto spotted by the new symbols testtb2023-07-192-3/+4
* 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
* Remove old workaround for F5tb2023-07-111-13/+2
* 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