Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-09-17Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wrBodo Möller
2000-09-17New macro BIO_set_shutdown_wr().Dr. Stephen Henson
2000-09-09More VMS synchronisationRichard Levitte
2000-09-07Ugh, BIO_find_type() cannot be passed a NULL.Dr. Stephen Henson
2000-09-07Add docs for BIO_find_type() and friends.Dr. Stephen Henson
2000-09-07'make update'Richard Levitte
2000-09-07Change the printing mahine used by BIO_printf() and friends so it canRichard Levitte
2000-09-05Increase print buffer (10K instead of just 2K).Bodo Möller
2000-09-05Remove silly test for b->references at the end of BIO_write:Bodo Möller
2000-09-04ConsistencyBodo Möller
2000-09-04Use consistent indentation,Bodo Möller
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
2000-09-01Undo change from 1.7 to 1.8:Bodo Möller
2000-09-01Use C syntax, not FORTRAN or whatever that was :-)Bodo Möller
2000-08-30Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson
2000-08-28Diagnose EOF on memory BIOs (or you just get mysterious errors with no errorBen Laurie
2000-08-18Added BIO_vprintf() and BIO_vsnprintf(). The former because I'veRichard Levitte
2000-08-18Add more diversity to the possible log levels. Now we have fullRichard Levitte
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-08-04On Unicos, openlog() isn't constified, so let's not do that in xopenlog()Richard Levitte
2000-08-03*mumble* unicos 10.0.0.3 with Cray Standard C Version 6.2.0.0 has a syslog.hRichard Levitte
2000-08-01If a ip address is successfully parsed, the WSA structure under Win32 wasn'tRichard Levitte
2000-07-27Add the possibility to get hexdumps of unprintable data when usingRichard Levitte
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-17Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-16Change to have a single library that works on both Win9x and WinNT.Richard Levitte
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-02There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01Don't include <stdlib.h>. In the NO_FP_API case, don't include <stdio.h>.Ulf Möller
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe
2000-05-17Typesafe Thought Police part 4.Ben Laurie
2000-05-16Get rid of more non-ANSI declarations.Ulf Möller
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-04-15New function ERR_error_string_n.Bodo Möller
2000-03-17Bugs correctedRichard Levitte
2000-03-14Typos corrected.Richard Levitte
2000-03-14Target added.Richard Levitte
2000-03-14Bugs corrected, and a couple of include files to get declarations forRichard Levitte
2000-03-14Typo correctedRichard Levitte
2000-03-12make updateUlf Möller
2000-03-11NO_SYSLOG is defined for MSDOS anyway. just don't include the UnixUlf Möller
2000-03-11Use signed types where necessary, and add missing functionalityBodo Möller
2000-03-10Repair bss_log.Ulf Möller
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-03-04Let's care about the compiler warnings for both cases, shall we?Richard Levitte
2000-03-04Get definition of ssize_t.Ben Laurie
2000-03-04gcc warningsUlf Möller