summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-08-04Fix deprecation inconsisteny w.r.t. CRYPTO_mem_debug_{push,pop}()David von Oheimb
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-08-02Use NULL as parameter when pointer can only be NULL.Pauli
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre
2019-08-01Load the config file by defaultMatt Caswell
2019-08-01Prevent an infinite recursion when the query cache is flushed.Pauli
2019-08-01The query cache has been updated to not depend on RAND_bytes being available.Pauli
2019-07-31Fix warning C4164 in MSVC.joe2018Outlookcom
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis
2019-07-31ERR: fix err_data_size inconsistenciesRichard Levitte
2019-07-31Rename X509_STORE ptr stored in opaque struct X509_STORE_CTXShane Lontis
2019-07-31Add evp_util macrosShane Lontis
2019-07-31CAdES : lowercase name for now internal methods.FdaSilvaYY
2019-07-31Refactor provider support for reporting errorsRichard Levitte
2019-07-31ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte
2019-07-31ERR: Add new building blocks for reporting errorsRichard Levitte
2019-07-31ERR: refactor useful inner macros to err_locl.h. Add function name fieldRichard Levitte
2019-07-30Fix BIO_printf format warningsBernd Edlinger
2019-07-30Document the provider CIPHER operationMatt Caswell
2019-07-30ERR: re-use the err_data field when possibleRichard Levitte
2019-07-26s390x assembly pack: use getauxval to detect hw capabilitiesPatrick Steuer
2019-07-26Add functions to see if a provider is available for use.Richard Levitte
2019-07-24Remove OPENSSL_X509V3_H include detector from openssl/cms.hDr. Matthias St. Pierre
2019-07-24Remove HEADER_BSS_FILE_C module include guardDr. Matthias St. Pierre
2019-07-24Enforce a minimum DH modulus size of 512 bitsBernd Edlinger
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte
2019-07-23Remove some utilities from the core to provider interfaceMatt Caswell
2019-07-23Make rand_pool buffers more dynamic in their sizing.Pauli
2019-07-23Avoid double clearing some BIGNUMsPauli
2019-07-23Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte
2019-07-23Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()Richard Levitte
2019-07-23Add internal function evp_generic_do_all()Richard Levitte
2019-07-23Refactor ossl_method_construct() in terms of ossl_algorithm_do_all()Richard Levitte
2019-07-23Add internal function ossl_algorithm_do_all()Richard Levitte
2019-07-23Add OSSL_PROVIDER_name()Richard Levitte
2019-07-23Add EVP_MD_provider() and EVP_CIPHER_provider()Richard Levitte
2019-07-23Re-implement EVP_MD_name() and EVP_CIPHER_name() as functionsRichard Levitte
2019-07-23Add a mechnism to save the name of fetched methodsRichard Levitte
2019-07-22Remove superfluous call to OPENSSL_cpuid_setupPatrick Steuer
2019-07-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-22Allocate DRBG additional data pool from non-secure memoryBernd Edlinger
2019-07-22x509: publish X509_PUBKEY_dupDr. Matthias St. Pierre
2019-07-22Add an internal API to access the KEYMGMT provider functionsRichard Levitte
2019-07-22Add evp_keymgmt_clear_pkey_cache() and use itRichard Levitte
2019-07-22Adapt int_ctx_new() to use with providersRichard Levitte
2019-07-22Add evp_keymgmt_export_to_provider(), for key transfer between providersRichard Levitte
2019-07-22Add basic EVP_KEYMGMT API and libcrypto <-> provider interfaceRichard Levitte