aboutsummaryrefslogtreecommitdiff
path: root/crypto/build.info
AgeCommit message (Expand)AuthorFilesLines
2020-08-26Punycode decoding implementationDmitry Belyavskiy1-0/+1
2020-08-24CORE: Generalise internal pass phrase prompterRichard Levitte1-1/+1
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte1-1/+1
2020-05-13Remove explicit dependency on configdata.pm when processing .in filesRichard Levitte1-1/+0
2020-05-07Remove legacy FIPS_mode functionsShane Lontis1-1/+1
2020-04-09Add common internal crypto/ modules in liblegacy.aRichard Levitte1-0/+2
2020-04-07PROV: Add the beginning of a DER writing libraryRichard Levitte1-1/+1
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis1-1/+2
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis1-2/+2
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb1-1/+1
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis1-1/+2
2020-01-15Add FIPS Self test kats for digestsShane Lontis1-1/+1
2019-12-19Optimize AES-GCM implementation on aarch64Fangming.Fang1-0/+1
2019-12-14Deprecate most of debug-memoryRich Salz1-1/+1
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte1-1/+1
2019-11-12Reinstate the KDF error macrosRichard Levitte1-1/+1
2019-10-17Move BLAKE2 digests completely to the default providerRichard Levitte1-1/+1
2019-10-16Fix missing Assembler definesShane Lontis1-2/+6
2019-10-10Rework how our providers are builtRichard Levitte1-3/+3
2019-09-21Configure: add missing dependency to fix parallel builds on WindowsDr. Matthias St. Pierre1-0/+1
2019-09-16build.info: For all assembler generators, remove all argumentsRichard Levitte1-11/+10
2019-09-06Cleanse crypto/kdf directoryPauli1-1/+1
2019-08-15Move KMAC to providersRichard Levitte1-1/+1
2019-08-15Move GMAC to providersRichard Levitte1-1/+1
2019-08-12Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text()Richard Levitte1-1/+1
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell1-2/+2
2019-07-23Remove some utilities from the core to provider interfaceMatt Caswell1-1/+1
2019-07-23Add internal function ossl_algorithm_do_all()Richard Levitte1-1/+2
2019-07-17Parameter building utilities.Pauli1-1/+1
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell1-1/+1
2019-07-12Add simple ASN.1 utils for DSA signature DER.David Makepeace1-2/+1
2019-07-11Make allocation/free/clean available to providersRich Salz1-2/+3
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell1-2/+2
2019-06-17Move cpuid_asm_src file information to build.info filesRichard Levitte1-2/+39
2019-06-17Move uplink file information to build.info filesRichard Levitte1-1/+17
2019-06-15Use variables in build.info files where it's worth the whileRichard Levitte1-14/+11
2019-06-12Make BIGNUM code available from within the FIPS moduleMatt Caswell1-1/+1
2019-06-03Ensure we get all the right defines for AES assembler in FIPS moduleMatt Caswell1-2/+2
2019-05-30Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer1-1/+1
2019-05-29Join the x509 and x509v3 directoriesRichard Levitte1-1/+1
2019-05-23Make some EVP code available from within the FIPS moduleMatt Caswell1-1/+2
2019-05-23Make core code available within the FIPS moduleMatt Caswell1-1/+5
2019-05-12Create internal number<->name mapping APIRichard Levitte1-1/+1
2019-05-08ossl_bsearch(): New generic internal binary search utility functionRichard Levitte1-2/+2
2019-04-23Add a way for the application to get OpenSSL configuration dataRichard Levitte1-1/+1
2019-04-04Create a FIPS provider and put SHA256 in itMatt Caswell1-0/+5
2019-04-03Replumbing: add a configuration module for providersRichard Levitte1-1/+2
2019-03-19Replumbing: Add a mechanism to pre-populate the provider storeRichard Levitte1-1/+1
2019-03-12Replumbing: Add constructor of libcrypto internal method structuresRichard Levitte1-1/+1
2019-03-12OSSL_PARAM helper functions.Pauli1-1/+1