Re: [openssl.org #3239] PATCH: formatting errors in NAME lines of two manual pages

2014-08-13 Thread Ingo Schwarze
Hello, thanks for checking and committing. I have just merged and committed downstream to LibreSSL as well. Yours, Ingo Rich Salz via RT wrote on Tue, Aug 12, 2014 at 10:01:34PM +0200: > Fixed as shown; to be released post-1.0.2 > commit bebbb11d132cc149f7713d6693703f8bfae10072 &g

[openssl.org #3239] PATCH: formatting errors in NAME lines of two manual pages

2014-01-19 Thread Ingo Schwarze via RT
ot; to the one line description in SSL_CTX_set_max_cert_list(3). Found with OpenSSL 1.0.1c on OpenBSD-current; the bug ist still present in the git head. Yours, Ingo commit 0dc90fc72a0e4f1b951a25120a08b91b34eda77b Author: Ingo Schwarze Date: Sat Jan 18 11:46:25 2014 +0100 Remove the trai

Re: [openssl.org #2343] Resolved: randfile.c compilation failure on OpenBSD

2011-09-27 Thread Ingo Schwarze via RT
; make test works for me on OpenBSD -current with ftp://ftp.openssl.org/snapshot/openssl-SNAP-20110927.tar.gz Yours, Ingo __ OpenSSL Project http://www.openssl.org De

[openssl.org #2343] randfile.c compilation failure on OpenBSD

2010-09-20 Thread Ingo Schwarze via RT
.0. Yours, Ingo --- crypto/rand/randfile.c.orig Tue Jun 15 19:25:11 2010 +++ crypto/rand/randfile.c Mon Sep 20 14:08:45 2010 @@ -269,6 +269,7 @@ err: const char *RAND_file_name(char *buf, size_t size) { char *s=NULL; + int ok = 0; #ifdef __OpenBSD__ stru

FIPS 186-3 (mainly DSA with SHA224/SHA256) support?

2008-01-14 Thread ingo
, Ingo. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

AW: BUG: CreateToolhelp32Snapshot, check if running as NT service

2003-08-14 Thread Ingo A. Kubbilun
"S-1-5-18", then specify your specific one as the 3rd param (zero-terminated string). Rgs, Ingo. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Jeffrey Altman Gesendet: Freitag, 8. August 2003 19:37 An: [EMAIL PROTECTED] Cc: [EMAIL

AW: AW: BUG: CreateToolhelp32Snapshot, check if running as NT service

2003-08-14 Thread Ingo A. Kubbilun
stuff from another project I'm currently working on. For your convenience, you can also add another #define: #define _IsService IsService(EXENAME_SERVICES,EXENAME_WINLOGON,SYSTEM_SID) and use the macro "_IsService" instead. If you need another solution, please let me know. Ingo. ---

AW: AW: AW: BUG: CreateToolhelp32Snapshot, check if running as NT service

2003-08-11 Thread Ingo A. Kubbilun
ult account is always LOCALSYSTEM. As an alternative, you can just check if the parent process of your process is "services.exe", the Service Control Manager. All NT services run on behalf of the SCM. This is static on all Windows versions running services. Rgs, Ingo. -Ursprüngliche Na

AW: BUG: CreateToolhelp32Snapshot, check if running as NT service

2003-08-09 Thread Ingo A. Kubbilun
Hi, sorry, forgot two 'strupr' calls. Please use attached versions. Rgs, Ingo. svccheck.zip Description: Zip compressed data