summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2019-06-04Move digests to providersShane Lontis
2019-06-03Add missing parentheses in macroMathias Berchtold
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
2019-05-31Constify OSSL_PROVIDER getter input parametersRichard Levitte
2019-05-30Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer
2019-05-27Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis
2019-05-24issue-8973: Added const to parameters for values that were not alteredagnosticdev
2019-05-23Make core code available within the FIPS moduleMatt Caswell
2019-05-22Fix GOST OIDvoev
2019-05-21Change SSL parameter SSL_session_reused constArne Schwabe
2019-05-20Clear CRMF vs CMP confusionRichard Levitte
2019-05-16Added X963KDF APIShane Lontis
2019-05-12EVP_FETCH: deal with names without pre-defined NIDsRichard Levitte
2019-05-12Create internal number<->name mapping APIRichard Levitte
2019-05-09Fixed 32bit issue for kdf_optsShane Lontis
2019-05-08ossl_bsearch(): New generic internal binary search utility functionRichard Levitte
2019-05-08Coverity CID 1444960: Error handling issuesPauli
2019-05-07ssl: Add SSL_sendfileBoris Pismenny
2019-05-07Linux ktls sendfileBoris Pismenny
2019-05-03Added generated files for EVP_KDF changesShane Lontis
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell
2019-05-02Add support for openssl_ctx_run_once and openssl_ctx_onfreeMatt Caswell
2019-05-01Structure alignment macro.Pauli
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte
2019-04-30Replumbing: make the oneshot proider cipher function like the othersRichard Levitte
2019-04-25Fix error in BIO_get_ktls_send() and BIO_get_ktls_recv()Matt Caswell
2019-04-25Fix KTLS compilation errorMatt Caswell
2019-04-23Add a way for the application to get OpenSSL configuration dataRichard Levitte
2019-04-23Add the possibility to display and use MODULESDIRRichard Levitte
2019-04-19Create provider errors and use themMatt Caswell
2019-04-19Add a maximum output length to update and final callsMatt Caswell
2019-04-19Add iv length and key length params to the cipher init callsMatt Caswell
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