summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Recent changes from 0.9.6-stable.OpenSSL-engine-0_9_6-stableRichard Levitte2004-07-122-8/+34
* Recent changes from 0.9.6-stable.Richard Levitte2004-06-282-2/+6
* Recent changes from 0.9.6-stable.Richard Levitte2004-05-062-2/+6
* Recent changes from 0.9.6-stable.Richard Levitte2004-04-211-4/+3
* Recent changes from 0.9.6-stable.Richard Levitte2004-03-302-3/+6
* make updateRichard Levitte2004-03-2330-2758/+2679
* Changes from 0.9.6-stableRichard Levitte2004-03-232-2/+2
* Bump after taggingMark J. Cox2004-03-172-2/+6
* Fix null-pointer assignment in do_change_cipher_spec() revealedOpenSSL-engine-0_9_6mMark J. Cox2004-03-179-10/+26
* Win32 fixes.Dr. Stephen Henson2004-03-173-3/+3
* Recent changes from 0.9.6-stable.Richard Levitte2004-03-082-3/+9
* Fix handling of -offset and -length in asn1parse tool.Dr. Stephen Henson2004-02-081-1/+9
* Recent changes from 0.9.6-stable.Richard Levitte2004-01-2910-19/+67
* Recent changes from 0.9.6-stable.Richard Levitte2004-01-231-2/+30
* Replace expired certificate.Dr. Stephen Henson2004-01-211-14/+13
* This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-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
| * 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