summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
AgeCommit message (Expand)Author
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
2005-08-08remove unused internal foo_base_method functionsNils Larsch
2005-08-05Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson
2005-04-26Add DTLS support.Ben Laurie
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2000-02-20Move the registration of callback functions to special functionsRichard Levitte
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
1999-09-29Cosmetic changes.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller