openssl.git
2007-11-15 Ben LaurieFix buffer overflow.
2007-11-15 Ben LaurieMake depend.
2007-11-15 Ben LaurieFix warnings.
2007-11-11 Andy PolyakovAdd x86_64-mont.pl [from HEAD].
2007-11-11 Andy PolyakovAdd framework for bn_mul_mont [from 098-fips].
2007-11-11 Andy Polyakovdoc/crypto/OPENSSL_ia32cap.pod update [from HEAD].
2007-11-11 Andy PolyakovComply with updated x86cpuid.pl.
2007-11-11 Andy Polyakovx86cpuid.pl update [from HEAD].
2007-11-11 Andy PolyakovTypos in Configure.
2007-11-11 Andy Polyakovrc4-x86_64.pl update [from HEAD].
2007-11-11 Andy Polyakovx86_64cpuid.pl update [from HEAD].
2007-11-11 Andy PolyakovAdd AES x86_64 assembler. Note that it's not latest...
2007-11-11 Andy PolyakovAdd SHA x86_64 assembler [from HEAD].
2007-11-11 Andy PolyakovSynchronize message digests in 098-fips with 098.
2007-11-03 Andy PolyakovCommit #16325 fixed one thing but broke DH with certain...
2007-11-03 Dr. Stephen... Allow new session ticket when resuming.
2007-11-01 Lutz JänickeAdd OIDs by CMP (RFC 4210) and CRMF (RFC 4211)
2007-10-21 Andy PolyakovMake it possible for older masm to compile sse2 modules.
2007-10-19 Lutz JänickeRelease OpenSSL 0.9.8g with various fixes to issues...
2007-10-18 Dr. Stephen... Ensure the ticket expected flag is reset when a statele...
2007-10-17 Andy PolyakovNew unused field crippled ssl_ctx_st in 0.9.8"f".
2007-10-17 Andy PolyakovDon't let DTLS ChangeCipherSpec increment handshake...
2007-10-17 Dr. Stephen... Don't try to lookup zero length session.
2007-10-17 Dr. Stephen... Allow TLS tickets and session ID to both be present...
2007-10-17 Lutz JänickeWork around inconsistent version numbering in 0.9.8f...
2007-10-14 Andy PolyakovMake ssl compile.
2007-10-14 Dr. Stephen... Include USE_SOCKETS #define
2007-10-13 Andy PolyakovMake it possible to link VC static lib with either...
2007-10-13 Andy PolyakovCopy bn/asm/ia64.S from HEAD.
2007-10-12 Dr. Stephen... Avoid shadow and signed/unsigned warnings.
2007-10-12 Dr. Stephen... Backport certificate status request TLS extension suppo...
2007-10-11 Ben LaurieBack to -dev.
2007-10-11 Ben LaurieMinor release cockups.
2007-10-11 Ben LaurieNext version.
2007-10-11 Ben LaurieReady to roll.
2007-10-11 Ben Lauriemake update, and more DTLS stuff.
2007-10-09 Andy PolyakovRespect cookie length set by app_gen_cookie_cb [from...
2007-10-09 Andy PolyakovMake DTLS1 record layer MAC calculation RFC compliant...
2007-10-05 Andy PolyakovProhibit RC4 in DTLS [from HEAD].
2007-10-05 Dr. Stephen... Fix from fips branch.
2007-10-03 Andy PolyakovSet client_version earlier in DTLS (this is 0.9.8 speci...
2007-10-01 Andy PolyakovOops! This was erroneously left out commit #16633.
2007-09-30 Andy PolyakovExplicit IV update [from HEAD].
2007-09-30 Andy PolyakovMake ChangeCipherSpec compliant with DTLS RFC4347....
2007-09-30 Andy PolyakovDTLS RFC4347 says HelloVerifyRequest resets Finished...
2007-09-30 Andy PolyakovDTLS RFC4347 requires client to use rame random field...
2007-09-30 Andy PolyakovSwitch for RFC-compliant version encoding in DTLS....
2007-09-28 Dr. Stephen... Update from HEAD.
2007-09-24 Lutz JänickeTypos
2007-09-24 Lutz JänickeFinish sentence with a "."
2007-09-23 Dr. Stephen... Fix from HEAD.
2007-09-21 Bodo MöllerMore changes from HEAD:
2007-09-21 Dr. Stephen... Fixes from HEAD.
2007-09-21 Lutz JänickeThe use of the PURIFY macro in ssleay_rand_bytes()...
2007-09-20 Ben LaurieUse PURIFY instead of PEDANTIC.
2007-09-20 Dr. Stephen... Clarify wording a little.
2007-09-20 Lutz JänickeAdd FAQ entry on how to get rid of Valgrind warnings.
2007-09-20 Lutz JänickeAdd passage to manual page actually reflecting the...
2007-09-19 Dr. Stephen... Wrap "keep valgrind happy" change in #ifdef PEDANTIC...
2007-09-19 Ben LaurieSlight bug in dependencies caused occasional unnecessar...
2007-09-19 Ben Lauriemake depend
2007-09-19 Ben LaurieLingering "security" fix.
2007-09-18 Andy PolyakovWire DES weak_keys to read-only segment [from HEAD].
2007-09-18 Andy PolyakovMinimize stack utilization in probable_prime [from...
2007-09-18 Andy PolyakovRemove excessive whitespaces from bio.h.
2007-09-18 Bodo MöllerMake sure that BN_from_montgomery keeps the BIGNUMS...
2007-09-17 Dr. Stephen... PR: 1560
2007-09-17 Dr. Stephen... PR: 1582
2007-09-17 Andy Polyakovenc.pod update [from HEAD].
2007-09-17 Andy PolyakovTypo in pq_compat.h [note that this file is not present...
2007-09-17 Andy PolyakovMention SHA2 in apps/dgst and openssl.pod.
2007-09-16 Andy PolyakovIt's inappropraite to override application signal,...
2007-09-16 Andy PolyakovMinor fix in link_[oa].hpux [from HEAD].
2007-09-16 Andy PolyakovBSD run-time linkers apparently demand RPATH on .so...
2007-09-15 Andy PolyakovMake bn2dec work on "SIXTY_FOUR_BIT" platforms [from...
2007-09-14 Andy PolyakovMore Intel cc fix-ups [from HEAD].
2007-09-14 Andy PolyakovIt's unfortunate, but we have to disengage DES assemble...
2007-09-07 Andy PolyakovIntegrate remaining parts of #14247 [from HEAD].
2007-09-06 Dr. Stephen... Reimplement safestack to avoid function pointer casts.
2007-09-06 Dr. Stephen... Update NEWS file.
2007-09-06 Dr. Stephen... gcc 4.2 fixes to avoid use or function pointer casts...
2007-08-31 Dr. Stephen... Update from HEAD.
2007-08-30 Andy Polyakovaes_ige update [from HEAD].
2007-08-30 Andy Polyakovdarwin platform updates [from HEAD].
2007-08-28 Dr. Stephen... Update from HEAD.
2007-08-27 Dr. Stephen... Update from HEAD.
2007-08-27 Andy Polyakovshlib_wrap update [from HEAD].
2007-08-26 Andy PolyakovIRIX and Tru64 platform updates [from HEAD].
2007-08-23 Dr. Stephen... Clarify CHANGES entry.
2007-08-23 Dr. Stephen... Update docs and NEWS file.
2007-08-23 Dr. Stephen... Update from HEAD.
2007-08-23 Dr. Stephen... Update from HEAD.
2007-08-23 Dr. Stephen... Update docs.
2007-08-22 Richard LevitteVAX C can't handle 64 bit integers, making SHA512 impos...
2007-08-20 Dr. Stephen... Update from HEAD.
2007-08-15 Dr. Stephen... file fips_rsa_sign.c was added on branch OpenSSL_0_9_8...
2007-08-15 Dr. Stephen... file fips_rsa_lib.c was added on branch OpenSSL_0_9_8...
2007-08-15 Dr. Stephen... file fips_dsa_key.c was added on branch OpenSSL_0_9_8...
2007-08-15 Dr. Stephen... file fips_dsa_sign.c was added on branch OpenSSL_0_9_8...
2007-08-15 Dr. Stephen... file fips_dsa_lib.c was added on branch OpenSSL_0_9_8...
next