summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge from main trunk, conflicts resolved.BRANCH_engineRichard Levitte2000-10-2649-422/+948
* This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.cvs2svn2000-10-191-0/+19
|\
| * Move expired CA certificate.Dr. Stephen Henson2000-10-191-0/+0
| * give pseudo prototypes instead of macro definitions for better clarityUlf Möller2000-10-193-26/+42
| * "DESCRIPTION" is required.Ulf Möller2000-10-191-1/+1
| * correction from LutzUlf Möller2000-10-191-4/+5
| * Keep binary backward compatibility by putting new method functionRichard Levitte2000-10-193-5/+7
| * Make it possible for methods to load from something other than a BIO,Richard Levitte2000-10-193-19/+36
| * NCONF_get_number() has no error checking at all. As a replacement,Richard Levitte2000-10-194-14/+61
| * Add short overview, move header files section further down.Ulf Möller2000-10-181-39/+62
| * cosmetic changesUlf Möller2000-10-182-2/+2
| * cosmetic changeUlf Möller2000-10-181-1/+1
| * John Denney <jdenney@ca.mdis.com> reports that we forgot to convertRichard Levitte2000-10-183-6/+6
| * Two questions have been asked quite often lately.Richard Levitte2000-10-171-0/+28
| * Update test server certificate in apps/server.pem (it was expired).Dr. Stephen Henson2000-10-163-10/+10
| * Always return a value.Ben Laurie2000-10-161-1/+1
| * CRYPTO_get_ex_new_index would never return an error.Richard Levitte2000-10-161-1/+1
| * Fix for typo in certificate directory lookup code.Dr. Stephen Henson2000-10-142-1/+4
| * The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-1434-464/+5752
| * Even when you don't want to create shared libraries, it's a good ideaRichard Levitte2000-10-131-1/+1
| * Rework the system to generate shared libraries:Richard Levitte2000-10-134-163/+287
| * Bump the shared library version (should have been done a while ago).Richard Levitte2000-10-131-1/+1
| * Make the new conf implementatoin bug-compatible with the old one.Richard Levitte2000-10-133-3/+26
| * make updateRichard Levitte2000-10-131-0/+2
* | Merge from main trunk, conflicts resolved.Richard Levitte2000-10-1425-236/+457
* | This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.cvs2svn2000-10-122-0/+301
|\ \ | |/
| * New docs and new facts in older docs.Richard Levitte2000-10-124-0/+326
| * Make non blocking I/O work for accept BIOs.Dr. Stephen Henson2000-10-128-2/+40
| * fix problems in the selftestUlf Möller2000-10-112-1/+2
| * Do a favor to those who get weird compiles and report if RAND_pseudo_bytesRichard Levitte2000-10-101-1/+8
| * A few small corrections to the SSL documentation.Richard Levitte2000-10-105-5/+5
| * BIO_sock_init() returns 1 for success and -1 for failure, not 0;Bodo Möller2000-10-091-3/+3
| * DSO_ctrl() changes have removed a couple of DSO_METHOD-specific functionsGeoff Thorpe2000-10-092-34/+24
| * Make sure ranlib is only used on .a libraries.Richard Levitte2000-10-091-1/+2
| * Make sure that shareable libraries are turned off if we don't know howRichard Levitte2000-10-091-0/+4
| * None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe2000-10-084-104/+8
| * Time to get rid of some rather silly code duplication - some DSO_ctrl()Geoff Thorpe2000-10-081-0/+16
| * Linux on Alpha with gcc knows about shared libraries.Richard Levitte2000-10-081-2/+2
| * Linux on Alpha has the configuration name linux-alpha-gcc, notRichard Levitte2000-10-081-1/+1
| * More code for X509_print_ex() support.Dr. Stephen Henson2000-10-067-20/+118
| * Global DirectoryString mask fix.Dr. Stephen Henson2000-10-046-81/+180
* | First cut Rijndael support. Only ECB support. Dies on anything except 128 bitBen Laurie2000-10-1137-499/+5839
* | Merge from main trunk, all conflicts resolved.Richard Levitte2000-10-1077-316/+549
* | First cut at Nuron mod-exp card support (untested, awaiting new libraries fromBen Laurie2000-10-076-3/+305
* | This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.cvs2svn2000-10-034-0/+297
|\ \ | |/
| * More SSL functions documented. Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet...Richard Levitte2000-10-035-2/+305
| * Document...Richard Levitte2000-10-011-0/+3
| * Remove what was described by someone as "an EAY hack for compilingRichard Levitte2000-10-011-13/+0
| * Include arpa/inet.h, since that's where htons() and friends areRichard Levitte2000-09-291-0/+2
| * The des_modes manpage is in section 7.Ulf Möller2000-09-271-1/+1