summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2002-06-05Update the recognision of GCC version numbers to handle the prefix textRichard Levitte
that GCC 3.1 adds to the --version output
2002-06-04make update (including adjusting libeay.num in HEAD to the changes in theRichard Levitte
0.9.7-stable libeay.num
2002-06-04Typo.Lutz Jänicke
PR: 72
2002-06-03use sstrsep() to get the proper type to aoti().Richard Levitte
Remove unneeded cast in ustrsep(). PR: 69
2002-06-010.9.7-beta1 is just being released.Lutz Jänicke
2002-05-31Document the AES changes.Richard Levitte
2002-05-31Add the AES test vectors from NIST document SP800-38A.Richard Levitte
2002-05-31Make it possible to give vectors only for decryption or encryption.Richard Levitte
2002-05-31For CFB and OFB modes, always create the encryption key.Richard Levitte
2002-05-31Declare the CFB and OFB modes for AES, and prepare for a declarationRichard Levitte
of CTR mode.
2002-05-31In CFB mode, the iv is always encrypted.Richard Levitte
2002-05-30Reformat the CFLAG string so it can be made part of a C string.Richard Levitte
Incidently, this works pretty well on the command line as well. PR: 52
2002-05-30Support the newly release gcc 3.1 on 64-bit Solaris. Not automatic.Richard Levitte
PR: 57
2002-05-30Support shared libraries properly on linux-sparcv[89].Richard Levitte
PR: 60
2002-05-30a B< that wasn't properly ended.Richard Levitte
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
PR: 49
2002-05-30CAformat should not be used for CA key format.Richard Levitte
2002-05-30Make sure that MS_STATIC isn't defined to 'static' under Win32.Richard Levitte
PR: 51
2002-05-30pod2man.pl would only remove the first LF from the name.Richard Levitte
2002-05-30Apparently, there are still chances we have to deal with buggy pod2man versions.Richard Levitte
Deal with that by testing any available pod2man and using it if appropriate, and falling back to util/pod2man.pl if none was found.
2002-05-30Correct AES counter mode, which incorrectly incremented the counter beforeRichard Levitte
using it. PR: 56
2002-05-30New functions EC_POINT_point2bn(), EC_POINT_bn2point(), ↵Bodo Möller
EC_POINT_point2hex(), EC_POINT_hex2point() Submitted by: Nils Larsch
2002-05-30Correct darwin shared library support.Richard Levitte
PR: 39
2002-05-30Some shlib extensions were in the wrong fieldRichard Levitte
2002-05-30Our copy of pod2man.pl is old and comparatively broken, so lets remove it.Richard Levitte
PR: 30
2002-05-30Add more warnings for my debug targets.Richard Levitte
2002-05-30Remove the duplicate description of -out.Richard Levitte
PR: 28
2002-05-29Make i2c_ASN1_BIT_STRING return the correct length.Dr. Stephen Henson
2002-05-29Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.Richard Levitte
PR: 58, submitted by andrew@cis.uoguelph.ca
2002-05-29There is a chance that the input string is larger than size, and on VMS,Richard Levitte
this wasn't checked and could possibly be exploitable (slim chance, but still)
2002-05-28Remove item listed twice <kromJx@crosswinds.net>.Lutz Jänicke
2002-05-27Cygnus correction. (I thought I had tested that...)Ulf Möller
2002-05-24fix Cygwin (remove extra colons)Bodo Möller
2002-05-24Use assembler implementations with Cygwin.Ulf Möller
This also fixes the bn_sub_part_word problem.
2002-05-23Recover from errorsRichard Levitte
2002-05-23make updateRichard Levitte
2002-05-23Make sure short aliases are used where required.Richard Levitte
2002-05-23Define a short alias for another long EC symbol.Richard Levitte
2002-05-23Make sure ECDSA is built and tested on VMS.Richard Levitte
Avoid loops if linking an application fails.
2002-05-23Make sure ECDSA is built and tested on VMS.Richard Levitte
2002-05-22Allow the use of the TCP/IP stack keyword TCPIP and NONERichard Levitte
2002-05-22Use OPENSSL_SYS_VMS instead of just VMSRichard Levitte
2002-05-21accept NULL in 'free' functionsBodo Möller
2002-05-19Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson
2002-05-19Fix Mingw32 asm build: use the UnixDr. Stephen Henson
bignum assembly method of bn-586.pl and co-586.pl which (for some reason) VC++ doesn't use.
2002-05-18Add missing EVP_CIPHER_CTX_init call.Dr. Stephen Henson
2002-05-16Fix incorrect =over 4 location.Lutz Jänicke
Submitted by: David Waitzman <djw@bbn.com> Reviewed by: Lutz Jaenicke PR: [openssl.org #38]
2002-05-16fix EVP_dsa_sha macroBodo Möller
Submitted by: Nils Larsch
2002-05-16Use the indirect way to the actual request tracker, so that peopleLutz Jänicke
also are informed about the credentials required for guest access and the operation instructions.
2002-05-16updateBodo Möller