All topics

TLS / SSL

9 articles tagged TLS / SSL.

SOA Specs Visualized

  • SOA
  • SOAP
  • TLS / SSL

In a previous blog post, I listed a number of SOA Specs and Security Specs that I thought were important to be familiar with when working with DataPower and other SOA technologies. In this post, I made a quick (and dirty) Visio diagram that I tend to draw up on a whiteboard when I’m at a new client…

Read article: SOA Specs Visualized

Symmetric Keys—Addendum

  • AES
  • DataPower
  • Key Management

A couple of weeks ago I wrote a brief post about how to generate symmetric keys that can be used with DataPower. It demonstrates how to generate shared keys of various lengths using the Unix dd command. Today, someone asked how a shared key (or symmetric key) can be generated using the openssl…

Read article: Symmetric Keys—Addendum

Protocol Transformations

  • DataPower
  • Protocols
  • SOA

Previously, I wrote a Wire Protocols post that outlined the common protocols that I’ve encountered when working with ESBs and SOA technology-especially DataPower. A primary function of an ESB is to provide the ability to convert service requests between these different protocols in a mostly…

Read article: Protocol Transformations

Generating and Uploading a Shared Key (Symmetric Key) to DataPower Appliances

  • AES
  • DataPower
  • Key Management

DataPower does not seem to provide a tool to generate a Shared Key that can be used with 3DES or AES algorithms. DataPower does provide a tool for generating X509 private keys, certificate requests, and self-signed certificates-in the Crypto Tools section-but we are concerned with Shared Keys…

Read article: Generating and Uploading a Shared Key (Symmetric Key) to DataPower Appliances

Part 1: Creating your own SSL certificates for a custom Java client-server application

  • Key Management
  • PKI
  • TLS / SSL

If you replace the steps for creating your own CA private key & certificate and signing your own certificate (with the CA) with having certificates signed by a legitimate Certificate Authority, you've got the basic idea behind creating/ordering certs for most situations.

Read article: Part 1: Creating your own SSL certificates for a custom Java client-server application