aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ec2_mult.c readability update.Andy Polyakov2008-10-281-9/+10
* Minor clean-up in bn_lib.c: constification and optimization.Andy Polyakov2008-10-281-3/+3
* Fix crash in BN_rshift.Andy Polyakov2008-10-281-1/+1
* Harmonize Camellia API with version 1.x.Andy Polyakov2008-10-283-7/+23
* Camellia update. Quoting camellia.c:Andy Polyakov2008-10-286-1865/+559
* x86_64-xlate.pl update: refine SEH support.Andy Polyakov2008-10-281-30/+85
* Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson2008-10-274-2/+5
* Fix warnings and various issues.Dr. Stephen Henson2008-10-275-92/+121
* Add JPAKE.Ben Laurie2008-10-2620-31/+1215
* Add support for -crlnumber option in crl utility.Dr. Stephen Henson2008-10-221-2/+19
* Add permanentIdentifier OID.Dr. Stephen Henson2008-10-224-5/+18
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-2213-86/+70
* Apparently '__top' is also risky, obfuscate further. (All this toGeoff Thorpe2008-10-221-4/+4
* Allow detection of input EOF in quiet mode by adding -no_ign_eof optionLutz Jänicke2008-10-221-0/+3
* Use of a 'top' var creates "shadow variable" warnings.Geoff Thorpe2008-10-221-4/+4
* Reinstate obj_xref.h as it is not auto generated on all platforms.Dr. Stephen Henson2008-10-201-0/+75
* Fix a shed load or warnings:Dr. Stephen Henson2008-10-208-29/+30
* Add missing "-d" to option list of openssl version.Lutz Jänicke2008-10-201-1/+1
* Constification.Ben Laurie2008-10-192-5/+5
* Fix Warning...Dr. Stephen Henson2008-10-191-1/+1
* Fix multiple ; warning.Dr. Stephen Henson2008-10-181-1/+1
* Fix warning a different way.Ben Laurie2008-10-181-4/+4
* Fix argument order in BN_nnmod call and implement rigorous boundaryAndy Polyakov2008-10-161-10/+99
* Optimize bn_correct_top.Andy Polyakov2008-10-151-3/+5
* Remove redundant BN_ucmp, fix boundary condition in BN_nist_mod_224 andAndy Polyakov2008-10-151-75/+44
* Set comparison function in v3_add_canonize().Ben Laurie2008-10-142-0/+4
* Add XMPP STARTTLS support.Ben Laurie2008-10-142-2/+31
* Ooops... remove code accidentally commited from FIPS version.Dr. Stephen Henson2008-10-141-68/+11
* Add missing lock definitions...Dr. Stephen Henson2008-10-141-1/+3
* Add missing lock definitions.Dr. Stephen Henson2008-10-141-12/+71
* Type-safe OBJ_bsearch_ex.Ben Laurie2008-10-146-31/+36
* Remove the DTLS1_BAD_VER thing from 0.9.9-dev. It is present in 0.9.8Lutz Jänicke2008-10-132-3/+1
* Half of the commit for 0.9.8 as the bitmap handling has changed.Lutz Jänicke2008-10-131-0/+1
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-1242-351/+424
* Add missing DTLS1_BAD_VER (hope I got the value right).Ben Laurie2008-10-121-0/+1
* When the underlying BIO_write() fails to send a datagram, we leave theLutz Jänicke2008-10-101-1/+9
* Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson2008-10-0711-11/+222
* Fix incorrect command for assember file generation on IA64Lutz Jänicke2008-10-061-1/+1
* Fix EC_KEY_check_key.Andy Polyakov2008-09-231-12/+4
* Make sure that SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG can'tBodo Möller2008-09-222-13/+28
* From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.Bodo Möller2008-09-153-15/+34
* Add missing CHANGES entry.Dr. Stephen Henson2008-09-151-0/+6
* from 0.9.8 branchBodo Möller2008-09-152-0/+31
* Update FAQ.Dr. Stephen Henson2008-09-151-1/+1
* Fix yesterday typos in bss_dgram.c.Andy Polyakov2008-09-151-7/+7
* Fix build warnings.Geoff Thorpe2008-09-153-4/+3
* update commentBodo Möller2008-09-141-1/+1
* Winsock handles SO_RCVTIMEO in unique manner...Andy Polyakov2008-09-141-0/+56
* oopsBodo Möller2008-09-141-2/+2
* dtls1_write_bytes consumers expect amount of bytes written per call, notAndy Polyakov2008-09-141-1/+1