aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-01-06This commit was manufactured by cvs2svn to create tag 'BEN_FIPS_TEST_4'.BEN_FIPS_TEST_4cvs2svn2-13/+56
2004-01-06Improve debugging.Ben Laurie1-1/+1
2003-12-18I haven't merged from 0.9.7-stable in a loooong time. It shows :-).Richard Levitte37-118/+219
2003-12-18Make OFB MCT work.Ben Laurie1-3/+13
2003-12-18Even ECB needs new keys.Ben Laurie1-1/+1
2003-12-18All CFB modes have to do magic on decrypt.Ben Laurie1-1/+1
2003-12-18Who invented these tests? Reconstruct internal state in order to followBen Laurie1-1/+12
2003-12-18CFB-64 needs to use the saved IV too.Ben Laurie1-1/+2
2003-12-18Decrypt correctly.Ben Laurie1-1/+1
2003-12-18Derive new keys correctly.Ben Laurie1-9/+20
2003-12-18Output keys correctly.Ben Laurie1-1/+10
2003-12-18Count was missing in MCT output.Ben Laurie1-0/+1
2003-11-28This commit was manufactured by cvs2svn to create branch 'OpenSSL-fips-cvs2svn1-0/+32
2003-11-28Make a number of changes to the OS/2 build. Submitter's comment below.Richard Levitte5-25/+125
2003-11-28Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte3-33/+34
2003-11-28Let's use text/plain in the example instead of crapy HTML.Richard Levitte1-3/+3
2003-11-28Forgot to change the declaration of do_subject() to one of parse_name()...Richard Levitte1-1/+1
2003-11-28Move do_subject() to apps.c and rename it to parse_name(). TheRichard Levitte3-138/+139
2003-11-28Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte3-28/+51
2003-11-28Netware-specific changes,Richard Levitte67-43/+3490
2003-11-28Change my debugging entries to do fierce BIGNUM debugging.Richard Levitte1-4/+4
2003-11-25Due to recent debugging bursts, openssl should be more or less solidGeoff Thorpe1-3/+3
2003-11-25Fix some handling in bn_word. This also resolves the issues observed inGeoff Thorpe1-6/+19
2003-11-25Some changes for bn_gf2m.c: better error checking plus some minorGeoff Thorpe1-30/+48
2003-11-24Free "engine" resource in case of failure to prevent memory leakLutz Jänicke1-1/+4
2003-11-22BN_div() cleanup: replace the use of BN_sub and BN_add with bn_sub_wordsGeoff Thorpe1-36/+45
2003-11-21Fix a small bug in str_copy: if more than one variable is replaced, makeGeoff Thorpe1-1/+1
2003-11-20Give CRLDP its standard name.Dr. Stephen Henson2-2/+2
2003-11-20hpux64-parisc2-gcc target added. Once it is verified, ./config shouldAndy Polyakov2-33/+57
2003-11-20./config failed to correctly detect if gcc uses 64-bit ABI on HP-UX.Andy Polyakov1-4/+5
2003-11-18Make sure to initialize AES counters to obtain proper results.Lutz Jänicke1-0/+6
2003-11-16re-enable the test, keeping the original method for RAND_pseudo_bytesUlf Möller1-3/+1
2003-11-16Catch error condition to prevent NULL pointer dereference.Lutz Jänicke1-2/+2
2003-11-16Provide ASFLAGS in the subdirectories handling assembler code.Lutz Jänicke5-0/+5
2003-11-16The x9.62 tests replace the PRNG with specific numbers,Ulf Möller1-3/+8
2003-11-15BN_set_bit() etc should use "unsigned int".Ulf Möller1-0/+9
2003-11-14Less restrictive debugging build.Richard Levitte1-4/+4
2003-11-13This rewrites two "for" loops in BN_rshift() - equality with zero isGeoff Thorpe1-3/+2
2003-11-10General improvements to the ec_asn1.c code. This squashes at least one bugGeoff Thorpe1-262/+163
2003-11-10Avoid possible memory leaks in error-handling.Geoff Thorpe2-5/+5
2003-11-10Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex().Dr. Stephen Henson2-1/+5
2003-11-07Geoff suggested a more succinct description for "top".Ulf Möller1-6/+6
2003-11-07oops... the description of ->top was inaccurate (the example is correct though)Ulf Möller1-3/+3
2003-11-06This extends the debugging macros to use "pollution" duringGeoff Thorpe1-22/+25
2003-11-06Add debug-screening of input parameters to some functions I'd missedGeoff Thorpe1-0/+12
2003-11-06Put more debug screening in BN_div() and correct a comment.Geoff Thorpe1-1/+3
2003-11-05This is a revert of my previous commit to "improve" the declaration ofGeoff Thorpe3-45/+15
2003-11-05typo in commentUlf Möller1-1/+1
2003-11-05cleanup as discussed with GeoffUlf Möller1-1/+1
2003-11-05Cygwin debuggingUlf Möller1-1/+2