summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve test suite.BEN_FIPS_TEST_5Ben Laurie2004-02-021-2/+34
* Wrong variable!Ben Laurie2004-01-311-2/+2
* Force odd parity.Ben Laurie2004-01-311-0/+3
* Eliminate pointless variable.Ben Laurie2004-01-311-55/+51
* Test suite plus failure if selftest fails.Ben Laurie2004-01-3031-44/+790
* Recent changes from 0.9.7-stableRichard Levitte2004-01-291-9/+8
* Recent changes from 0.9.7-stableRichard Levitte2004-01-296-8/+16
* Reserve for unaligned buffer. The problem was "pointed out" be HPUX64Andy Polyakov2004-01-241-2/+2
* Fix for DES_cfb_encrypt corrupting output buffer. This renders certainAndy Polyakov2004-01-244-39/+22
* Recent changes from 0.9.7-stable.Richard Levitte2004-01-236-211/+125
* Replace expired certificate.Dr. Stephen Henson2004-01-211-14/+13
* This commit was manufactured by cvs2svn to create branch 'OpenSSL-fips-cvs2svn2004-01-211-0/+18
|\
| * Replace expired certificate.Dr. Stephen Henson2004-01-212-14/+31
| * SHA-1 assembler tune-up for Intel P4Andy Polyakov2004-01-211-203/+88
| * Adding a slash between the directoryt and the file is a problem withRichard Levitte2004-01-101-3/+32
| * Cover all DSA setups when running testsLutz Jänicke2004-01-081-0/+1
* | Recent and not so recent changes from 0.9.7-stable, all conflicts resolved.Richard Levitte2004-01-19120-289/+437
* | This commit was manufactured by cvs2svn to create branch 'OpenSSL-fips-cvs2svn2004-01-081-0/+173
|\ \ | |/
| * Updates to s_time manual pageLutz Jänicke2004-01-081-1/+7
| * Add s_time manual pageLutz Jänicke2004-01-043-4/+172
| * Update URILutz Jänicke2004-01-041-1/+1
| * unintptr_t and <inttypes.h> are not strictly portable with respect toLutz Jänicke2004-01-041-2/+1
| * Fix Perl problems on sparc64.Richard Levitte2003-12-271-0/+4
| * Avoid including cryptlib.h, it's not really needed.Richard Levitte2003-12-2713-11/+14
| * Only use environment variables if uid and gid are the same as euid and egid.Richard Levitte2003-12-271-1/+2
| * Check if a random "file" is really a device file, and treat itRichard Levitte2003-12-272-11/+75
| * Correct documentation typos.Richard Levitte2003-12-274-4/+4
| * OpenBSD-internal changes.Richard Levitte2003-12-271-4/+0
| * Use sh explicitely to run point.shRichard Levitte2003-12-2747-49/+49
| * Include strings.h so strcasecmp() and strncasecmp() get properly declared.Richard Levitte2003-12-271-1/+2
| * Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-2743-182/+233
| * Add a newline at the end of the last line.Richard Levitte2003-12-272-2/+2
| * Typos.Dr. Stephen Henson2003-12-201-3/+3
| * To figure out if we're going outside the buffer, use the size of the buffer,Richard Levitte2003-12-111-3/+3
| * Document that you need to include x509.h (to get [i2d|d2i]_RSA_PUBKEY()).Richard Levitte2003-12-101-2/+3
| * Document that you need to include x509.h (to get [i2d|d2i]_DSA_PUBKEY()).Richard Levitte2003-12-101-2/+3
| * Add "dif" variable to clean up the loop implementations.Ulf Möller2003-12-061-45/+46
| * Skip a curve with generator of non-prime order.Ulf Möller2003-12-061-0/+2
| * Avoid segfault if ret==0.Ulf Möller2003-12-061-1/+2
| * Restructure make targets to allow parallel make.Lutz Jänicke2003-12-032-4/+4
| * Incremental cleanups to bn_lib.c.Geoff Thorpe2003-12-021-48/+38
| * Use the BN_is_odd() macro in place of code that (inconsistently) does muchGeoff Thorpe2003-12-022-5/+7
| * BN_FLG_FREE is of extremely dubious usefulness, and is only referred toGeoff Thorpe2003-12-022-1/+9
| * Declare the static BIGNUM "BN_value_one()" more carefully.Geoff Thorpe2003-12-011-1/+1
| * Add missing bn_check_top()s to bn_kron.c, remove some miscellaneousGeoff Thorpe2003-12-011-3/+5
| * Add missing bn_check_top()s to bn_gf2m.c and remove some miscellaneousGeoff Thorpe2003-12-011-29/+70
| * The bn_set_max() macro is only "used" by the bn_set_[low|high]() macrosGeoff Thorpe2003-12-011-32/+0
| * bn_fix_top() exists for compatibility's sake and is mapped toGeoff Thorpe2003-12-011-2/+2
| * It was pointed out to me that if the requested size is 0, we shouldn'tRichard Levitte2003-12-011-4/+11
| * Check that OPENSSL_malloc() really returned some memory.Richard Levitte2003-12-011-0/+5