summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2004-07-12Recent changes from 0.9.6-stable.OpenSSL-engine-0_9_6-stableRichard Levitte
2004-06-28Recent changes from 0.9.6-stable.Richard Levitte
2004-05-06Recent changes from 0.9.6-stable.Richard Levitte
2004-04-21Recent changes from 0.9.6-stable.Richard Levitte
2004-03-30Recent changes from 0.9.6-stable.Richard Levitte
2004-03-23make updateRichard Levitte
2004-03-23Changes from 0.9.6-stableRichard Levitte
2004-03-17Bump after taggingMark J. Cox
2004-03-17Fix null-pointer assignment in do_change_cipher_spec() revealedOpenSSL-engine-0_9_6mMark J. Cox
2004-03-17Win32 fixes.Dr. Stephen Henson
2004-03-08Recent changes from 0.9.6-stable.Richard Levitte
2004-02-08Fix handling of -offset and -length in asn1parse tool.Dr. Stephen Henson
2004-01-29Recent changes from 0.9.6-stable.Richard Levitte
2004-01-23Recent changes from 0.9.6-stable.Richard Levitte
2004-01-21Replace expired certificate.Dr. Stephen Henson
2004-01-21This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-cvs2svn
2004-01-21Replace expired certificate.Dr. Stephen Henson
2004-01-21SHA-1 assembler tune-up for Intel P4Andy Polyakov
2004-01-19Recent changes from 0.9.6-stable.Richard Levitte
2004-01-19Recent and not so recent changes from 0.9.6-stable.Richard Levitte
2004-01-10Adding a slash between the directoryt and the file is a problem withRichard Levitte
2004-01-08Cover all DSA setups when running testsLutz Jänicke
2004-01-08Updates to s_time manual pageLutz Jänicke
2004-01-04Add s_time manual pageLutz Jänicke
2004-01-04Update URILutz Jänicke
2004-01-04unintptr_t and <inttypes.h> are not strictly portable with respect toLutz Jänicke
2003-12-27Fix Perl problems on sparc64.Richard Levitte
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte
2003-12-27Only use environment variables if uid and gid are the same as euid and egid.Richard Levitte
2003-12-27Check if a random "file" is really a device file, and treat itRichard Levitte
2003-12-27Correct documentation typos.Richard Levitte
2003-12-27OpenBSD-internal changes.Richard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Include strings.h so strcasecmp() and strncasecmp() get properly declared.Richard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-12-27Add a newline at the end of the last line.Richard Levitte
2003-12-20Typos.Dr. Stephen Henson
2003-12-11To figure out if we're going outside the buffer, use the size of the buffer,Richard Levitte
2003-12-10Document that you need to include x509.h (to get [i2d|d2i]_RSA_PUBKEY()).Richard Levitte
2003-12-10Document that you need to include x509.h (to get [i2d|d2i]_DSA_PUBKEY()).Richard Levitte
2003-12-06Add "dif" variable to clean up the loop implementations.Ulf Möller
2003-12-06Skip a curve with generator of non-prime order.Ulf Möller
2003-12-06Avoid segfault if ret==0.Ulf Möller
2003-12-03Restructure make targets to allow parallel make.Lutz Jänicke
2003-12-02Incremental cleanups to bn_lib.c.Geoff Thorpe
2003-12-02Use the BN_is_odd() macro in place of code that (inconsistently) does muchGeoff Thorpe
2003-12-02BN_FLG_FREE is of extremely dubious usefulness, and is only referred toGeoff Thorpe
2003-12-01Declare the static BIGNUM "BN_value_one()" more carefully.Geoff Thorpe
2003-12-01Add missing bn_check_top()s to bn_kron.c, remove some miscellaneousGeoff Thorpe
2003-12-01Add missing bn_check_top()s to bn_gf2m.c and remove some miscellaneousGeoff Thorpe