Adobe
Products

Top destinations

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • SiteCatalyst
  • Students
  • Elements family

Adobe Creative Cloud

  • What is Adobe Creative Cloud?
  • Design
  • Web
  • Photography
  • Video
  • Students
  • Teams
  • Enterprise
  • Educational institutions

Design and photography

  • Photoshop
  • Illustrator
  • InDesign
  • Adobe Muse
  • Lightroom

Video

  • Adobe Premiere
  • After Effects

Web development and HTML5

  • Edge Tools & Services [opens in a new window]
  • Dreamweaver
  • Gaming [opens in a new window]

Adobe Marketing Cloud

  • What is Adobe Marketing Cloud?
  • Digital analytics
  • Social marketing
  • Web experience management
  • Testing and targeting
  • Media optimization

Analytics

  • SiteCatalyst
  • Adobe Discover
  • Insight

Social

  • Adobe Social

Experience Manager

  • CQ
  • Scene7

Target

  • Test&Target
  • Recommendations
  • Search&Promote

Media Optimizer

  • AdLens
  • AudienceManager
  • AudienceResearch

Document services

  • Acrobat
  • EchoSign [opens in a new window]
  • FormsCentral [opens in a new window]
  • SendNow [opens in a new window]
  • Acrobat.com [opens in a new window]

Publishing

  • Digital Publishing Suite

  • See all products
Business solutions

By business need

  • Digital analytics
  • Digital publishing
  • Document management
  • Media optimization
  • Social marketing
  • Testing and targeting
  • Video editing and serving
  • Web development [opens in a new window]
  • Web experience management
  • See all business needs

By industry

  • Broadcast
  • Education
  • Financial services
  • Government
  • Publishing
  • Retail
  • See all industries
Support & Learning

I need help

  • Products
  • Adobe Creative Cloud
  • Adobe Marketing Cloud
  • Forums [opens in a new window]

I want to learn

  • Training and tutorials
  • Certification [opens in a new window]
  • Adobe Developer Connection
  • Adobe Design Center
  • Adobe TV [opens in a new window]
  • Adobe Marketing Center
  • Adobe Labs [opens in a new window]
Download
  • Product trials
  • Adobe Flash Player
  • Adobe Reader
  • Adobe AIR
  • See all downloads
Company
  • Careers at Adobe
  • Investor Relations
  • Newsroom
  • Privacy
  • Corporate Social Responsibility
  • Customer Showcase
  • Contact us
  • More company info
Buy
  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers
  • Adobe Marketing Cloud sales [opens in a new window]
Search
 
Info Sign in
Why sign in? Sign in to manage your account and access trial downloads, product extensions, community areas, and more.
Welcome,
My Adobe
My orders
My information
My preferences
My products and services
Sign out
My cart
Privacy My Adobe
Adobe
Products Sections Buy   Search  
Solutions Company
Help Learning
Sign in Sign out Privacy My Adobe
Date Date
Qty:
Subtotal
Promotions
Estimated Shipping
VAT
Calculated at checkout
Total
Checkout
Help / 

Compile, update OpenSSL for Flash Media Server

Adobe Community Help


Products Affected

  • Adobe Media Server

Contact support

 
By clicking Submit, you accept the Adobe Terms of Use.
 

Flash Media Server and its components use OpenSSL libraries for various functions internally. Until now, all the previous Flash Media Server releases have statically linked to the OpenSSL libraries. This static linking made it impossible for users to manually upgrade the OpenSSL libraries. 

With the latest Flash Media Server (versions 3.5.6 or later and 4.0.2 or later), you can compile the OpenSSL libraries and apply them to Flash Media Server. Flash Media Server 3.5.6 and 4.0.2 added OpenSSL version1.0.0c as a dynamic or shared library. This TechNote explains how to compile the OpenSSL libraries and integrate them in Flash Media Server.

To the top

Requirements

  • Flash Media Server version - 3.5.6.x, 4.0.2.x or later
  • OpenSSL version is 1.0.0c or later

Windows

  • For Flash Media Server 3.5.6 (or later): Microsoft® Visual Studio® 2005 Service Pack 1
  • For Flash Media Server 4.0.2 (or later): Microsoft® Visual Studio® 2008 Service Pack 1

Linux

  • For Flash Media Server 3.5.6 (or higher) for Linux platform: GNU C Compiler (GCC) 3.4.3
  • For Flash Media Server 4.0.2 (or higher) for Linux platform: GNU C Compiler (GCC) 4.1.2 
To the top

Process

Download OpenSSL source from http://www.openssl.org/source/. Extract the source (.tar.gz) to a suitable location.

Windows

Instructions for 32-bit configuration

  • Open the Microsoft Visual Studio®Command Prompt that is part of Visual Studio (VS) install and go to the extracted OpenSSL root folder. 

Note: Use VS2005 command prompt if building OpenSSL for Flash Media Server 3.5.6 (or later) and VS 2008 if building for Flash Media Server 4.0.2 (or later). When using VS 2005, make sure that you have fresh OS with VC80 CRT version no greater than 8.0.50727.762. A 64-bit OS is recommended for compiling 64-bit libraries with the 64-bit VS.

  1. Download the latest Netwide Assembler (NASM) build from http://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D. Install NASM and add the folder containing NASM binary to System PATH environment variable by executing the file nasmpath.bat located in the NASM root directory.
  2. Run the following commands for configuring the build. Also see the README.txt in OpenSSL root folder.

    perl Configure VC-WIN32 --prefix=e:\ssl\OpenSSL\dir ms\do_nasm.bat

    nmake -f ms\ntdll.mak

    nmake -f ms\ntdll.mak test

    Note:

    If not present on the machine install Perl, nmake, and the Microsoft SDK.

  3. OpenSSL libraries are copied to the following folder: \out32dll

  4. Copy OpenSSL libraries (ssleay32.dll and libeay32.dll) and their associated manifest files to the Flash Media Server installation directory.

Instructions for 64-bit configuration

  1. When compiling OpenSSL for 64-bit platform on a 32-bit machine (or the other way around), make sure to use Open Visual Studio 20?? x64 Cross Tools Command Prompt which is part of Visual Studio install.

    Note: As of OpenSSL 1.0.0c, NASM support is already present for 64 bit.
  2. Go to OpenSSL folder. Run the following commands to build OpenSSL libraries. See the README.txt in the OpenSSL root folder, if necessary.

    Note:  If not present on the machine install Perl, nmake and the Microsoft SDK.

    Configure VC-WIN64A--prefix=e:\ssl\OpenSSL\dir ms\do_win64a.bat

    nmake -f ms\ntdll.mak&nbsp

    cd out32dll

    ..\ms\test.bat

  3. OpenSSL libraries are copied to the following folder: \out32dll.

  4. Copy OpenSSL libraries, ssleay32.dll and libeay32.dl,l and along with their associated manifest files to the Flash Media Server installation directory.

Linux

  1. Open command prompt.

    Note:

    Make sure that the default compiler is GCC 3.4.3 when compiling OpenSSL for Flash Media Server 3.5.6 (or later). Use the GCC 4.1.2 compiler when compiling OpenSSL for Flash Media Server 4.0.2 (or later).

  2. Go to OpenSSL root folder and issue following commands:

    Note:

    Make sure that /usr/local/ssl is clean, empty, and writable as the install copies all the files to this folderStep text

    ./config shared -fPIC

    make

    make test

    make install

  3. The OpenSSL binaries (and symbolic links) are installed to /usr/local/ssl. The shared library names are libcrypto.so.1.0.0 and libssl.so.1.0.0. Copy them to the Flash Media Server installation directory.

 

Keywords: cpsid_90293

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License  Twitter™ and Facebook posts are not covered under the terms of Creative Commons.

Legal Notices   |   Online Privacy Policy

Products

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • Digital Publishing Suite
  • Elements family
  • SiteCatalyst
  • For education

Download

  • Product trials
  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR

Support & Learning

  • Product help
  • Forums

Buy

  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers

Company

  • News room
  • Partner programs
  • Corporate social responsibility
  • Career opportunities
  • Investor Relations
  • Events
  • Legal
  • Security
  • Contact Adobe
Choose your region United States (Change)
Choose your region Close

North America

Europe, Middle East and Africa

Asia Pacific

  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States

South America

  • Brasil
  • Africa - English
  • Österreich - Deutsch
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Hrvatska
  • Česká republika
  • Danmark
  • Eastern Europe - English
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • Middle East and North Africa - English
  • Moyen-Orient et Afrique du Nord - Français
  • Nederland
  • Norge
  • Polska
  • Portugal
  • România
  • Россия
  • Srbija
  • Slovensko
  • Slovenija
  • España
  • Sverige
  • Schweiz - Deutsch
  • Suisse - Français
  • Svizzera - Italiano
  • Türkiye
  • Україна
  • United Kingdom
  • Australia
  • 中国
  • 中國香港特別行政區
  • Hong Kong S.A.R. of China
  • India - English
  • 日本
  • 한국
  • New Zealand
  • 台灣

Southeast Asia

  • Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English

Copyright © 2013 Adobe Systems Incorporated. All rights reserved.

Terms of Use | Privacy | Cookies

Ad Choices

Reviewed by TRUSTe: site privacy statement