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