summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* I almost forgot...OpenSSL_0_9_5a-beta2levitte2000-03-231-1/+1
|
* Time for version 0.9.5a beta2levitte2000-03-231-1/+1
| | | | | I know it's earlier than announced. The high amount of problems in beta1 warants this, however.
* New FAQ for the OpenSSH configuration problem.levitte2000-03-231-0/+41
| | | | | I know, this isn't really a OpenSSL issue, but we keep getting questions about it, so we might as well provide the solution...
* Clean up context, even if an error occured.levitte2000-03-231-0/+1
|
* ssize_t for Ultrixulf2000-03-231-0/+6
|
* Corrected. It said before that ivec had to be initialised to zero,levitte2000-03-231-6/+9
| | | | which isn't true. What is true, however, is that SSH assumes it is.
* "make update"bodo2000-03-231-1/+1
|
* A quick hack to have ssize_t work with gcc under SunOS 4 (tested onlevitte2000-03-231-1/+1
| | | | SunOS 4.1.4).
* Update docs and remove old PKCS#7 README file.steve2000-03-232-8/+4
|
* RAND_event()ulf2000-03-221-8/+17
|
* Fix a memory leak in PKCS12_parse.steve2000-03-226-16/+36
| | | | | Don't copy private key to X509 etc public key structures. Fix for warning.
* more failuresulf2000-03-211-2/+3
|
* More failures.ulf2000-03-211-3/+5
|
* Ulf Möller reports OpenBSD-x86 and solaris-sparcv9-cc passed.levitte2000-03-201-1/+3
|
* OpenBSD complains.ulf2000-03-201-1/+1
|
* In some of the Makefiles CPP was not defined.ulf2000-03-203-0/+3
|
* Jaenick Lutz reports that hpux-parisc-cc with +02 passed.levitte2000-03-201-1/+2
|
* Ref: Message-ID: <20000320070111.A90876@wiz.Sendmail.COM>levitte2000-03-201-1/+2
|
* Problems with the Windows build.ulf2000-03-202-4/+2
|
* Document pseudo-commands.bodo2000-03-201-2/+25
|
* Mention the bug fixes.ulf2000-03-201-1/+2
|
* I just got a not very pleasant report.levitte2000-03-201-2/+3
|
* There are a few new features in 0.9.5a... And I've probablylevitte2000-03-201-0/+8
| | | | forgotten a few.
* New statuslevitte2000-03-201-1/+2
|
* Tagging done, we move to the next possible.levitte2000-03-201-2/+2
|
* Beta 1 of 0.9.5a building.OpenSSL_0_9_5a-beta1levitte2000-03-201-1/+1
|
* make updatelevitte2000-03-202-1/+2
|
* Change the version text, it's time to release the first beta of 0.9.5a.levitte2000-03-201-4/+4
|
* Sample application using RAND_event() to collect entropy from mouseulf2000-03-191-0/+149
| | | | movements, keyboard etc. and write it to a seed file.
* Bug fix: RAND_write_file() failed to write to files created by open()ulf2000-03-192-43/+15
| | | | on Win32.
* Make sure an error condition is returned if, for some reason, the filelevitte2000-03-191-1/+5
| | | | couldn't be opened.
* oops. don't use "entropy" directly.ulf2000-03-191-3/+3
|
* New function RAND_event() collects entropy from Windows events.ulf2000-03-192-0/+43
|
* FLAT_INC is not needed; we use -I.. all the timeulf2000-03-193-12/+0
|
* Integrate podd.h sk.h into set_key.culf2000-03-195-301/+169
|
* Change the notation and coding of the version to be able to containlevitte2000-03-191-7/+18
| | | | | | both a patch level and a beta status. IMHO, it also makes more sense to have beta status be part of the development status than to have it be an alternate name for patch levels under special conditions.
* Keep in sync with Unix code, and prepare for a misfeature fix.levitte2000-03-191-1/+2
|
* make updateulf2000-03-192-6/+4
|
* cleanup.ulf2000-03-196-124/+38
|
* libdes manpage.ulf2000-03-192-261/+376
| | | | | This may still contain a few errors from the old documentation, but most of it should make sense.
* des_quad_cksum() byte order bug fix.ulf2000-03-193-53/+51
| | | | | | | | | | | | | | | See http://www.pdc.kth.se/kth-krb/ Their solution for CRAY is somewhat awkward. I'll assume that a "short" is 32 bits on CRAY to avoid the #ifdef _CRAY typedef struct { unsigned int a:32; unsigned int b:32; } XXX; #else typedef DES_LONG XXX; #endif
* add =cutulf2000-03-183-1/+7
|
* DES in Perl was incomplete and not very usefululf2000-03-188-1252/+0
|
* superseded by des_modes.podulf2000-03-181-84/+0
|
* change manpages to pod. Contents are not up to date!ulf2000-03-183-604/+388
|
* Eliminate memory leaks in mem_dbg.c.bodo2000-03-184-20/+45
|
* Small bugs in the test scripts removed.levitte2000-03-182-6/+6
|
* e_os.h: don't do double work with status codes.levitte2000-03-182-8/+2
| | | | openssl.c: make damn sure e_os.h knows about OPENSSL_C
* Make sure to complete the cleanup of names.levitte2000-03-171-0/+5
|
* Bugs correctedlevitte2000-03-171-7/+19
|