hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / crypto / build.info
47 hours ago Neil HormanIntroduce new internal hashtable implementation
2023-09-22 Huiyue XuDo not include sparse_array.o in libssl
2023-06-02 Pauliparams: provide a faster TRIE based param lookup.
2023-03-30 Hugo LandauRefactor build.info
2023-03-30 Hugo LandauQUIC Thread Assisted Mode: Support Windows XP
2023-02-14 Richard LevitteUse of sparse_array.c only in the shared libssl
2023-02-08 Tomas MrazRationalize FIPS sources
2023-01-31 Tomas MrazDo not include sparse_array.o in libssl with no-shared
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-10-17 Čestmír Kalinacrypto: add preemptive threading support
2022-10-12 zhuchenAdd LoongArch64 cpuid and OPENSSL_loongarchcap_P
2022-10-06 Richard LevitteRename ossl_sleep() to OSSL_sleep() and make it public
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-13 Paulitime: move OSSL_TIME to libcrypto
2022-09-05 Hongren (Zenithal... Add RISC-V 32 cpuid support
2022-07-06 PauliAdd sparse array to libssl
2022-05-27 Hugo LandauQUIC wire format support
2022-05-24 Sebastian Andrzej... Rename x86-32 assembly files from .s to .S.
2022-05-19 Henry BrausenAdd basic RISC-V cpuid and OPENSSL_riscvcap
2022-01-11 Matt CaswellStatically link the legacy provider to endecode_test
2021-06-05 Richard LevitteFIPS: don't include crypto/passphrase.c in libfips.a
2021-05-11 Xiaofei BaiFix missing $CPUIDDEF in libdefault.a
2021-05-11 Matt CaswellAdd the concept of a child OSSL_LIB_CTX
2021-05-07 Richard LevitteDrop libimplementations.a
2021-04-19 Tanzinul IslamSupport DLL builds + Fix C RTL variants
2021-04-12 Shane LontisAdd OSSL_PARAM_dup() and OSSL_PARAM_merge().
2021-04-02 Richard LevitteInclude BN assembler alongside CPUID code
2021-04-02 Richard LevitteRefactor CPUID code
2021-03-23 Matt CaswellBe more selective about copying libcrypto symbols into...
2020-12-14 Matt CaswellFix no-threads
2020-08-26 Dmitry BelyavskiyPunycode decoding implementation
2020-08-24 Richard LevitteCORE: Generalise internal pass phrase prompter
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-05-13 Richard LevitteRemove explicit dependency on configdata.pm when proces...
2020-05-07 Shane LontisRemove legacy FIPS_mode functions
2020-04-09 Richard LevitteAdd common internal crypto/ modules in liblegacy.a
2020-04-07 Richard LevittePROV: Add the beginning of a DER writing library
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-03 Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2020-01-24 Shane LontisModify DSA and DH keys to use a shared FFC_PARAMS struct
2020-01-15 Shane LontisAdd FIPS Self test kats for digests
2019-12-19 Fangming.FangOptimize AES-GCM implementation on aarch64
2019-12-14 Rich SalzDeprecate most of debug-memory
2019-11-29 Richard LevitteSERIALIZER: New API for serialization of objects throug...
2019-11-12 Richard LevitteReinstate the KDF error macros
2019-10-17 Richard LevitteMove BLAKE2 digests completely to the default provider
2019-10-16 Shane LontisFix missing Assembler defines
2019-10-10 Richard LevitteRework how our providers are built
2019-09-21 Dr. Matthias St... Configure: add missing dependency to fix parallel build...
2019-09-16 Richard Levittebuild.info: For all assembler generators, remove all...
2019-09-06 PauliCleanse crypto/kdf directory
2019-08-15 Richard LevitteMove KMAC to providers
2019-08-15 Richard LevitteMove GMAC to providers
2019-08-12 Richard LevitteAdd OSSL_PARAM_construct_from_text() and OSSL_PARAM_all...
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-07-23 Matt CaswellRemove some utilities from the core to provider interface
2019-07-23 Richard LevitteAdd internal function ossl_algorithm_do_all()
2019-07-17 PauliParameter building utilities.
2019-07-11 Matt CaswellMake the PACKET/WPACKET code available to both libcrypt...
2019-07-11 David MakepeaceAdd simple ASN.1 utils for DSA signature DER.
2019-07-11 Rich SalzMake allocation/free/clean available to providers
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Richard LevitteMove cpuid_asm_src file information to build.info files
2019-06-17 Richard LevitteMove uplink file information to build.info files
2019-06-14 Richard LevitteUse variables in build.info files where it's worth...
2019-06-12 Matt CaswellMake BIGNUM code available from within the FIPS module
2019-06-03 Matt CaswellEnsure we get all the right defines for AES assembler...
2019-05-30 Andreas KretschmerCertificate Management Protocol (CMP, RFC 4210) extensi...
2019-05-29 Richard LevitteJoin the x509 and x509v3 directories
2019-05-23 Matt CaswellMake some EVP code available from within the FIPS module
2019-05-23 Matt CaswellMake core code available within the FIPS module
2019-05-12 Richard LevitteCreate internal number<->name mapping API
2019-05-08 Richard Levitteossl_bsearch(): New generic internal binary search...
2019-04-23 Richard LevitteAdd a way for the application to get OpenSSL configurat...
2019-04-04 Matt CaswellCreate a FIPS provider and put SHA256 in it
2019-04-03 Richard LevitteReplumbing: add a configuration module for providers
2019-03-19 Richard LevitteReplumbing: Add a mechanism to pre-populate the provide...
2019-03-12 Richard LevitteReplumbing: Add constructor of libcrypto internal metho...
2019-03-12 PauliOSSL_PARAM helper functions.
2019-03-12 David von Oheimb2nd chunk: CRMF code (crypto/crmf/, ) and its integration
2019-03-11 Richard LevitteReplumbing: New public API to load or add providers
2019-03-11 Richard LevitteReplumbing: Add the Provider Object, type OSSL_PROVIDER
2019-03-06 Richard LevitteAdd generic trace API
2019-02-18 PauliProperties for implementation selection.
2019-02-15 Richard LevitteAdd an OpenSSL library context
2019-02-12 PauliAdd sparse array data type.
2019-01-31 Richard LevitteBuild: remove EXTRA
2019-01-27 Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2018-11-13 Shane LontisKMAC implementation using EVP_MAC
2018-11-05 Richard LevitteGMAC: Add subdir info in crypto/build.info for this...
2018-11-05 Richard LevitteSimplify the processing of skipped source directories
2018-11-05 Richard LevitteAdd SUBDIRS settings in relevant build.info files
2018-09-24 PauliUse secure_getenv(3) when available.
2018-04-01 Daniel BeveniusRemove import/use of File::Spec::Function
2018-03-09 Richard LevitteDisplay the library building flags
2018-03-08 Richard LevitteMake "make variables" config attributes for overridable...
2018-02-14 Richard LevitteHarmonize the make variables across all known platforms...
2018-01-28 Richard LevitteProcessing GNU-style "make variables" - separate CPP...
2018-01-07 Patrick Steuers390x assembly pack: add KMA code path for aes-gcm.
next