summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2008-11-01size_tification.Ben Laurie
2008-11-01Fix SHA512 and optimize BN for mingw64.Andy Polyakov
2008-10-31Fix warnings after commit#17578.Andy Polyakov
2008-10-31size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov
2008-10-31size_t-fy AES, Camellia and RC4.Andy Polyakov
2008-10-31Add install target to crypto/jpake/MakefileDr. Stephen Henson
2008-10-29Fix warning.Ben Laurie
2008-10-28randfile.c: .rnd can become orphaned on VMS.Andy Polyakov
2008-10-28.cvsignore update: ignore all flavors of shared objects.Andy Polyakov
2008-10-28Fix typo in ./config.Andy Polyakov
2008-10-28ec2_mult.c readability update.Andy Polyakov
2008-10-28Minor clean-up in bn_lib.c: constification and optimization.Andy Polyakov
2008-10-28Fix crash in BN_rshift.Andy Polyakov
2008-10-28Harmonize Camellia API with version 1.x.Andy Polyakov
2008-10-28Camellia update. Quoting camellia.c:Andy Polyakov
2008-10-28x86_64-xlate.pl update: refine SEH support.Andy Polyakov
2008-10-27Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson
2008-10-27Fix warnings and various issues.Dr. Stephen Henson
2008-10-26Add JPAKE.Ben Laurie
2008-10-22Add support for -crlnumber option in crl utility.Dr. Stephen Henson
2008-10-22Add permanentIdentifier OID.Dr. Stephen Henson
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson
2008-10-22Apparently '__top' is also risky, obfuscate further. (All this toGeoff Thorpe
2008-10-22Allow detection of input EOF in quiet mode by adding -no_ign_eof optionLutz Jänicke
2008-10-22Use of a 'top' var creates "shadow variable" warnings.Geoff Thorpe
2008-10-20Reinstate obj_xref.h as it is not auto generated on all platforms.Dr. Stephen Henson
2008-10-20Fix a shed load or warnings:Dr. Stephen Henson
2008-10-20Add missing "-d" to option list of openssl version.Lutz Jänicke
2008-10-19Constification.Ben Laurie
2008-10-19Fix Warning...Dr. Stephen Henson
2008-10-18Fix multiple ; warning.Dr. Stephen Henson
2008-10-18Fix warning a different way.Ben Laurie
2008-10-16Fix argument order in BN_nnmod call and implement rigorous boundaryAndy Polyakov
2008-10-15Optimize bn_correct_top.Andy Polyakov
2008-10-15Remove redundant BN_ucmp, fix boundary condition in BN_nist_mod_224 andAndy Polyakov
2008-10-14Set comparison function in v3_add_canonize().Ben Laurie
2008-10-14Add XMPP STARTTLS support.Ben Laurie
2008-10-14Ooops... remove code accidentally commited from FIPS version.Dr. Stephen Henson
2008-10-14Add missing lock definitions...Dr. Stephen Henson
2008-10-14Add missing lock definitions.Dr. Stephen Henson
2008-10-14Type-safe OBJ_bsearch_ex.Ben Laurie
2008-10-13Remove the DTLS1_BAD_VER thing from 0.9.9-dev. It is present in 0.9.8Lutz Jänicke
2008-10-13Half of the commit for 0.9.8 as the bitmap handling has changed.Lutz Jänicke
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-10-12Add missing DTLS1_BAD_VER (hope I got the value right).Ben Laurie
2008-10-10When the underlying BIO_write() fails to send a datagram, we leave theLutz Jänicke
2008-10-07Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson
2008-10-06Fix incorrect command for assember file generation on IA64Lutz Jänicke
2008-09-23Fix EC_KEY_check_key.Andy Polyakov
2008-09-22Make sure that SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG can'tBodo Möller