aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* include opensslconf.h if OPENSSL_NO_* is usedNils Larsch2005-05-313-2/+6
|
* "Show" more respect to no-sha* config options.Andy Polyakov2005-05-314-2/+4
| | | | PR: 1086
* Mention more GCC bugs in ./PROBLEMS.Andy Polyakov2005-05-311-7/+21
|
* Missing sparcv8.o rule.Andy Polyakov2005-05-311-1/+1
| | | | PR: 1082
* Fix typo in ./config.Andy Polyakov2005-05-311-1/+1
|
* Platform update from 8-stable.Andy Polyakov2005-05-312-8/+8
|
* Platform update from 8-stable.Andy Polyakov2005-05-313-32/+6
|
* Merge from 0.9.8-stable.Richard Levitte2005-05-301-1/+2
|
* Merge in the new news from 0.9.8-stable.Richard Levitte2005-05-301-0/+69
|
* DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>Richard Levitte2005-05-303-1/+10
|
* pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn'tRichard Levitte2005-05-3010-87/+322
| | | | | | | have a uniform representation for those over all architectures, so a little bit of hackery is needed. Contributed by nagendra modadugu <nagendra@cs.stanford.edu>
* Synchronise with Unixly buildRichard Levitte2005-05-301-1/+1
|
* Change all relevant occurences of 'ncipher' to 'chil'. That's what nCipher ↵Richard Levitte2005-05-301-12/+12
| | | | always wanted...
* Update from stable branch.Dr. Stephen Henson2005-05-302-477/+504
|
* Change the source and output paths for 'chil' and '4758cca' engines so thatGeoff Thorpe2005-05-2913-52/+59
| | | | dynamic loading is consistent with respect to engine ids.
* We have some source with \r\n as line ends. DEC C informs about that,Richard Levitte2005-05-294-4/+4
| | | | and I really can't be bothered...
* TypoRichard Levitte2005-05-291-2/+2
|
* Add pss/x931 files.Dr. Stephen Henson2005-05-282-0/+395
|
* Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson2005-05-286-20/+82
|
* Use BN_with_flags() in a cleaner way.Bodo Möller2005-05-274-0/+5
|
* Assing check_{cert,crl}_time to 'ok' variable so it returns errors onDr. Stephen Henson2005-05-271-2/+4
| | | | expiry.
* make sure DSA signing exponentiations really are constant-timeBodo Möller2005-05-262-3/+34
|
* check BN_copy() return valueBodo Möller2005-05-261-3/+8
|
* Handle differences between engine IDs and their dynamic library names (andGeoff Thorpe2005-05-252-2/+8
| | | | | | source files, for that matter) by tolerating the alternatives. It would be preferable to also change the generated shared library names, but that will be taken up separately.
* It seems like mkdef.pl couldn't quite understand that #ifdef OPENSSL_NO_SHA512Richard Levitte2005-05-241-0/+2
| | | | | was still active when it came down to the functions. mkdef.pl should really be corrected, but that'll be another day...
* Typo correctionRichard Levitte2005-05-241-3/+3
|
* DEC C complains about bad subscript, but we know better, so let's shut it up.Richard Levitte2005-05-241-0/+9
|
* Be more consistent with OPENSSL_NO_SHA256.Andy Polyakov2005-05-221-0/+9
|
* OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done toAndy Polyakov2005-05-223-3/+24
| | | | | make no-sha512 more effective on platforms, which don't support 64-bit integer type of *any* kind.
* Still SEGV trouble in .init segment under Solaris x86...Andy Polyakov2005-05-211-1/+7
|
* When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte2005-05-213-3/+3
| | | | | | http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html. Notified by David Wolfe <dwolfe5272@yahoo.com>
* Default to no-sse2 on selected platforms.Andy Polyakov2005-05-211-2/+5
|
* Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com>Richard Levitte2005-05-214-15/+33
|
* Propagate BUILDENV into subdirectories.Ben Laurie2005-05-211-1/+25
|
* Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov2005-05-215-4/+24
| | | | | inspired by VC6 failure report. In addition abstain from taking screen snapshots when running in NT service context.
* fix typo, add prototypeNils Larsch2005-05-203-3/+5
|
* fix potential memory leakNils Larsch2005-05-191-1/+6
| | | | Submitted by: Goetz Babin-Ebell
* update ecdsa docNils Larsch2005-05-191-44/+22
|
* FAQ to mention no-sse2.Andy Polyakov2005-05-191-0/+9
|
* Update status informationRichard Levitte2005-05-191-10/+2
|
* fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch2005-05-191-2/+2
| | | | warning when using gcc 4.0
* make the type parameter const when ID2_OF_const() is usedNils Larsch2005-05-182-9/+23
|
* FAQ update to mention Applink.Andy Polyakov2005-05-181-0/+11
|
* Don't emit SSE2 instructions unless were asked to.Andy Polyakov2005-05-181-11/+15
| | | | PR: 1073
* Engage Applink in mingw. Note that application-side module is notAndy Polyakov2005-05-187-12/+19
| | | | | | | compiled into *our* aplpications. That's because mingw is always consistent with itself. Having library-side code linked into .dll makes it possible to deploy the .dll with user-code compiled with another compiler [which is pretty much the whole point behind Applink].
* Version changes where needed.Richard Levitte2005-05-183-3/+8
|
* I just branched 0.9.8, so HEAD needs to be bumped to 0.9.9-dev.Richard Levitte2005-05-181-3/+3
| | | | The 0.9.8 branch is called OpenSSL_0_9_8-stable.
* Engage Applink for VC builds.Andy Polyakov2005-05-173-3/+29
|
* Keep disclaming 16-bit support.Andy Polyakov2005-05-177-436/+1
|
* simplify EC_KEY_dupNils Larsch2005-05-171-34/+4
|