summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge the version changes from 0.9.6-stable.OpenSSL-engine-0_9_6dRichard Levitte2002-05-095-6/+6
* Merge in recent changes from 0.9.6-stable.Richard Levitte2002-05-091-1/+3
* Merge in recent changes from 0.9.6-stable.Richard Levitte2002-05-091-2/+3
* Apply all the recent changes from 0.9.6-stable.Richard Levitte2002-05-0817-37/+105
* This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-cvs2svn2002-04-211-0/+125
|\
| * Add cygwin build script (Corinna Vinschen <vinschen@redhat.com>).Lutz Jänicke2002-04-211-0/+125
| * Make sure ec and ecdsa is properly handled in Windows.Richard Levitte2002-04-202-1/+8
| * Signedness mismatch.Richard Levitte2002-04-202-3/+3
| * The callback must have (void) as argument list.Richard Levitte2002-04-201-1/+1
| * No point constifying an int.Richard Levitte2002-04-201-1/+1
| * Do not free p if it hasn't been used yet.Richard Levitte2002-04-201-2/+1
| * Make sure the opened directory is closed on exit.Richard Levitte2002-04-181-3/+5
| * Missing "Configure" entry (Jean-Marc Desperrier <jean-marc.desperrier@certplu...Lutz Jänicke2002-04-182-1/+25
| * Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).Lutz Jänicke2002-04-181-2/+1
| * Handle headings uniformly to allow automatic processing.Lutz Jänicke2002-04-181-3/+3
| * 'version' is not optional in the encodingBodo Möller2002-04-171-8/+3
| * 'version' is not optional in the encodingBodo Möller2002-04-171-1/+1
| * check return valuesBodo Möller2002-04-172-14/+18
| * get rid of some assignments that have become obsoleteBodo Möller2002-04-151-18/+22
| * Document OID changes.Lutz Jänicke2002-04-151-2/+4
| * Use the "mail" short name according to RFC2798 (Michael BellLutz Jänicke2002-04-153-7/+12
| * Some more OID enhancements.Lutz Jänicke2002-04-155-942/+1007
| * Fix CRLF problem in BASE64 decode.Lutz Jänicke2002-04-152-0/+15
| * remove disabled codeBodo Möller2002-04-141-310/+1
| * fix length field we create when converting SSL 2.0 format into SSL 3.0/TLS 1....Bodo Möller2002-04-141-1/+1
| * Implement known-IV countermeasure.Bodo Möller2002-04-139-49/+306
| * Avoid emacs backup files when making a snapshotRichard Levitte2002-04-131-1/+1
| * another error discovered by Karsten Braaten. The number was not evenUlf Möller2002-04-131-1/+1
| * looks like a typoBodo Möller2002-04-121-1/+1
| * clean up and synchronize with 0.9.6-stableBodo Möller2002-04-121-275/+218
| * ECDSA representation bugfixesBodo Möller2002-04-122-24/+53
| * Check error code from a2d_ASN1_OBJECT().Richard Levitte2002-04-111-0/+2
| * Change the date to XX xxx XXXX in development versions.Richard Levitte2002-04-112-2/+2
| * Synchronize with 0.9.7-stable.Lutz Jänicke2002-04-111-1/+33
| * Synchronize with 0.9.7-stable branchLutz Jänicke2002-04-101-663/+717
| * Keep my own specially optimized HP-UX shared library building up to date.Lutz Jänicke2002-04-102-29/+12
| * harmonize capitalizationBodo Möller2002-04-091-2/+2
| * fix ECDSA handlingBodo Möller2002-04-0910-120/+105
| * add usage examplesBodo Möller2002-04-091-1/+18
| * Apply OID fixes for elliptic curves as supplied byLutz Jänicke2002-04-085-90/+70
| * error reported by Karsten BraatenUlf Möller2002-04-071-1/+1
| * Allow longer program names (VMS allows up to 39 characters).Richard Levitte2002-04-061-2/+2
| * make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte2002-04-066-480/+486
| * Allow longer program names (VMS allows up to 39 characters).Richard Levitte2002-04-063-6/+6
| * Oops, the system macro for VMS is OPENSSL_SYS_VMS, not VMSRichard Levitte2002-04-061-1/+1
| * Recognise DEC C++ as equivalent to DEC C for the definitions of OPENSSL_EXTER...Richard Levitte2002-04-061-0/+3
| * Use recv() and send() for socket communication on VMS instead of read()Richard Levitte2002-04-061-0/+7
| * Make shared libraries resolve global symbols within themselves first.Richard Levitte2002-04-061-0/+2
| * Fix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>).Lutz Jänicke2002-04-044-4/+13
| * Forgot one of the castsRichard Levitte2002-04-031-1/+1