aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-02-02Improve test suite.BEN_FIPS_TEST_5Ben Laurie1-2/+34
2004-01-31Wrong variable!Ben Laurie1-2/+2
2004-01-31Force odd parity.Ben Laurie1-0/+3
2004-01-31Eliminate pointless variable.Ben Laurie1-55/+51
2004-01-30Test suite plus failure if selftest fails.Ben Laurie31-44/+790
2004-01-29Recent changes from 0.9.7-stableRichard Levitte1-9/+8
2004-01-29Recent changes from 0.9.7-stableRichard Levitte6-8/+16
2004-01-24Reserve for unaligned buffer. The problem was "pointed out" be HPUX64Andy Polyakov1-2/+2
2004-01-24Fix for DES_cfb_encrypt corrupting output buffer. This renders certainAndy Polyakov4-39/+22
2004-01-23Recent changes from 0.9.7-stable.Richard Levitte6-211/+125
2004-01-21Replace expired certificate.Dr. Stephen Henson1-14/+13
2004-01-21This commit was manufactured by cvs2svn to create branch 'OpenSSL-fips-cvs2svn1-0/+18
2004-01-21Replace expired certificate.Dr. Stephen Henson2-14/+31
2004-01-21SHA-1 assembler tune-up for Intel P4Andy Polyakov1-203/+88
2004-01-19Recent and not so recent changes from 0.9.7-stable, all conflicts resolved.Richard Levitte120-289/+437
2004-01-10Adding a slash between the directoryt and the file is a problem withRichard Levitte1-3/+32
2004-01-08Cover all DSA setups when running testsLutz Jänicke1-0/+1
2004-01-08This commit was manufactured by cvs2svn to create branch 'OpenSSL-fips-cvs2svn1-0/+173
2004-01-08Updates to s_time manual pageLutz Jänicke1-1/+7
2004-01-06Improve debugging.Ben Laurie1-1/+1
2004-01-04Add s_time manual pageLutz Jänicke3-4/+172
2004-01-04Update URILutz Jänicke1-1/+1
2004-01-04unintptr_t and <inttypes.h> are not strictly portable with respect toLutz Jänicke1-2/+1
2003-12-27Fix Perl problems on sparc64.Richard Levitte1-0/+4
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte13-11/+14
2003-12-27Only use environment variables if uid and gid are the same as euid and egid.Richard Levitte1-1/+2
2003-12-27Check if a random "file" is really a device file, and treat itRichard Levitte2-11/+75
2003-12-27Correct documentation typos.Richard Levitte4-4/+4
2003-12-27OpenBSD-internal changes.Richard Levitte1-4/+0
2003-12-27Use sh explicitely to run point.shRichard Levitte47-49/+49
2003-12-27Include strings.h so strcasecmp() and strncasecmp() get properly declared.Richard Levitte1-1/+2
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte43-182/+233
2003-12-27Add a newline at the end of the last line.Richard Levitte2-2/+2
2003-12-20Typos.Dr. Stephen Henson1-3/+3
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-12-11To figure out if we're going outside the buffer, use the size of the buffer,Richard Levitte1-3/+3
2003-12-10Document that you need to include x509.h (to get [i2d|d2i]_RSA_PUBKEY()).Richard Levitte1-2/+3
2003-12-10Document that you need to include x509.h (to get [i2d|d2i]_DSA_PUBKEY()).Richard Levitte1-2/+3
2003-12-06Add "dif" variable to clean up the loop implementations.Ulf Möller1-45/+46
2003-12-06Skip a curve with generator of non-prime order.Ulf Möller1-0/+2
2003-12-06Avoid segfault if ret==0.Ulf Möller1-1/+2