summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2019-08-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte
2019-08-15Implement EVP_MAC_do_all_ex()Richard Levitte
2019-08-15Add EVP_MAC_provider()Richard Levitte
2019-08-15Move BLAKE2 MACs to the providersRichard Levitte
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-08-15Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer
2019-08-15Rename provider and core get_param_types functionsRichard Levitte
2019-08-15Add missing EVP param utility functionsRichard Levitte
2019-08-12Make more use of OSSL_PARAM for digestsRichard Levitte
2019-08-12Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text()Richard Levitte
2019-08-12Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()Richard Levitte
2019-08-12enable DECLARE_DEPRECATED macro for Oracle Developer Studio compilerVladimir Kotal
2019-08-09Restrict usage of bio_dgram_sctp_data only to DGRAM SCTP methodsraja-ashok
2019-08-08Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis
2019-08-07Fix BN error reportingMatt Caswell
2019-08-06API to get negotiated key exchange algorithm in TLS1.3raja-ashok
2019-08-06Fix ECDSA_SIG docsMatt Caswell
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-08-06Correct the Extended Master Secret string for EBCDICMatt Caswell
2019-08-05Documentation for the provider Key Exchange operationMatt Caswell
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre
2019-08-01Load the config file by defaultMatt Caswell
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
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: Implement the macros ERR_raise() and ERR_raise_data() and use themRichard 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-31Move some macros from include/openssl/opensslconf.h.in, add OPENSSL_FUNCRichard Levitte
2019-07-30ERR: re-use the err_data field when possibleRichard Levitte
2019-07-26Add functions to see if a provider is available for use.Richard Levitte
2019-07-25Document the provider DIGEST operationMatt Caswell
2019-07-24Remove OPENSSL_X509V3_H include detector from openssl/cms.hDr. 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-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 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-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-07-22Include deprecated SYS_F_xxx codesRich Salz
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz