summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2007-09-30DTLS RFC4347 says HelloVerifyRequest resets Finished MAC.Andy Polyakov
2007-09-30DTLS RFC4347 requires client to use rame random field in reply toAndy Polyakov
HelloVerifyRequest.
2007-09-30Switch to RFC-compliant version encoding in DTLS.Andy Polyakov
2007-09-28Move no status notification to ssl_check_serverhello_tlsext() to ensureDr. Stephen Henson
no status is notified even if no server extensions are present.
2007-09-28Typo.Dr. Stephen Henson
2007-09-27Yet another ARM update. It appears to be more appropriate to makeAndy Polyakov
developers responsible for -march choice.
2007-09-27Move -march=armv4t to ./config.Andy Polyakov
2007-09-27Minor ARMv4 update.Andy Polyakov
2007-09-27ARMv4 assembler pack.Andy Polyakov
2007-09-2710% performance tweak in 64-bit mode.Andy Polyakov
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson
2007-09-26Make sha512-armv4.pl byte-order neutral.Andy Polyakov
2007-09-26Clarify commentary in sha512-sparcv9.pl.Andy Polyakov
2007-09-24TyposLutz Jänicke
PR: 1578 Submitted by: Charles Longeau <chl@tuxfamily.org>
2007-09-24Port from 0.9.8-stableLutz Jänicke
2007-09-23Use accept flag for new session ticket write.Dr. Stephen Henson
2007-09-23properly handle length-zero opaque PRF input valuesBodo Möller
(which are pointless, but still might occur)
2007-09-23fix length parameter in SSL_set_tlsext_opaque_prf_input() callsBodo Möller
2007-09-21Implement the Opaque PRF Input TLS extensionBodo Möller
(draft-rescorla-tls-opaque-prf-input-00.txt), and do some cleanups and bugfixes on the way. In particular, this fixes the buffer bounds checks in ssl_add_clienthello_tlsext() and in ssl_add_serverhello_tlsext(). Note that the opaque PRF Input TLS extension is not compiled by default; see CHANGES.
2007-09-19Fix indentation in d1_both.c.Andy Polyakov
2007-09-19Fix dependencies. Make depend.Ben Laurie
2007-09-19The other half of make errors.Ben Laurie
2007-09-19make errors.Ben Laurie
2007-09-19fix warningBodo Möller
2007-09-19Clean up error codes a bit.Bodo Möller
(engines/ccgost/ remains utter chaos, though; "make errors" is not happy.)
2007-09-18Addenum to "Constify obj_dat.[ch]."Andy Polyakov
2007-09-18Minor formatting fixes in crypto/sha/asm.Andy Polyakov
2007-09-18Wire RC4 key_table to read-only segment.Andy Polyakov
2007-09-18Constify obj_dat.[ch], as well as minimize linker relocations.Andy Polyakov
2007-09-18Wire DES weak_keys to read-only segment.Andy Polyakov
2007-09-18Eliminate redundant make rule.Andy Polyakov
2007-09-18Minimize stack utilization in probable_prime.Andy Polyakov
2007-09-18Remove excessive whitespaces from bio.hAndy Polyakov
2007-09-18Make sure that BN_from_montgomery keeps the BIGNUMS in proper formatBodo Möller
2007-09-17Update from stable branch.Dr. Stephen Henson
2007-09-17Update from stable branch.Dr. Stephen Henson
2007-09-17Mention aes in enc.pod.Andy Polyakov
PR: 1529
2007-09-17Mention SHA2 in openssl.pod.Andy Polyakov
PR: 1575
2007-09-16Remove pq_compat.h.Andy Polyakov
2007-09-16Minor sha[256|512]-586 performance tweaks.Andy Polyakov
2007-09-16It's inappropraite to override application signal, nor is it appropriateAndy Polyakov
to shut down Winsock unless we know it won't be used [and we never do]. PR: 1439
2007-09-16Minor fix in link_[oa].hpux.Andy Polyakov
2007-09-16BSD run-time linkers apparently demand RPATH on .so objects.Andy Polyakov
PR: 1381
2007-09-15Make bn2dec work on "SIXTY_FOUR_BIT" platforms.Andy Polyakov
PR: 1456
2007-09-15Remove sha512-sse2.pl.Andy Polyakov
2007-09-14Engage new x86 assembler modules.Andy Polyakov
2007-09-14More Intel cc fix-ups.Andy Polyakov
2007-09-14Handle empty case in X509_NAME canonical encoding.Dr. Stephen Henson
2007-09-13Commentary updates.Andy Polyakov
2007-09-13SHA512 for ARMv4.Andy Polyakov