aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* About to release 0.9.6d, so set all versoin numbers right.OpenSSL_0_9_6dRichard Levitte2002-05-095-6/+6
* make updateRichard Levitte2002-05-091-3/+3
* Make the huge buffer smaller, so the size becomes reasonable for small-stack ...Richard Levitte2002-05-091-1/+3
* Move an assert() to avoid core dumps when a static buffer hasn't been given.Richard Levitte2002-05-091-2/+3
* Backport the semicolon fix from the 0.9.7 and 0.9.8-dev branchesRichard Levitte2002-05-081-2/+2
* Small documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex.Richard Levitte2002-05-081-1/+1
* Generate an error if rewinding wasn't possible.Richard Levitte2002-05-081-1/+4
* fix warningBodo Möller2002-05-061-1/+1
* updateBodo Möller2002-05-051-4/+1
* fix castsBodo Möller2002-05-051-10/+9
* Make sure that date is run under the C locale, so dates are given in theRichard Levitte2002-05-021-1/+1
* Win32 VC++ warning fixes.Dr. Stephen Henson2002-05-021-2/+2
* Fix unsigned vs. signed clashRichard Levitte2002-04-291-1/+1
* Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (notBodo Möller2002-04-263-5/+66
* Potential memory leak removed. Notified by <threaded@totalise.co.uk>Richard Levitte2002-04-251-1/+4
* oopsBodo Möller2002-04-251-2/+2
* AlgorithmIdentifier bugsBodo Möller2002-04-251-1/+7
* fix usage (no 'key')Bodo Möller2002-04-231-1/+1
* Uhmmm, if we use && after having tested for the presence of the certificate,Richard Levitte2002-04-231-1/+1
* Add cygwin build script (Corinna Vinschen <vinschen@redhat.com>).Lutz Jänicke2002-04-210-0/+0
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-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