aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov2005-06-056-5/+244
* Fix inconsistensy between 8 and HEAD.Andy Polyakov2005-06-021-0/+6
* PSS update [from 0.9.7].Andy Polyakov2005-06-023-32/+61
* check return valueNils Larsch2005-06-011-0/+5
* Update from 0.9.7-stable.Dr. Stephen Henson2005-06-011-9/+21
* Synchronise yet a little more with the Unixly buildRichard Levitte2005-06-011-0/+1
* fix assertionNils Larsch2005-05-311-1/+1
* changes from 0.9.8Nils Larsch2005-05-313-2/+41
* "Show" more respect to no-sha* config options.Andy Polyakov2005-05-314-2/+4
* Missing sparcv8.o rule.Andy Polyakov2005-05-311-1/+1
* Platform update from 8-stable.Andy Polyakov2005-05-311-2/+2
* DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>Richard Levitte2005-05-301-1/+1
* pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn'tRichard Levitte2005-05-304-12/+153
* Synchronise with Unixly buildRichard Levitte2005-05-301-1/+1
* Update from stable branch.Dr. Stephen Henson2005-05-301-0/+21
* We have some source with \r\n as line ends. DEC C informs about that,Richard Levitte2005-05-291-1/+1
* 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-285-20/+81
* 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
* make sure DSA signing exponentiations really are constant-timeBodo Möller2005-05-261-3/+27
* check BN_copy() return valueBodo Möller2005-05-261-3/+8
* It seems like mkdef.pl couldn't quite understand that #ifdef OPENSSL_NO_SHA512Richard Levitte2005-05-241-0/+2
* 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-222-1/+10
* 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-211-1/+1
* 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-213-3/+6
* fix typo, add prototypeNils Larsch2005-05-203-3/+5
* fix potential memory leakNils Larsch2005-05-191-1/+6
* fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch2005-05-191-2/+2
* make the type parameter const when ID2_OF_const() is usedNils Larsch2005-05-182-9/+23
* Don't emit SSE2 instructions unless were asked to.Andy Polyakov2005-05-181-11/+15
* Engage Applink in mingw. Note that application-side module is notAndy Polyakov2005-05-183-2/+13
* I just branched 0.9.8, so HEAD needs to be bumped to 0.9.9-dev.Richard Levitte2005-05-181-3/+3
* Engage Applink for VC builds.Andy Polyakov2005-05-172-2/+2
* simplify EC_KEY_dupNils Larsch2005-05-171-34/+4
* fix memory leak (BIO_free_all needs pointer to first BIO)Bodo Möller2005-05-171-4/+2
* OPENSSL_Applink update.Andy Polyakov2005-05-176-23/+111
* Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov2005-05-177-10/+17
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-1648-222/+372
* Further BUILDENV clean-up, 'make depend' is operational again.Andy Polyakov2005-05-161-8/+10
* ecc api cleanup; summary:Nils Larsch2005-05-1629-335/+532
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-1617-50/+600
* make updateBodo Möller2005-05-1617-273/+33
* Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov2005-05-151-20/+18
* +20% performance improvement of P4-specific RC4_CHAR loop.Andy Polyakov2005-05-151-5/+6