aboutsummaryrefslogtreecommitdiff
path: root/crypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* unexport internal compat symbols from libcryptoBrent Cook2023-05-271-66/+0
|
* Add back rsa_x931.c for saltTheo Buehler2023-05-052-0/+2
|
* Unhook policy codeTheo Buehler2023-04-282-13/+0
|
* Link x509_policy.c to the buildTheo Buehler2023-04-262-0/+2
|
* bio_pk7.c was removedTheo Buehler2023-04-262-2/+0
|
* e_old.c went away againTheo Buehler2023-04-262-2/+0
|
* add back e_old.cTheo Buehler2023-04-252-0/+2
|
* A handful of files were removedTheo Buehler2023-04-252-28/+0
|
* x509_enum.c is goneTheo Buehler2023-04-212-2/+0
|
* bn_mpi.c is no moreTheo Buehler2023-04-172-2/+0
|
* Link sha3 to build.Theo Buehler2023-04-172-0/+5
|
* Drop dh_prn.cTheo Buehler2023-04-172-2/+0
|
* sha_internal.h is in crypto/shaTheo Buehler2023-04-162-0/+2
|
* ext_dat.h and vpm_int.h are goneTheo Buehler2023-04-161-2/+0
|
* Drop GF2m assemblyTheo Buehler2023-04-156-20/+0
|
* Update file listsTheo Buehler2023-04-142-2/+3
|
* Remove no longer existing *_depr.c and ecs_*.cTheo Buehler2023-04-132-10/+0
|
* Drop sha_local.h add crypto_internal.hTheo Buehler2023-04-121-1/+1
|
* Update for mod_sqrt and sha1 changesTheo Buehler2023-04-112-6/+4
|
* fix mips/mips64 buildsBrent Cook2023-03-234-4/+84
|
* Link cipher_method_lib.c to -portable buildTheo Buehler2023-03-112-0/+2
|
* stop exposing hidden defines in public opensslconf.hBrent Cook2023-02-282-2/+2
| | | | pull in hidden headers instead, patching drectly for Windows support
* disable BN asm for amd64 win32 buildBrent Cook2023-02-271-13/+0
|
* include more asm filesBrent Cook2023-02-234-0/+17
|
* generally disable asm for nowBrent Cook2023-02-212-0/+24
|
* generate and include arch-specific headers for CMake buildsBrent Cook2023-02-211-5/+32
|
* add CPU checks, include initial bn_arch.h headersBrent Cook2023-02-142-8/+36
|
* remove obsolete and duplicated file referencesBrent Cook2023-02-131-16/+0
|
* autoconf: update for bn on amd64-elfTheo Buehler2023-02-132-2/+46
|
* autoconf: x509_verify.h is no longer publicTheo Buehler2023-02-131-0/+1
|
* Link new ui_null.c to buildTheo Buehler2022-12-182-0/+2
|
* add direct source dependency to each libraryBrent Cook2022-12-142-1/+2
| | | | | Fix library generation with some CMake generators by including a direct source file dependency for each library.
* Adjust for ui_locl.h -> ui_local.h renameTheo Buehler2022-11-271-1/+1
|
* Update */Makefile.am for internal header renamingTheo Buehler2022-11-271-28/+28
|
* Neuter namespace differently to fix Appveyor CITheo Buehler2022-11-231-1/+0
|
* Fix cmake buildsTheo Buehler2022-11-221-1/+5
|
* Update autoconf framework to build againTheo Buehler2022-11-221-3/+15
|
* build updates for latest upstreamBrent Cook2022-08-292-0/+3
|
* add p12_sbag.cTheo Buehler2022-08-152-0/+2
|
* updates for new files and test casesBrent Cook2022-07-312-0/+5
|
* expose kdf.h as a public headerBrent Cook2022-05-091-1/+0
|
* update for latest upstreamBrent Cook2022-05-082-0/+7
|
* Fix buildkinichiro2022-01-142-12/+0
| | | | | | - Remove pem/pem_seal.c asn1/x_nx509.c asn1/n_pkey.c - Remove evp/m_dss.c evp/m_dss1.c evp/m_ecdsa.c - Add include path crypto/bio to libssl for bio_local.h
* Follow upstream file changes and fix buildkinichiro2022-01-122-16/+19
| | | | | | | | | | | | | - Add asn1_lib.c - Consolidation of ASN.1 code Add asn1_item.c asn1_old.c Remove a_d2i_fp.c a_digest.c a_dup.c a_i2d_fp.c a_sign.c a_verify.c - Merge evp_asn1.c into a_type.c - Merge asn_pack.c into asn1_item.c - Rename tls13_key_share.c to tls_key_share.c - Add bio/bio_local.h dh/dh_local.h ocsp/ocsp_local.h - Add comp/comp_local.h - Add define LIBRESSL_CRYPTO_INTERNAL to regress build
* Add strtonum to compat library and export itkinichiro2021-12-262-0/+12
| | | | | crypto library requires strtonum now, and add it to compat library. remove it from applications compat/ directories.
* update for asn1 changesBrent Cook2021-12-192-14/+8
|
* add hmac_local.hBrent Cook2021-12-152-0/+3
|
* Add crypto/bytestring with cmakekinichiro2021-12-111-0/+4
|
* Add crypto/bytestring with autotoolskinichiro2021-12-111-0/+7
|
* Consolidate d2i_pr.c/i2d_pr.c into a_pkey.c andkinichiro2021-12-092-8/+4
| | | | consolidate d2i_pu.c/i2d_pu.c into a_pubkey.c