Re: No key, certificate and CRL API: more info.

1999-04-13 Thread Dr Stephen Henson
Rich Salz wrote: On Tue, 13 Apr 1999, Dr Stephen Henson wrote: I was thinking more along the lines of the PKCS#11 (but cut down a bit) to handle this kind of thing where you treat each 'object' as a set of 'attributes' and can search for objects that match a given attribute. Something

Re: Type-safe stacks

1999-04-13 Thread Anonymous
As I was writing this response to Ben I came to realize that this is a religious issue. I believe libraries should be as simple and general purpose as possible, and the new STACK_OF() stuff is moving in the other direction. If no one else thinks like I do I'll shut up and like it. But here's

Re: Type-safe stacks

1999-04-13 Thread Ben Laurie
Anonymous wrote: As I was writing this response to Ben I came to realize that this is a religious issue. I believe libraries should be as simple and general purpose as possible, and the new STACK_OF() stuff is moving in the other direction. If no one else thinks like I do I'll shut up and

RE: Type-safe stacks

1999-04-13 Thread Ron Ramsay
Let's not go down the C++ path, ever! -Original Message- From: Paul Keogh [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, April 13, 1999 7:40 PM To: [EMAIL PROTECTED] Subject: RE: Type-safe stacks Have you considered using the stack template class from the STL ? I appreciate