RE: [openssl.org #3101] [PATCH] Add CMP (RFC 4210) implementation

2013-10-29 Thread Peylo, Martin via RT
, Martin (NSN - FI/Espoo) Cc: openssl-dev@openssl.org Subject: Re: [openssl.org #3101] [PATCH] Add CMP (RFC 4210) implementation Hi, I just noticed that I had sent this reply only to the openssl-dev list and not to the request tracker, so I'm sending it again here. I also slightly updated

Re: [openssl.org #3101] [PATCH] Add CMP (RFC 4210) implementation

2013-08-05 Thread Viljanen, Miikka J. (NSN - FI/Espoo)
On 2.Aug.13 14:22, Stephen Henson wrote: On Fri Aug 02 10:23:05 2013, martin.pe...@nsn.com wrote: - the code in crypto/cmp also includes the functionality to perform the most important cmp message sequences via HTTP. This code depends on libcurl, so it is split into its own library

Re: [openssl.org #3101] [PATCH] Add CMP (RFC 4210) implementation

2013-08-05 Thread Viljanen, Miikka J. via RT
On 2.Aug.13 14:22, Stephen Henson wrote: On Fri Aug 02 10:23:05 2013, martin.pe...@nsn.com wrote: - the code in crypto/cmp also includes the functionality to perform the most important cmp message sequences via HTTP. This code depends on libcurl, so it is split into its own library

[openssl.org #3101] [PATCH] Add CMP (RFC 4210) implementation

2013-08-02 Thread Stephen Henson via RT
On Fri Aug 02 10:23:05 2013, martin.pe...@nsn.com wrote: - the code in crypto/cmp also includes the functionality to perform the most important cmp message sequences via HTTP. This code depends on libcurl, so it is split into its own library (libcrypto_cmpseq.a) in order to help deal with the