summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2019-04-19Implement AES CBC ciphers in the default providerMatt Caswell
2019-04-19Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell
2019-04-15Providers: for the digest_final operation, pass a output buffer sizeRichard Levitte
2019-04-12Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell
2019-04-11added code to validate EC named curve parametersShane Lontis
2019-04-11Reseeding without derivation function is not supported in FIPS mode.Pauli
2019-04-09Make X509_set_sm2_id consistent with other settersPaul Yang
2019-04-09Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte
2019-04-09Use the right NID when putting a method in the storeMatt Caswell
2019-04-09Params: add OSSL_PARAM_construct_end()Richard Levitte
2019-04-07fix --strict-warnings buildPatrick Steuer
2019-04-05EVP_set_default_properties(): New function to set global propertiesRichard Levitte
2019-04-05Convert the ENGINE_CONF trace calls to use CONF insteadRichard Levitte
2019-04-05Rename the PROVIDER_CONF trace to CONFRichard Levitte
2019-04-05Fix number clash: EVP_F_AESNI_XTS_INIT_KEY vs EVP_F_EVP_MD_BLOCK_SIZERichard Levitte
2019-04-05Move the AES-XTS mode duplicated key check into the init_key function ratherPauli
2019-04-04trace: add PROVIDER_CONF trace categoryDr. Matthias St. Pierre
2019-04-04Correct EVP_F_EVP_MD_BLOCK_SIZE numberRichard Levitte
2019-04-03Support EVP_MD_block_size() with providersMatt Caswell
2019-04-03Replumbing: add a configuration module for providersRichard Levitte
2019-04-03Replumbing: add functionality to set provider parametersRichard Levitte
2019-04-03AES-XTS block limit.Pauli
2019-04-01ssl: Linux TLS Rx OffloadBoris Pismenny
2019-04-01bio: Linux TLS Rx OffloadBoris Pismenny
2019-04-01Linux ktls Rx infrastructureBoris Pismenny
2019-04-01Rework DSO API conditions and configuration optionRichard Levitte
2019-03-30trace: rename the default trace category from 'ANY' to 'ALL'Dr. Matthias St. Pierre
2019-03-30trace: apps/openssl: print the correct category nameDr. Matthias St. Pierre
2019-03-29Remove heartbeats completelyRichard Levitte
2019-03-29Windows, VMS: build fixesRichard Levitte
2019-03-29Ensure that the struct msghdr is properly zeroed.Pauli
2019-03-29Avoid linking error on WCE700 for _InterlockedExchangeAdd().Soujyu Tanaka
2019-03-28Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell
2019-03-22Make err_clear_constant_time really constant timeBernd Edlinger
2019-03-21Make EVP_Digest* functions provider awareMatt Caswell
2019-03-21Implement EVP_MD_fetch()Matt Caswell
2019-03-21Add a skeleton default providerMatt Caswell
2019-03-20replace 'OpenSSL license' by 'Apache License 2.0'David von Oheimb
2019-03-19Replumbing: Add a mechanism to pre-populate the provider storeRichard Levitte
2019-03-19Replumbing: add fallback provider capabilityRichard Levitte
2019-03-19Single step kdf implementationShane Lontis
2019-03-19Move ASN1_BROKEN macrosRich Salz
2019-03-19Providing missing accessor to EVP_PKEY.engineDmitry Belyavskiy
2019-03-18Replumbing: pass callback data to the algo destructor tooRichard Levitte
2019-03-15Guard some SM2 functions with OPENSSL_NO_SM2Matt Caswell
2019-03-15trace: don't leak the line prefixDr. Matthias St. Pierre
2019-03-14internal/refcount.h: allow non-atomic buildRichard Levitte
2019-03-13Support SM2 certificate verification杨洋
2019-03-12Replumbing: Add constructor of libcrypto internal method structuresRichard Levitte
2019-03-12Replumbing: Add support for the provider query_operation functionRichard Levitte