- May 27, 2002
-
-
Ulf Möller authored
-
- May 24, 2002
-
-
Bodo Möller authored
Use assembler implementations with Cygwin. This also fixes the bn_sub_part_word problem.
-
- May 23, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
- May 22, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
This has already been applied in the main branch.
-
Richard Levitte authored
warnings from compilers when NULL is defined as '((void *)0)'. This has already been applied in the main branch.
-
Richard Levitte authored
This has already been applied in the main branch.
-
Richard Levitte authored
-
Richard Levitte authored
mystery to me.
-
- May 21, 2002
-
-
Bodo Möller authored
-
- May 19, 2002
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Fix Mingw32 asm build: use the Unix bignum assembly method of bn-586.pl and co-586.pl which (for some reason) VC++ doesn't use.
-
- May 18, 2002
-
-
Dr. Stephen Henson authored
Add missing EVP_CIPHER_CTX_init call.
-
- May 16, 2002
-
-
Lutz Jänicke authored
Submitted by: David Waitzman <djw@bbn.com> Reviewed by: Lutz Jaenicke PR: [openssl.org #38]
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Lutz Jänicke authored
also are informed about the credentials required for guest access and the operation instructions. Submitted by: Reviewed by: PR:
-
Bodo Möller authored
-
- May 15, 2002
-
-
Dr. Stephen Henson authored
Oops, forgot CHANGES entry and description: Allow reuse of cipher contexts by removing automatic cleanup in EVP_*Final().
-
Dr. Stephen Henson authored
Zero cipher_data in EVP_CIPHER_CTX_cleanup Add cleanup calls to evp_test.c
-
- May 14, 2002
-
-
Bodo Möller authored
disable assert() except for debug builds
-
Bodo Möller authored
-
- May 12, 2002
-
-
Lutz Jänicke authored
Submitted by: Boyd Gerber <gerberb@zenez.com> Reviewed by: PR:
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR: 26
-
- May 11, 2002
-
-
Dr. Stephen Henson authored
EVP_SealFinal should return a value.
-
Dr. Stephen Henson authored
closedir is not used on Win32.
-
- May 10, 2002
-
-
Dr. Stephen Henson authored
Add config entry debug-steve-linux-pseudo64. This sets the SIXTY_FOUR bignum library option to use 64 bit operations on the 32 bit linux platform. This is very inefficient but it can be used to test some of the 64 bit logic on a 32 bit platform.
-
Dr. Stephen Henson authored
Fallback to normal multiply if n2 == 8 and dna or dnb is not zero in bn_mul_recursive. This is (hopefully) what was triggering bignum errors on 64 bit platforms and causing the BN_mod_mul test to fail.
-
Dr. Stephen Henson authored
Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.
-
- May 09, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
Notified by Verdon Walker <VWalker@novell.com>
-
Richard Levitte authored
-
Richard Levitte authored
Notified by Verdon Walker <VWalker@novell.com>
-
- May 08, 2002
-
-
Richard Levitte authored
Notified by Stella Power <snpower@maths.tcd.ie>. PR: 24
-
Ben Laurie authored
-
Richard Levitte authored
Notified by Ken Hirsch <kenhirsch@myself.com>. PR: 23
-
- May 07, 2002
-
-
Lutz Jänicke authored
Submitted by: bryanh@giraffe-data.com Reviewed by: PR: [openssl.org #18]
-