summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
AgeCommit message (Expand)Author
2009-04-28Update from 1.0.0-stable.Dr. Stephen Henson
2008-12-29Apparently s->ctx could be NULL. (Coverity ID 147).Ben Laurie
2008-12-29Apparently s->ctx could be NULL at this point (see earlierBen Laurie
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-12-13Back out pointless change.Ben Laurie
2008-12-13*** empty log message ***Ben Laurie
2008-11-15PR: 1574Dr. Stephen Henson
2008-09-03Fix from stable branch.Dr. Stephen Henson
2008-05-28From HEAD:Bodo Möller
2008-04-30Update from stable branch.Dr. Stephen Henson
2008-04-29Oops!Dr. Stephen Henson
2008-04-29Update from stable branch.Dr. Stephen Henson
2008-04-25Disable debugging fprintf.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson
2007-10-18Fix from stable branch.Dr. Stephen Henson
2007-09-28Move no status notification to ssl_check_serverhello_tlsext() to ensureDr. Stephen Henson
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson
2007-09-23properly handle length-zero opaque PRF input valuesBodo Möller
2007-09-21Implement the Opaque PRF Input TLS extensionBodo Möller
2007-08-20Use SHA256 for ticket HMAC if possible.Dr. Stephen Henson
2007-08-12OPENSSL_NO_TLS1 WIN32 build support. Fix so normal build works again.Dr. Stephen Henson
2007-08-12Fix warning and make no-tlsext work.Dr. Stephen Henson
2007-08-12Remove debugging fprintfs, fix typo.Dr. Stephen Henson
2007-08-11RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson
2007-04-24fix function codes for errorBodo Möller
2007-02-17Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller
2007-01-21Constify version strings is ssl lib.Dr. Stephen Henson
2006-06-14Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller
2006-04-03clarificationBodo Möller
2006-04-03check length properlyBodo Möller
2006-04-03simplify: use s2n macroBodo Möller
2006-04-03Avoid hard-coded table length where we can use sizeof.Bodo Möller
2006-03-30fix for hostname extensionBodo Möller
2006-03-30Implement Supported Elliptic Curves Extension.Bodo Möller
2006-03-15fix for OPENSSL_NO_ECNils Larsch
2006-03-15tlsext_ecpointformatlist_length is unsigned, so check if it's lessRichard Levitte
2006-03-13signed vs. unsignedNils Larsch
2006-03-13Oh, now I noticed Bodo's change that made tlsext_ecpointformatlistRichard Levitte
2006-03-13Resolve signed vs. unsigned issuesRichard Levitte
2006-03-13fix sign problemsBodo Möller
2006-03-13remove unused variablesNils Larsch
2006-03-13udpate Supported Point Formats Extension codeBodo Möller
2006-03-11Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller
2006-01-14signed vs. unsigned clash.Richard Levitte
2006-01-13Further TLS extension improvementsBodo Möller
2006-01-11More TLS extension related changes.Bodo Möller
2006-01-09Further TLS extension updatesBodo Möller
2006-01-03Various changes in the new TLS extension code, including the following:Bodo Möller
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller