Cryptography from mathematics to physics...
Find out more here.
Wednesday, October 24, 2007
ApacheCon Europe 2008
ApacheCon Europe 2008
Amsterdam, The Netherlands -7 April through 11 April, 2008
Call for papers ends 26th October. Hurry...
Call for papers ends 26th October. Hurry...
Thursday, October 18, 2007
Breathing...
All of a sudden I realized that I've engaged in two fantastic exercises for last few months.
Many days in the morning I go jogging. That's inhale from nose and exhale from mouth.
At least two days per week I go swimming. That's inhale from mouth and exhale from nose.
Gosh! my engine should work properly.
Doing exercises has lot other advantages than being healthy.
1. It gives you a chance to meet people. Ground... Pool...
2. You have your own time to think. Try to think deep, inside water or think, deep inside water? New ideas does not only come in the shower.
3. At least you have a chance to smell fresh grass. Hmm... I like it when I jog. Better after a rain overnight.
4. Finally you can avoid traffic in the morning and in the evening. (Luckey that I have flexible working hours)
So think about it. Go jogging next morning. If you don't know how to swim, learn it.
Many days in the morning I go jogging. That's inhale from nose and exhale from mouth.
At least two days per week I go swimming. That's inhale from mouth and exhale from nose.
Gosh! my engine should work properly.
Doing exercises has lot other advantages than being healthy.
1. It gives you a chance to meet people. Ground... Pool...
2. You have your own time to think. Try to think deep, inside water or think, deep inside water? New ideas does not only come in the shower.
3. At least you have a chance to smell fresh grass. Hmm... I like it when I jog. Better after a rain overnight.
4. Finally you can avoid traffic in the morning and in the evening. (Luckey that I have flexible working hours)
So think about it. Go jogging next morning. If you don't know how to swim, learn it.
Friday, October 12, 2007
Monday, October 08, 2007
A Quick Reference Guide for Rampart/C Configurations
In this tutorial I've shown how to configure Ramaprt/C to support different security requirements in WS-Security, based on WS-Secuirty Policy Specification 1.1
Thursday, October 04, 2007
Apache Rampart/C 1.0 Unleashed !!!
Unleashed to protect SOAP messages.
Yes. Rampart/C as the security module for Apache Axis2/C, provides it's users a way to protect their SOAP messages from intruders, spies and even hypocrites(hmm... bad people everywhere). :)
It provides Authentication, Confidentiality, Non-repudiation for messages with a minimum effort in configurations.
Rampart/C 1.0 is based on the WS-Security Specification 1.0.
It also encapsulates features of
Rampart/C is also the security module for WSF/C and WSF/PHP frameworks.
You may download it here
http://ws.apache.org/rampart/c/download.cgi
Key features of the release
Major changes since last release
Yes. Rampart/C as the security module for Apache Axis2/C, provides it's users a way to protect their SOAP messages from intruders, spies and even hypocrites(hmm... bad people everywhere). :)
It provides Authentication, Confidentiality, Non-repudiation for messages with a minimum effort in configurations.
Rampart/C 1.0 is based on the WS-Security Specification 1.0.
It also encapsulates features of
- Username Token Profile 1.1
- X509 Token Profile 1.1
- Ws-Security Policy Specification 1.0
Rampart/C is also the security module for WSF/C and WSF/PHP frameworks.
You may download it here
http://ws.apache.org/rampart/c/download.cgi
Key features of the release
- Ability to send and verify UsernameTokens with
- PlainText password
- Digested password
- Ability to send Timestamp tokens
- SOAP message encryption
- SOAP message signature
- WS Security Policy based configurations
Major changes since last release
- Memory leak fixes
- Many bug fixes
- Signature Encryption
- Signing specific headers
- Sign before encryption
- Encryption before signing
- Replay detection support
- Improvements to the context model
- Authentication module implementation
- Credentials module implementation
- Improvements to Key/Certificate loading mechanisms
- Easy to use deployment scripts
- WS-Security Policy (Spec 1.1) based configurations
WSO2 WSF/C 1.1.0 is released
WSO2 has announced another release of a hidden beast... it's WSF/C 1.1.0
WSF/C is actually the base framework for many implementations including WSF/PHP and WSF/Perl. There is another frameworks to be thrown to the open source community wrapping the WSF/C. Guess what...? It's WSF/Ruby.
So what makes WSF/C so special apart from being the base for many frameworks.
The first reason is that it's powered by the Apache Axis2/C web services engine. Other reason is that it encapsulates a number of modules that are WS-* implementations, such as Apache Rampart/C, Apache Savan/C and Apache Sandesha/C.
Once the WSF/C is downloaded, with a minimum effort for configurations, user can consume/deploy web services securely and reliably inheriting the features of it's module pack.
Have a look
http://dist.wso2.org/products/wsf/c/1.1.0/
WSF/C is actually the base framework for many implementations including WSF/PHP and WSF/Perl. There is another frameworks to be thrown to the open source community wrapping the WSF/C. Guess what...? It's WSF/Ruby.
So what makes WSF/C so special apart from being the base for many frameworks.
The first reason is that it's powered by the Apache Axis2/C web services engine. Other reason is that it encapsulates a number of modules that are WS-* implementations, such as Apache Rampart/C, Apache Savan/C and Apache Sandesha/C.
Once the WSF/C is downloaded, with a minimum effort for configurations, user can consume/deploy web services securely and reliably inheriting the features of it's module pack.
Have a look
http://dist.wso2.org/products/wsf/c/1.1.0/
Tuesday, October 02, 2007
Scientists Invent 30 Year Continuous Power Laptop Battery
Your next laptop could have a continuous power battery that lasts for 30 years without a single recharge ...[more]...
Hmm... that's enough time to do some useful research. Ohh I forgot !!! What's the duration of the laptop itself then?
Hmm... that's enough time to do some useful research. Ohh I forgot !!! What's the duration of the laptop itself then?
Monday, October 01, 2007
Apache Axis2 1.1.0
After many improvements and bug fixes Apache Axis2 1.1.0 is released y'day. You may download it here.
The new release includes following key features.
The new release includes following key features.
- Support for one-way messaging (In-Only) and request response messaging (In-Out)
- Client APIs: Easy to use service client API and more advanced operation client API
- Transports supported: HTTP
- Inbuilt HTTP server called simple axis server
- Apache2 httpd module called mod_axis2 for server side
- IIS module for server side
- Client transport with ability to enable SSL support
- Basic HTTP Authentication
- libcurl based client transport
- Inbuilt HTTP server called simple axis server
- Module architecture, mechanism to extend the SOAP processing model
- WS-Addressing support, both the submission (2004/08) and final (2005/08) versions, implemented as a module
- MTOM/XOP support
- AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages; This has complete XML infoset support
- XML parser abstraction
- Libxml2 wrapper
- Guththila pull parser support
- Libxml2 wrapper
- Both directory based and archive based deployment models for deploying services and modules
- Description hierarchy providing access to static data of Axis2/C runtime (configuration, service groups, services, operations and messages)
- Context hierarchy providing access to dynamic Axis2/C runtime information(corresponding contexts to map to each level of description hierarchy)
- Message receiver abstraction
- Inbuilt raw XML message receiver
- Inbuilt raw XML message receiver
- Code generation tool for stub and skeleton generation for a given WSDL (based on Java tool)
- Axis Data Binding (ADB) support
- Axis Data Binding (ADB) support
- Transport proxy support
- REST support (more POX like) using both HTTP POST and GET
- Comprehensive documentation
- Axis2/C Manual
- Axis2/C Manual
- WS-Policy implementation called Neethi/C, with WS-SecurityPolicy extension
- TCP Transport, for both client and server side
Apache Rampart/C 1.0 is getting ready
Apache Rampart/C 1.0 release artifacts are uploaded here. Waiting for votes. :)
Subscribe to:
Posts (Atom)