aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix SSL state transitions.Bodo Möller2008-09-143-6/+10
* Note about CVS branch inconsistency.Bodo Möller2008-09-141-0/+2
* Really get rid of unsafe double-checked locking.Bodo Möller2008-09-142-20/+76
* Some precautions to avoid potential security-relevant problems.Bodo Möller2008-09-145-53/+165
* DTLS didn't handle alerts correctly.Andy Polyakov2008-09-132-1/+14
* AIX build updates.Andy Polyakov2008-09-1211-28/+74
* Add SSL_FIPS flag for FIPS 140-2 approved ciphersuites and add a newDr. Stephen Henson2008-09-104-21/+25
* Ignoring errors in makedepend can hide problems.Ben Laurie2008-09-091-1/+1
* Fix warning.Ben Laurie2008-09-071-1/+2
* Fix from stable branch.Dr. Stephen Henson2008-09-032-3/+10
* Do not discard cached handshake records during resumed sessions:Dr. Stephen Henson2008-09-031-4/+2
* Make no-tlsext compile.Dr. Stephen Henson2008-09-032-1/+8
* Perl script to run and verify OpenSSL against PKITS RFC3280 complianceDr. Stephen Henson2008-09-011-0/+940
* Initial support for delta CRLs. If "use deltas" flag is set attempt to findDr. Stephen Henson2008-09-019-114/+338
* Add support for CRLs partitioned by reason code.Dr. Stephen Henson2008-08-298-164/+288
* Add support for freshest CRL extension.Dr. Stephen Henson2008-08-277-6/+37