aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Make CRYPTO_cleanse() independent of endianness.Richard Levitte2002-12-031-1/+1
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-0311-13/+7
* I think I got it now. Apparently, the case of having to shift downRichard Levitte2002-12-021-7/+27
* Make some names consistent.Richard Levitte2002-12-021-2/+2
* Through some experimentation and thinking, I think I finally got theRichard Levitte2002-12-021-57/+78
* Small bugfix: even when r == d, we need to adjust r and q.Richard Levitte2002-12-011-11/+11
* EXIT() needs to be in a function that returns int.Richard Levitte2002-12-012-12/+22
* Redo the VAX assembler version of bn_div_words().Richard Levitte2002-12-011-101/+62
* Remove incorrect assert.Richard Levitte2002-11-291-2/+4
* A few more memset()s converted to OPENSSL_cleanse().Richard Levitte2002-11-299-11/+11
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-2822-57/+102
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-2844-93/+93
* Unused variable removed.Richard Levitte2002-11-271-1/+1
* Extra ; removed.Richard Levitte2002-11-271-1/+1
* Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte2002-11-275-3/+98
* The logic in the main signing and verifying functions to check lengths wasRichard Levitte2002-11-264-3/+5
* rename some functions to improve consistencyBodo Möller2002-11-233-20/+19
* add a commentBodo Möller2002-11-221-0/+14
* avoid uninitialized memory readBodo Möller2002-11-201-2/+5
* Make ec_GFp_simple_point_get_affine_coordinates() fasterBodo Möller2002-11-201-25/+26
* Fix an unsigned/signed mismatch.Richard Levitte2002-11-191-2/+3
* Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte2002-11-184-0/+17
* Determine HZ exactly as in apps/speed.c.Richard Levitte2002-11-181-7/+15
* remove redundant functionsBodo Möller2002-11-182-49/+6
* use consistent order of function definitionsBodo Möller2002-11-182-80/+79
* fix memory leak in memory debuggin code ...Bodo Möller2002-11-181-3/+15
* A variable of type time_t is supposed to be a time measurement starting atRichard Levitte2002-11-181-1/+1
* I forgot this is compiled in test/, not crypto/ec/...Richard Levitte2002-11-161-1/+1
* WinCE patchesRichard Levitte2002-11-1512-46/+103
* this method does not need field_data1Bodo Möller2002-11-151-3/+0
* make updateRichard Levitte2002-11-153-5/+29
* A few more Microsoft OIDs addedRichard Levitte2002-11-151-0/+4
* Add SETWRAP modifier to ASN1 generate.Dr. Stephen Henson2002-11-151-1/+9
* make updateRichard Levitte2002-11-143-8/+13
* Close the implicitely opened registry key.Richard Levitte2002-11-141-1/+10
* Remove warnings.Richard Levitte2002-11-142-1/+2
* Fix to build better with DJGPP.Richard Levitte2002-11-144-5/+21
* fix outputBodo Möller2002-11-141-2/+2
* use new BIO_indent() function here as wellBodo Möller2002-11-141-30/+11
* Handle last lines that aren't properly terminated.Richard Levitte2002-11-141-3/+4
* Fix get_email: 0 is a valid return valueDr. Stephen Henson2002-11-141-1/+1
* free() -> OPENSSL_free()Richard Levitte2002-11-131-2/+2
* Merge from 0.9.7-stable.Richard Levitte2002-11-133-5/+5
* This didn't get to the 0.9.8-dev thread...Richard Levitte2002-11-132-9/+3
* Correct support for SunOS 4.1.3_U1.Richard Levitte2002-11-132-1/+8
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-1368-247/+388
* disable weird assert()sBodo Möller2002-11-136-0/+36
* remove unused old directory crypto/rijndael (superseded by crypto/aes)Bodo Möller2002-11-136-1620/+0
* Fix warnings, makefile cockup.Ben Laurie2002-11-131-2/+2
* Only accept exact match for modifier or tag nameDr. Stephen Henson2002-11-131-1/+1