Re: [openssl.org #1555] problems under openbsd

2007-09-24 Thread Dmitri Dmitrienko via RT
Andy, Good point, thanks. I had to check closely too. Why I don't want 0.9.8e is because there is a little flaw which is alrady fixed in the HEAD but still not officially released :) You know that EVP_CIPHER_CTX_key_length in this version returns ctx->cipher->key_len instead of ctx->key_len and

Re: [openssl.org #1555] problems under openbsd

2007-09-24 Thread Andy Polyakov via RT
> There is no problem with C compiler and tools around it under OpenBSD except > assembler. It's assember adds undescores to all the public symbols in the > object files No. It's not assembler that adds underscores, but OpenSSL modules that are generated with underscores for OpenBSD-i386 target.

[openssl.org #1578] [PATCH] fix is is typos

2007-09-24 Thread Lutz Jaenicke via RT
Applied, thanks. Best regards, Lutz __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1584] INSTALL.W32 Configure prefix must be unix format directory delimeters

2007-09-24 Thread Graham Addis via RT
The example for configuring the windows installation for visual c++ correctly shows unix style directory formats paths in the prefix: > perl Configure VC-WIN32 --prefix=c:/some/openssl/dir The document does not state that this is mandatory. i.e. If an MS-DOS style delimeter e.g: > perl Confi