mpeylo / cmpossl

An OpenSSL-based implementation of the Certificate Management Protocol (CMP), defined in IETF RFCs 4210, 4211, and 6712. It is being extended according to the emerging RFCs 'CMP Updates' (CMPv3), 'CMP Algorithms', and 'Lightweight CMP Profile'.
https://github.com/mpeylo/cmpossl/wiki
Other
35 stars 13 forks source link

Client server tests #205

Closed Akretsch closed 4 years ago

Akretsch commented 4 years ago

HTTP client server test added

Checklist
Akretsch commented 4 years ago

@DDvO Thanks for feedback.

DDvO commented 4 years ago

@Akretsch, I had to replace 'localhost' to '127.0.0.1' to make the server locally reachable on my machine. I significantly streamlined 81-test_cmp_cli_server.t and improved the client and server arguments. apps/cmp.c had to be updated to the recently changed HTTP transfer result passing convention.