summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Hide all public symbols in libsslbeck2023-07-0821-33/+828
* Hide symbols in dhbeck2023-07-089-7/+171