[openssl.org #340] EVP_PKEY_get0_*()

2002-11-13 Thread Nils Larsch via RT
Hi *, I've got a short question: Is it possible to include macros '#define EVP_PKEY_get0_EC_KEY(a) ((a)-pkey.eckey)' etc. in evp.h ? Regards, Nils PS: In case there are no objections, here's a patch: --- openssl-SNAP-2002/crypto/evp/evp.h Mon Aug 12 11:01:02 2002 +++

Re: [openssl.org #360] crypto/dsa/dsa_lib.c DSA_size()

2002-11-25 Thread Nils Larsch via RT
Jeffrey Altman via RT wrote: What is the appropriate size for 'buf' in DSA_size()? 4 bytes is certainly not correct. Hi Jeffry, I think it's correct :-) int DSA_size(const DSA *r) { int ret,i; ASN1_INTEGER bs; unsigned

Re: [openssl.org #360] crypto/dsa/dsa_lib.c DSA_size()

2002-11-25 Thread Nils Larsch via RT
Jeffrey Altman wrote: The code is the same in both 0.9.6- and 0.9.7-beta4. in 0.9.7-b4 there is an assertion added that is being triggered because the buf size is considered too small. However, tracing through the calls shows that even with a 160bit input only the first byte is ever

Re: [openssl.org #355] Bug: RSA_PKCS1_PADDING use in rsa/rsa_sign.c

2002-11-26 Thread Nils Larsch via RT
Eric Cronin via RT wrote: At one point in time, RSA_PKCS1_PADDING was evidently #defined as '11', the size in bytes of the extra room needed for PKCS1 padding in an RSA block. In the current CVS version of OpenSSL it is #defined to 1 and is just used as a selector in switch statements.

Re: [openssl.org #459] [bug] DSA BN_init() bugs in 0.9.6h and 0.9.7

2003-01-15 Thread Nils Larsch via RT
Ivan D Nestlerode via RT wrote: I sent this to openssl-dev previously, but I think it got lost in the noise there (since it didn't go through rt). In OpenSSL 0.9.6h, there are a couple of BN_init() bugs in crypto/dsa/dsa_ossl.c. The BN_init() calls in question are in the functions:

[openssl.org #473] generalized X500 name compare

2003-01-22 Thread Nils Larsch via RT
Hi, would it be possible to implement a slightly more general X500 name compare in OpenSSL ? Currently OpenSSL accepts only strings with the same encoding type (i.e. OpenSSL compares only PRINTABLE with PRINTABLE and not PRINTABLE with T61STRING, although every PRINTABLE string is also a

Re: [openssl.org #490] 3 small memory leaks in the call to PEM_read_bio_DHparams()

2003-02-07 Thread Nils Larsch via RT
Reza Roodsari via RT wrote: but they add up quickly :-) Recently I started using a packaged called gSoap (http://www.cs.fsu.edu/~engelen/soap.html) and using one of their sample apps I noticed some leaks in it. I verified the memory leaks using purify and communicated them to Robert van

Re: [openssl.org #521] [PATCH] Avoid uninitialized data in random buffer

2003-02-28 Thread Nils Larsch via RT
Daniel Brahneborg via RT wrote: Hi, I'm using Valgrind to debug a program that uses the OpenSSL libraries, and got warnings about uninitialized data in the function RSA_padding_add_PKCS1_type_2(), on the line with } while (*p == '\0'); (line 171 in version 0.9.7a). The following patch

[openssl.org #562] Typo in asn1.h ??

2003-04-02 Thread Nils Larsch via RT
Hi, I think there is a typo in crypto/asn1/asn1.h: as far as I known T61STRING == TELETEXSTRING != VIDEOTEXSTRING (at least I conclude this from the V_ASN1_* definitions in asn1.h), but B_ASN1_T61STRING != B_ASN1_TELETEXSTRING == VIDEOTEXSTRING (see patch below). Regards, Nils Index:

[openssl.org #650] [PATCH] new option '-issuer_hash' for the x509 command

2003-06-30 Thread Nils Larsch via RT
Hi, attached is a small patch to implement a new '-issuer_hash' option for the 'x509' command. With this patch 'openssl x509 -issuer_hash ...' returns the hash value of the issuer name (similar to the normal '-hash' option which returns the hash value of the subject name). Regards, Nils

Re: [openssl.org #677] bug report - Memory leak in DSA_free() call.

2003-08-15 Thread Nils Larsch via RT
On Friday 15 August 2003 09:13, Leenex Gomes via RT wrote: Memory leak in DSA_free() call in dsa_lib.c Version : openssl-0.9.6c. But the same exists in openssl-0.9.7b Description : method_mont_p member of DSA struct is not freed. That's strange as this should be done by

[openssl.org #1460] Possible X509_NAME_print code error

2007-02-10 Thread Nils Larsch via RT
afaik this code should break the printed dn up into several lines if it's length exceeds 80 characters ... As this hasn't worked for quite some time (since revesion 1.8 of this file afaik) and scripts might already depend on this form of the output I've simply removed this code (btw:

[openssl.org #1461] Bug: EXPORT56 ciphers no longer exist

2007-02-10 Thread Nils Larsch via RT
IMHO compile time options should be placed in the INSTALL file. However I'not sure if we really want to encourage user to enable these ciphers ... Cheers, Nils __ OpenSSL Project

[openssl.org #1467] [BUG] [PATCH] kssl wrong malloc/calloc/free

2007-02-10 Thread Nils Larsch via RT
agree with your analysis = patch applied to 0.9.8-stable and the cvs head. Please test a recent snapshot. Thanks ! Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #1468] [PATCH] zlib uses wrong malloc/free

2007-02-14 Thread Nils Larsch via RT
patch applied (slightly modified) to 0.9.8-stable and 0.9.9-dev. Please test a recent snapshot. Thanks ! Nils __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #1490] [BUG] [PATCH] unintialized enc_read_ctx/enc_write_ctx on error

2007-02-16 Thread Nils Larsch via RT
patch applied. Thanks ! Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

Re: [openssl.org #1434] Bug report - link error when openssl-0.9.7l compiled with no-ssl2 flag

2007-04-09 Thread Nils Larsch via RT
[EMAIL PROTECTED] via RT wrote: I tried building OpenSSL 0.9.8e on windows with the no-ssl2 and it still creates ms\ssleay32.def with the ssl2 and ssl23 functions. From reading the logs this was supposed to be fixed in both 0.9.7l and 0.9.8 (bug report 1434). Am I missing a step or a

Re: [openssl.org #1504] Padding bug in 0.9.8d (Solaris 9, Sparc)

2007-04-11 Thread Nils Larsch via RT
Stefan Neis via RT wrote: Hi, Any feedback about my problem? Can anybody confirm the padding bug shown by my sample code (see RT) or can nobody reproduce it (e.g. because I forgot to mention that I'm using a static build...)? openssl doesn't support the type of padding (0x80, 0x00,

Re: [openssl.org #1504] Padding bug in 0.9.8d (Solaris 9, Sparc)

2007-04-12 Thread Nils Larsch via RT
Stefan Neis via RT wrote: Nils Larsch via RT schrieb: openssl doesn't support the type of padding (0x80, 0x00, 0x00, ...) you are using (openssl only supports the padding described in pkcs7). In that case, any idea why it does happen to work with version 0.9.8? Assuming

Re: [openssl.org #788] AutoReply: [PATCH] up to 1.4x RSA throughput using SSE2

2003-12-09 Thread Nils Larsch via RT
Hi Dean, [EMAIL PROTECTED] via RT wrote: i've added a second patch http://arctic.org/~dean/crypto/openssl-0.9.8-CVS-bn-sse2-v2.patch -- the second patch includes run-time detection of SSE2 and selects between two implementations of bn_mul_add_words so that it can be used in a general

Re: [openssl.org #831] -issuerhash

2004-02-20 Thread Nils Larsch via RT
[EMAIL PROTECTED] via RT wrote: Attached is a patch to add a -issuerhash command to openssl x509 (against 0.9.7c) It's already implemented (in 0.9.8-dev), see: http://marc.theaimsgroup.com/?l=openssl-cvsm=105726514415475w=2 (note: in 0.9.8-dev -issuer_hash is used and not -issuerhash). Btw: As

Re: [openssl.org #907] bug report - BN_num_bits returns incorrect key size

2004-07-01 Thread Nils Larsch via RT
Michael Schmidt via RT wrote: Hi, I think I've encountered a problem with BN_num_bits. I have experienced that BN_num_bits often returns 1 (sometimes more) bits less than the actual key size of a BIGNUM. With 2048 bit DH key pairs, I've often seen 2047 bit returned by BN_num_bits

Re: [openssl.org #925]

2004-07-28 Thread Nils Larsch via RT
Hi, I'm interested in views/comments on RSA keys generation. Namely, testing whether (p-1)(q-1) is relatively prime to e. It seems both p and q generated are not strong primes so there might be (a slim) chance for e to divide p-1 or q-1. However, this check (together with changing e) is

Re: [openssl.org #956] engine code in ECDSA and ECDH

2004-10-21 Thread Nils Larsch via RT
Maxim Masiutin via RT wrote: Hello, I was compiling a lightweight version of OpenSSL to utilize ECDSA and ECDH code. I liked that code very much! that's nice to hear ;-) I did use the OPENSSL_NO_ENGINE define. However, the ECDSA and ECDH files didn't honour this define.

[openssl.org #658] Bug in ssl_asn1.s/d2i_SSL_SESSION()

2005-04-04 Thread Nils Larsch via RT
should be fixed in a recent snapshot Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #860] Coding problem in ssl_rsa.c

2005-04-04 Thread Nils Larsch via RT
fixed, try a recent snapshot Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #947] Patch, I suppose

2005-04-04 Thread Nils Larsch via RT
Ben recently committed some changes in this direction. Could you please check if the problem still exists with a recent snapshot. Cheers, Nils __ OpenSSL Project http://www.openssl.org Development

[openssl.org #831] -issuerhash

2005-04-04 Thread Nils Larsch via RT
this feature is implemented in 0.9.8-dev (as -issuer_hash) which will hopefully released in a not so far away future ;-) I therefore resolve this ticket. Cheers, Nils __ OpenSSL Project

[openssl.org #800] EVP_CipherUpdate usage is incorrect in EVP_EncryptInit(3)

2005-04-05 Thread Nils Larsch via RT
fixed, Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

[openssl.org #863] Posts to openssl-users@openssl.org don't show

2005-04-05 Thread Nils Larsch via RT
since you have posted successfully to openssl-users since then I close this ticket Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #359] Calling SSL_read and SSL_write with non-empty error stack may cause an error

2005-04-07 Thread Nils Larsch via RT
This should be fixed in 0.9.8 . As we don't want to backport the necessary changes to 0.9.7 I close this ticket. Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #1035] [PATCH] SSL_CTX_use_PrivateKey_file pod doesn't match code

2005-04-08 Thread Nils Larsch via RT
thanks, I've committed your patch (adding support DER encoded keys) to 0.9.8-dev. Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #1044] Documentation: EVP_CIPHER_CTX_init() documented to return int, in reality void

2005-04-15 Thread Nils Larsch via RT
thanks, I've fixed the pod file. Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1045] [bug - website - howto] Typo in http://www.openssl.org/docs/HOWTO/keys.txt

2005-04-15 Thread Nils Larsch via RT
ok, I've corrected the typo. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #785] bug in RSA blinding code [WAS: Re: Seg fault in BN_mod_exp]

2005-04-28 Thread Nils Larsch via RT
this should be fixed in 0.9.8 Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #827] bug in RSA_blinding_on method

2005-04-28 Thread Nils Larsch via RT
fixed in 0.9.8 Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

[openssl.org #555] RSA blinding MT patch

2005-04-28 Thread Nils Larsch via RT
I've committed something similar to 0.9.8, see [1]. Please try a recent snapshot. [1] http://marc.theaimsgroup.com/?l=openssl-cvsm=111455472305028w=2 Cheers, Nils __ OpenSSL Project

[openssl.org #921] SSL Library Error: 336131157

2005-04-29 Thread Nils Larsch via RT
the blinding code in openssl 0.9.8 has been updated to include something similar. please test a recent snapshot. Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #1054] [Fwd: Bug#290271: openssl: typo in manpage CA.pl.1]

2005-05-03 Thread Nils Larsch via RT
fixed Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

[openssl.org #1061] [Fwd: Bug#240072: openssl: engine dynamic -pre segfaults]

2005-05-10 Thread Nils Larsch via RT
thanks, should be fixed in a new snapshot. Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1078] OpenSSL 0.9.8-stable-SNAP-20050523 doesn't build with no-aes

2005-05-31 Thread Nils Larsch via RT
I've committed a fix for no-aes, please test a new snapshot. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated

[openssl.org #1072] Assertion failure in bn_div_words (bn_asm.c)

2005-05-31 Thread Nils Larsch via RT
The correct assertion should be assert((i == BN_BITS2) || (h = (BN_ULONG)1i)); as it should prevent an overflow (the result doesn't fit into a single BN_ULONG). Please test a recent snapshot. Thanks, Nils __ OpenSSL

Re: [openssl.org #1087] Memory leak - OpenSSL 0.9.7g

2005-05-31 Thread Nils Larsch via RT
Karim Sharif via RT wrote: Hello, I would like to report a memory leak in SSL_connect(). Following code sample was check for memory leaks using Purify and show a 13K leak in SSL_connect(). did you read the * I think I've detected a memory leak, is this a bug? item in the FAQ ? Didn't

[openssl.org #1088] bug: SSL_load_client_CA_file always leaves errors in the error queue

2005-06-01 Thread Nils Larsch via RT
ok, I've committed a fix with which SSL_load_client_CA_file should clear the error queue on success. Please test a recent snapshot. Thanks, Nils __ OpenSSL Project http://www.openssl.org

[openssl.org #1087] Memory leak - OpenSSL 0.9.7g

2005-06-01 Thread Nils Larsch via RT
ok, ticket resolved. Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #836] SSL_CTX_set_cipher_list() in OpenSSL 0.9.7c under Linux

2005-06-08 Thread Nils Larsch via RT
should be fixed. please test a new snapshot. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1005] about a result of 'openssl ciphers'

2005-06-08 Thread Nils Larsch via RT
should be fixed; please try a new snapshot. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #697] bn-top related bug fixes

2005-06-11 Thread Nils Larsch via RT
this should be fixed in 0.9.8 . please test a recent snapshot from the 0.9.8 branch (or a beta release). Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #878] OpensslSsl2MasterkeyBo: OpenSSL SSL2 master key buffer overflow

2005-06-11 Thread Nils Larsch via RT
see http://www.openssl.org/news/vulnerabilities.html Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List

[openssl.org #817] ENHANCEMENT FAQ

2005-06-13 Thread Nils Larsch via RT
I've updated the FAQ; case resolved. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1049] Configure: GCC x86: option -m486 deprecated

2005-06-13 Thread Nils Larsch via RT
patch applied Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

[openssl.org #972] make:: m486 is depricated

2005-06-13 Thread Nils Larsch via RT
m486 has been replaced with -march=i486; case closed. thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List

[openssl.org #825] Patch: cswift engine openssl-0.9.7c

2005-06-17 Thread Nils Larsch via RT
patch applied; please test a recent snapshot Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #816] Bug report: some engines leave dangling DSO* after DSO_free

2005-06-17 Thread Nils Larsch via RT
should be fixed Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1012] o_str.c searches strings.h even if config with -DNO_STRINGS_H

2005-06-19 Thread Nils Larsch via RT
this should already by fixed in recent snapshots; case resolved Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org

[openssl.org #1111] Test passed: OpenSSL 0.9.8 beta 5 on SuSE 9.3

2005-06-19 Thread Nils Larsch via RT
thanks for the report. About the make test issue : make test should now run without a .rnd file on your platform (the error was caused by problem in rand_unix.c which has been fixed). Thanks, Nils __ OpenSSL Project

[openssl.org #1128] [Fwd: Bug#314465: CA.pl and openssl.cnf default to insecure MD5 digest]

2005-06-23 Thread Nils Larsch via RT
The default digest in 0.9.8 and the cvs head is SHA-1 (we didn't change 0.9.7 as we didn't want to break existing implementations depending on the default digest being MD5). About SHA-256 etc. : they are included in the soon to appear 0.9.8. Cheers, Nils

[openssl.org #1145] Bug in openssl interactive mode

2005-07-01 Thread Nils Larsch via RT
thanks, I've applied a slightly modified version of your patch; case resolved. Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #1156] missing const in manpages

2005-07-13 Thread Nils Larsch via RT
patch applied Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

[openssl.org #1158] missing options in ca.pod and req.pod

2005-07-15 Thread Nils Larsch via RT
committed. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

[openssl.org #1159] ./config shared no-deprecated

2005-07-16 Thread Nils Larsch via RT
should be fixed, please test a recent snapshot Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

Re: [openssl.org #1163] add a list-client-ciphers option to s_server

2005-07-16 Thread Nils Larsch via RT
via RT wrote: Oops, overlooked the -debug option that prints the Shared ciphers. Although, if that Shared ciphers:DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:RC4-MD5:RC4-SHA:AE

[openssl.org #1174] ectest and libefence

2005-07-23 Thread Nils Larsch via RT
ectest (with pre-computation) doesn't work when libefence is used __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List

[openssl.org #1170] [PATCH] Some sanity checks

2005-07-26 Thread Nils Larsch via RT
patch applied, ticket resolved __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

Re: [openssl.org #1170] [PATCH] Some sanity checks

2005-07-26 Thread Nils Larsch via RT
Yair Elharrar via RT wrote: ... diff -ur openssl-0.9.8-stable-SNAP-20050720\crypto\asn1\tasn_new.c openssl-0.9.8-mod\crypto\asn1\tasn_new.c --- openssl-0.9.8-stable-SNAP-20050720\crypto\asn1\tasn_new.c Wed May 11 06:45:24 2005 +++ openssl-0.9.8-mod\crypto\asn1\tasn_new.c Wed Jul 20 14:57:44

[openssl.org #1182] mem leak and minor error checking

2005-08-05 Thread Nils Larsch via RT
fixed, please test a new snapshot. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #683] SSL_CTX_new race condition

2005-08-21 Thread Nils Larsch via RT
the tables are now initialized in SSL_library_init() hence making the lock for load_ciphers unnecessary = case resolved. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing

[openssl.org #1194] bug in OpenSSL-0.9.8 (and previous versions) in crypto/objects/objects.txt (wrong text against sbgp objects

2005-09-02 Thread Nils Larsch via RT
fixed, please test a recent snapshot. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

Re: [openssl.org #1206] FTP USER Authentication

2005-09-22 Thread Nils Larsch via RT
[EMAIL PROTECTED] via RT wrote: Hi We have ported the openSSL code for our project.We use SSL to authenticate the users who use FTP to the controller(which is basically a printer). We have different groups such as developer, user, designer etc. each will have access permissions I am

Re: [openssl.org #1206] FTP USER Authentication

2005-09-23 Thread Nils Larsch via RT
[EMAIL PROTECTED] via RT wrote: We use DES encryption algorithm.When the user try to add an user with the password 12345678 ,user couldn't login. So itried printing the DES decrypted password, it returns junk password. Since it is junk user couldn't login. Basically we maintain a file which

Re: [openssl.org #1223] make test fails on some systems in 0.9.8a

2005-11-01 Thread Nils Larsch via RT
via RT wrote: ... On a SuSE 9.0 machine, however, with gcc 3.3.1 and glibc 2.3.2 make test deadlocks after: The following command should have some OK's and some failures There are definitly a few expired certificates ../util/shlib_wrap.sh ../apps/openssl verify -CApath ../certs

[openssl.org #1266] openssl prime 2

2006-01-13 Thread Nils Larsch via RT
should be fixed, please test a recent snapshot Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1266] openssl prime 2

2006-01-13 Thread Nils Larsch via RT
should be fixed, please test a recent snapshot Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1270] BN_get_negative != BN_is_negative

2006-01-13 Thread Nils Larsch via RT
fixed Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

[openssl.org #1269] Bug in AES_ctr128_encrypt

2006-01-14 Thread Nils Larsch via RT
hmm, the bug is in your example. AES_ctr128_encrypt() is its own inverse so applying AES_ctr128_encrypt() twice (we the _same_ key) should give you the original input = instead of AES_set_decrypt_key() for the second call use AES_set_encrypt_key() for both function calls. Cheers, Nils

[openssl.org #1217] OpenSSL 0.9.8 won't compile without SSLv2

2006-01-15 Thread Nils Larsch via RT
should be fixed now, please try a recent snapshot Thanks for the report, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org

[openssl.org #1280] typos

2006-02-15 Thread Nils Larsch via RT
fixed, thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

[openssl.org #1284] Make test error on MacIntel

2006-02-27 Thread Nils Larsch via RT
fixed in the cvs Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1285] Make test error on MacIntel(2)

2006-02-27 Thread Nils Larsch via RT
fixed in the cvs Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1283] force C locale when using [a-z] in sed expressions

2006-03-01 Thread Nils Larsch via RT
patch applied. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

Re: [openssl.org #1289] [PATCH] Making openssl-0.9.8a endian-safe on Intel Macs

2006-03-11 Thread Nils Larsch via RT
Markus Hardt via RT wrote: Hi! The script Configure assumes that darwin-i386 is a big endian architecture. That's wrong. ;-) Here is a patch to solve that. could you please test a recent snapshot from the 0.9.8-stable branch. This bug should already be fixed. Cheers, Nils

Re: [openssl.org #1289] [PATCH] Making openssl-0.9.8a endian-safe on Intel Macs

2006-03-11 Thread Nils Larsch via RT
Markus Hardt via RT wrote: Unfortunately, I wasn't able to compile openssl-0.9.8-stable- SNAP-20060311 at all. Attached you'll find the log make produced. ... /usr/bin/ld: Undefined symbols: _X509_STORE_set1_param _X509_VERIFY_PARAM_free _ASN1_generate_nconf ... as these are symbols which

Re: [openssl.org #1289] [PATCH] Making openssl-0.9.8a endian-safe on Intel Macs

2006-03-11 Thread Nils Larsch via RT
Markus Hardt via RT wrote: Markus Hardt via RT wrote: Unfortunately, I wasn't able to compile openssl-0.9.8-stable- SNAP-20060311 at all. Attached you'll find the log make produced. ... /usr/bin/ld: Undefined symbols: _X509_STORE_set1_param _X509_VERIFY_PARAM_free _ASN1_generate_nconf ... as

[openssl.org #1289] [PATCH] Making openssl-0.9.8a endian-safe on Intel Macs

2006-03-12 Thread Nils Larsch via RT
problem already solved = ticket closed Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1279] OpenSSL 0.9.8a segfaults in SSL_CTX_load_verify_locations()

2006-03-15 Thread Nils Larsch via RT
[guest - Tue Feb 7 07:16:34 2006]: Here's the certificate bundle file for reproducing this issue. using the gcc 3.4.2 on 64 bit Solaris 8 box I could reproduce your problem. Somewhat strange however is that when I replace the call to the standard qsort() function in crypto/stack/stack.c with

[openssl.org #1293] T1_lib.c code does not compile with NO_EC

2006-03-15 Thread Nils Larsch via RT
fix applied. Please test a recent snapshot. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1279] OpenSSL 0.9.8a segfaults in SSL_CTX_load_verify_locations()

2006-03-15 Thread Nils Larsch via RT
ticket closed as it seems to be a bug in the libc.so and not in openssl Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #1191] [PATCH] Pre-Shared Key Ciphersuites for OpenSSL

2006-03-22 Thread Nils Larsch via RT
has been included in the cvs head = ticket closed Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List

[openssl.org #1316] pkcs12 - deref before null check

2006-04-20 Thread Nils Larsch via RT
this is already fixed in the cvs. Please try a recent snapshot. Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org

Re: [openssl.org #1317] thers is a bug in openssl0.9.8a

2006-04-20 Thread Nils Larsch via RT
wrote: I have founded a bug in openssl 0.9.8.a! when used EVP_des_ede3_cbc algorithm used EVP_DecryptInit(KCtx-ctx, KCtx-enc, KCtx-keystr, KCtx-iv); EVP_DecryptUpdate(KCtx-ctx, pbData, (int *)pdwDataLen, p, len); EVP_DecryptUpdate(KCtx-ctx, pbData, (int *)pdwDataLen, p, len);

Re: [openssl.org #1318] [PATCH] AES-CFB1 and DES-CFB1 mode only encrypts 1/8th of the source

2006-04-20 Thread Nils Larsch via RT
Michael McDougall wrote: diff -ur openssl-SNAP-20060415/crypto/aes/aes_cfb.c openssl-SNAP-20060415.changed/crypto/aes/aes_cfb.c --- openssl-SNAP-20060415/crypto/aes/aes_cfb.c2004-12-30 06:00:14.0 -0500 +++ openssl-SNAP-20060415.changed/crypto/aes/aes_cfb.c

Re: [openssl.org #1360] critical extension id-pe-qcStatements as per RFC 3039 not supported

2006-07-12 Thread Nils Larsch via RT
Ulf Moeller via RT wrote: The certificate encoding is in fact ok: 27168: OBJECT IDENTIFIER qcStatements (1 3 6 1 5 5 7 1 3) 27261: BOOLEAN TRUE 2729 24: OCTET STRING, encapsulates { 2731 22: SEQUENCE {

Re: [openssl.org #1418] Difference of function definitions in header file and man page

2006-10-27 Thread Nils Larsch via RT
Joachim Metz via RT wrote: Hello OpenSSL team, First I want to compliment you with the good work your doing. I am currently working on a library that uses OpenSSL MD5 hash calculation function. I have found a difference in openssl/md5.h and the MD5_Init manual page (both 'man

Re: [openssl.org #1431] bug in setting ECDH and ECDSA methods

2006-11-24 Thread Nils Larsch via RT
[EMAIL PROTECTED] via RT wrote: Setting ECDH and ECDSA methods in ENGINE interface does not work properly. I can not set up ENGINE ECDH and ECDSA methods as default. ... should be fixed now, please try a new snapshot. Thanks for the bug report. Cheers, Nils

Re: [openssl.org #1432] error in ecdsa_do_sign and ecdsa_do_verify

2006-11-24 Thread Nils Larsch via RT
Andrzej Chmielowiec via RT wrote: I have tryed to sign sha256 digest using ECDSA_OpenSSL() method and secp160r1 domain parameters. Unfortunately during this operation apears an error which sugests that I am trying to sign too long digest. But in such standards as IEEE 1363-2000 and SEC-1

Re: [openssl.org #1433] X509v3 OIDs from RFC 2459

2006-12-01 Thread Nils Larsch via RT
via RT wrote: Some X509v3 OIDs from RFC 2459 are currently missing from objects.txt: * X509v3 Certificate Issuer * X509v3 Issuing Distribution Point * X509v3 Subject Directory Attributes All the other OIDs from the RFC are already included in OpenSSL. The attached patch introduces

[openssl.org #1431] bug in setting ECDH and ECDSA methods

2006-12-04 Thread Nils Larsch via RT
fixed in cvs __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1433] X509v3 OIDs from RFC 2459

2006-12-04 Thread Nils Larsch via RT
patch applied. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

[openssl.org #1347] Field 'attributes' of X509_REQ_INFO

2006-12-04 Thread Nils Larsch via RT
patch applied to 0.9.8-stable and the cvs head. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1338] [PATCH] speed/benchmark support for whirlpool in -SNAP

2006-12-04 Thread Nils Larsch via RT
patch applied. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

  1   2   >