summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2019-06-17Replumbing: offer a core upcall to get the provider object's library contextRichard Levitte
2019-06-12Fix typo mistake on calls to SSL_ctrl in ssl.hraja-ashok
2019-06-12TLS1.3 FFDHE Supportraja-ashok
2019-06-12Fix an incorrect macroMatt Caswell
2019-06-12Make BIGNUM code available from within the FIPS moduleMatt Caswell
2019-06-12Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell
2019-06-12Remove redundant includeAcheev Bhagat
2019-06-11Add defines to indicate if intypes.h and stdint.h are unavailableShane Lontis
2019-06-11PBKDF2 updates to conform to SP800-132Shane Lontis
2019-06-11Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis
2019-06-11Change cipher default strings to a functionTodd Short
2019-06-10EVP fetching: make operation_id part of the method identityRichard Levitte
2019-06-07Move the rand_nonce_lock code into drbg_lib.cMatt Caswell
2019-06-07Make the rand_crng code OPENSSL_CTX awareMatt Caswell
2019-06-07Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx
2019-06-06Fix typo in macro argument of SSL_set1_client_sigalgs_list()Dr. Matthias St. Pierre
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