Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.81 KB

File metadata and controls

25 lines (18 loc) · 1.81 KB

phase2 (formerly known as "as2-lib")

Sonatype Central javadoc

AS2 is a transport protocol specified in RFC 4130. AS2 version 1.1 adding compression is specified in RFC 5402. The MDN is specified in RFC 3798. Algorithm names are defined in RFC 5751 (S/MIME 3.2) which supersedes RFC 3851 (S/MIME 3.1);

See the Wiki for all details. It also contains License details.

This library is a fork of OpenAS2 which did not release updates since 2010 (as per August 2015 they are on GitHub at https://github.com/OpenAS2/OpenAs2App). I then split the project into a common library part (the "as2-lib" submodule) and a server part (the "as2-server" submodule) which contains a stand alone (socket) server. The library project also contains a simple AS2 client which can be used to send messages to other AS2 servers (as part of "as2-lib").

Per 09/2025 the library was renamed to "phase2" to match the name of the library phase4 which is an OpenSource AS4 implementation.


My personal Coding Styleguide | It is appreciated if you star the GitHub project if you like it.