summaryrefslogtreecommitdiffstats
path: root/crypto/build.info
AgeCommit message (Expand)Author
2024-04-24Introduce new internal hashtable implementationNeil Horman
2023-09-22Do not include sparse_array.o in libsslHuiyue Xu
2023-06-02params: provide a faster TRIE based param lookup.Pauli
2023-03-30Refactor build.infoHugo Landau
2023-03-30QUIC Thread Assisted Mode: Support Windows XPHugo Landau
2023-02-14Use of sparse_array.c only in the shared libsslRichard Levitte
2023-02-08Rationalize FIPS sourcesTomas Mraz
2023-01-31Do not include sparse_array.o in libssl with no-sharedTomas Mraz
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2022-10-17crypto: add preemptive threading supportČestmír Kalina
2022-10-12Add LoongArch64 cpuid and OPENSSL_loongarchcap_Pzhuchen
2022-10-06Rename ossl_sleep() to OSSL_sleep() and make it publicRichard Levitte
2022-09-23Add HPKE DHKEM provider support for EC, X25519 and X448.slontis
2022-09-13time: move OSSL_TIME to libcryptoPauli
2022-09-05Add RISC-V 32 cpuid supportHongren (Zenithal) Zheng
2022-07-06Add sparse array to libsslPauli
2022-05-27QUIC wire format supportHugo Landau
2022-05-24Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior
2022-05-19Add basic RISC-V cpuid and OPENSSL_riscvcapHenry Brausen
2022-01-11Statically link the legacy provider to endecode_testMatt Caswell
2021-06-05FIPS: don't include crypto/passphrase.c in libfips.aRichard Levitte
2021-05-11Fix missing $CPUIDDEF in libdefault.aXiaofei Bai
2021-05-11Add the concept of a child OSSL_LIB_CTXMatt Caswell
2021-05-07Drop libimplementations.aRichard Levitte
2021-04-19Support DLL builds + Fix C RTL variantsTanzinul Islam
2021-04-12Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis
2021-04-02Include BN assembler alongside CPUID codeRichard Levitte
2021-04-02Refactor CPUID codeRichard Levitte
2021-03-23Be more selective about copying libcrypto symbols into legacy.soMatt Caswell
2020-12-14Fix no-threadsMatt Caswell
2020-08-26Punycode decoding implementationDmitry Belyavskiy
2020-08-24CORE: Generalise internal pass phrase prompterRichard Levitte
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-05-13Remove explicit dependency on configdata.pm when processing .in filesRichard Levitte
2020-05-07Remove legacy FIPS_mode functionsShane Lontis
2020-04-09Add common internal crypto/ modules in liblegacy.aRichard Levitte
2020-04-07PROV: Add the beginning of a DER writing libraryRichard Levitte
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2020-01-15Add FIPS Self test kats for digestsShane Lontis
2019-12-19Optimize AES-GCM implementation on aarch64Fangming.Fang
2019-12-14Deprecate most of debug-memoryRich Salz
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte
2019-11-12Reinstate the KDF error macrosRichard Levitte
2019-10-17Move BLAKE2 digests completely to the default providerRichard Levitte
2019-10-16Fix missing Assembler definesShane Lontis
2019-10-10Rework how our providers are builtRichard Levitte
2019-09-21Configure: add missing dependency to fix parallel builds on WindowsDr. Matthias St. Pierre