aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Initial indirect CRL support.Dr. Stephen Henson2008-08-205-42/+205
* Support for certificateIssuer CRL entry extension.Dr. Stephen Henson2008-08-182-1/+8
* Don't use assertions to check application-provided arguments;Bodo Möller2008-08-141-4/+9
* sanity checkBodo Möller2008-08-133-0/+9
* fix error function codesBodo Möller2008-08-133-3/+5
* Mention ERR_remove_state() deprecation, and ERR_remove_thread_state(NULL).Bodo Möller2008-08-131-1/+5
* Initial support for CRL path validation. This supports distinct certificateDr. Stephen Henson2008-08-134-19/+112
* Initial code to support distinct certificate and CRL signing keys where theDr. Stephen Henson2008-08-121-1/+28
* Support for policy mappings extension.Dr. Stephen Henson2008-08-1211-107/+272
* Initial support for name constraints certificate extension.Dr. Stephen Henson2008-08-0810-2/+373
* Correct the FAQ and the threads man page re: CRYPTO_THREADID changes.Geoff Thorpe2008-08-062-3/+5
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-0625-217/+338
* sha1-armv4-large cosmetics.Andy Polyakov2008-08-061-2/+2
* sha1-armv4-large.pl performance improvement. On PXA255 it gives +10% onAndy Polyakov2008-08-061-12/+14
* Fix signed/unsigned warning.Geoff Thorpe2008-08-051-1/+1
* Correctly handle errors in CMS I/O code.Dr. Stephen Henson2008-08-052-2/+6
* Fix error codes for memory-saving patch.Bodo Möller2008-08-046-21/+17
* Add support for nameRelativeToCRLIssuer field in distribution point nameDr. Stephen Henson2008-08-045-29/+171
* Make explicit_policy handling match expected RFC3280 behaviour.Dr. Stephen Henson2008-08-021-4/+4
* Refer to SSL_pending from the man page for SSL_readLutz Jänicke2008-08-011-0/+6
* Initial support for alternative CRL issuing certificates.Dr. Stephen Henson2008-07-303-14/+46
* Policy validation fixes.Dr. Stephen Henson2008-07-301-2/+3
* remove a doubled entry for '-binary' in the usage messageRalf S. Engelschall2008-07-271-1/+0
* Split ms/uplink.pl to corresponding platform versions.Andy Polyakov2008-07-224-0/+167
* perlasm update: implement dataseg directive.Andy Polyakov2008-07-223-2/+15
* x86_64-xlate.pl: implement indirect jump/calls, support for Win64 SEH.Andy Polyakov2008-07-221-32/+89
* We should check the eight bytes starting at p[-9] for rollback attackBodo Möller2008-07-171-1/+1
* mem_dbg.c: avoid compiler warnings.Andy Polyakov2008-07-171-4/+4
* Remove junk argument to function_begin in sha/asm/*-586.pl.Andy Polyakov2008-07-173-3/+3
* x86masm.pl: harmonize functions' alignment.Andy Polyakov2008-07-171-2/+2
* Make sure not to read beyond end of bufferBodo Möller2008-07-161-6/+7
* x86_64cpuid.pl cosmetics: harmonize $dir treatment with other modules.Andy Polyakov2008-07-151-2/+1
* des-596.pl update: short-circuit reference to DES_SPtrans.Andy Polyakov2008-07-151-2/+6
* x86masm.pl cosmetics.Andy Polyakov2008-07-151-4/+11