aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add header ctype.hDr. Stephen Henson2002-11-131-0/+1
* Fix memory leak in s2i_ASN_INTEGER and return an errorDr. Stephen Henson2002-11-131-2/+3
* Synchronise...Richard Levitte2002-11-121-1/+1
* Initial ASN1 generation code. This can constructDr. Stephen Henson2002-11-1210-15/+975
* Make the CBC mode od AES accept lengths that aren't multiples of 16.Richard Levitte2002-11-121-5/+21
* do tests with all built-in curvesBodo Möller2002-11-111-0/+58
* corrections to built-in curvesBodo Möller2002-11-111-6/+6
* X509_NAME_cmp() now compares PrintableString and emailAddress with a value of...Richard Levitte2002-11-091-3/+106
* Typo in OCSP ASN1 moduleDr. Stephen Henson2002-11-071-1/+1