phpas2 icon indicating copy to clipboard operation
phpas2 copied to clipboard

PHPAS2 is a php-based implementation of the EDIINT AS2 standard.

Results 8 phpas2 issues
Sort by recently updated
recently updated
newest added

## Overview When sending a message with an attachment, the following error occurs: ``` The Message Integrity Code (MIC) does not match the sent AS2 message (required: **required_mic**, sha256, returned:...

If buildMdn() function returns null Fatal error: Uncaught Error: Call to a member function getHeaders() on null in \tiamo\phpas2\src\Server.php:196

when i use the demo send message to  "mendelsontestAS2" Q1: the "MDN" return "The system is unable to find out the sign algorithm of the inbound AS2 message." Q2: and...

In ```CryptoHelper``` I've seen the comment: ```php /** * TODO: Implement pure methods without "openssl_pkcs7" * check openssl_pkcs7 doesn't work with binary data. */ ``` From what I can tell,...

Hey, we are receiving complaints, that returned MDNs are buggy, because most probably there are only LFs instead of CR/LFs as with previous versions. This seems to put original sender...

how to pass Intermediate and root certificate for partner in PHPAS2

The `CryptoHelper::verify()` method ([here](https://github.com/tiamo/phpas2/blob/master/src/CryptoHelper.php#L115)) uses [openssl_pkcs7_verify](https://www.php.net/manual/en/function.openssl-pkcs7-verify.php). But the parameters do not match the documentation at all: - The first parameter is a `MimePart` or a content string when it should...

Thank you for your work on this library. Are you open to a pull request to address a couple of issues I've found? ## File Size Limitation This library is...