aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-07-01Add OIDs for kmac128, kmac256 and blake2.Pauli1-18/+22
2019-06-28Support SM2 certificate signingPaul Yang2-0/+5
2019-06-28Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_refMatt Caswell1-2/+2
2019-06-27Move the public SIV mode functions from public headers to internal onesMatt Caswell1-26/+0
2019-06-26Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger2-8/+6
2019-06-24Replumbing: add support for multiple names per algorithmRichard Levitte1-3/+11
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli6-113/+60
2019-06-21Remove OPENSSL_memcmp.Pauli1-17/+0
2019-06-17Add the function OPENSSL_thread_stop_ex()Matt Caswell1-0/+1
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell3-4/+21
2019-06-17Provide a version of ossl_init_thread_start that works in FIPS modeMatt Caswell1-1/+2
2019-06-17Add the function openssl_ctx_get_concrete()Matt Caswell1-0/+2
2019-06-17Replumbing: offer a core upcall to get the provider object's library contextRichard Levitte1-0/+3
2019-06-12Fix typo mistake on calls to SSL_ctrl in ssl.hraja-ashok1-30/+30
2019-06-12TLS1.3 FFDHE Supportraja-ashok1-0/+2
2019-06-12Fix an incorrect macroMatt Caswell1-1/+1
2019-06-12Make BIGNUM code available from within the FIPS moduleMatt Caswell1-0/+1
2019-06-12Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell2-0/+3
2019-06-12Remove redundant includeAcheev Bhagat1-4/+0
2019-06-11Add defines to indicate if intypes.h and stdint.h are unavailableShane Lontis1-0/+6
2019-06-11PBKDF2 updates to conform to SP800-132Shane Lontis2-23/+29
2019-06-11Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis2-3/+2
2019-06-11Change cipher default strings to a functionTodd Short1-9/+21
2019-06-10EVP fetching: make operation_id part of the method identityRichard Levitte1-3/+5
2019-06-07Move the rand_nonce_lock code into drbg_lib.cMatt Caswell1-2/+3
2019-06-07Make the rand_crng code OPENSSL_CTX awareMatt Caswell1-1/+2
2019-06-07Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell2-1/+9
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx2-2/+3
2019-06-06Fix typo in macro argument of SSL_set1_client_sigalgs_list()Dr. Matthias St. Pierre1-1/+1
2019-06-04Move digests to providersShane Lontis7-4/+261
2019-06-03Add missing parentheses in macroMathias Berchtold1-1/+1
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis1-0/+2
2019-05-31Constify OSSL_PROVIDER getter input parametersRichard Levitte2-6/+7
2019-05-30Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer4-3/+280
2019-05-27Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis2-0/+8
2019-05-24issue-8973: Added const to parameters for values that were not alteredagnosticdev1-2/+2
2019-05-23Make core code available within the FIPS moduleMatt Caswell1-0/+7
2019-05-22Fix GOST OIDvoev1-1/+1
2019-05-21Change SSL parameter SSL_session_reused constArne Schwabe1-1/+1
2019-05-20Clear CRMF vs CMP confusionRichard Levitte2-3/+3
2019-05-16Added X963KDF APIShane Lontis3-0/+8
2019-05-12EVP_FETCH: deal with names without pre-defined NIDsRichard Levitte1-5/+5
2019-05-12Create internal number<->name mapping APIRichard Levitte2-1/+23
2019-05-09Fixed 32bit issue for kdf_optsShane Lontis1-4/+2
2019-05-08ossl_bsearch(): New generic internal binary search utility functionRichard Levitte1-0/+11
2019-05-08Coverity CID 1444960: Error handling issuesPauli1-0/+1
2019-05-07ssl: Add SSL_sendfileBoris Pismenny3-0/+4
2019-05-07Linux ktls sendfileBoris Pismenny1-0/+15
2019-05-03Added generated files for EVP_KDF changesShane Lontis1-0/+1
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis4-2/+13