openssl.git
2007-12-18 Andy PolyakovDisable support for Metrowerks assembler. Assembler...
2007-12-18 Andy Polyakovx86 perlasm overhaul.
2007-12-16 Dr. Stephen... Avoid aliasing warning.
2007-12-16 Dr. Stephen... Update ordinals
2007-12-14 Dr. Stephen... Initialize sigsize.
2007-12-14 Dr. Stephen... Handle non-SHA1 digests for certids in OCSP test responder.
2007-12-04 Andy Polyakovgmp engine was non-operational.
2007-12-04 Dr. Stephen... Submitted by: Victor B. Wagner <vitus@cryptocom.ru...
2007-12-03 Richard LevitteChange submitted by Doug Kaufman. He writes:
2007-12-02 Andy PolyakovSome assembler are allergic to lea reg,BYTE PTR[...].
2007-11-24 Andy PolyakovStructure symbol decorations, optimize label handling...
2007-11-23 Dr. Stephen... Rebuild OID database: duplicates got in there somehow??
2007-11-23 Dr. Stephen... Fix from stable branch.
2007-11-23 Dr. Stephen... Add caRepository OID and sync object NIDs with OpenSSL...
2007-11-22 Andy PolyakovSynchronize x86nasm.pl with x86unix.pl.
2007-11-22 Andy PolyakovCombat [bogus] relocations in some assember modules.
2007-11-21 Dr. Stephen... Lookup public key ASN1 methods by string by iterating...
2007-11-21 Dr. Stephen... Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>
2007-11-20 Dr. Stephen... Avoid warning.
2007-11-20 Dr. Stephen... Update debug-steve targets.
2007-11-20 Dr. Stephen... Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>
2007-11-20 Dr. Stephen... Rebuild object cross reference table.
2007-11-19 Lutz JänickeTypos in man pages: dependant->dependent
2007-11-19 Bodo MöllerShould reject signatures that we can't properly verify
2007-11-19 Bodo Möllerfix typos
2007-11-16 Ben LaurieFix buffer overflow.
2007-11-16 Bodo MöllerThe hash length check wasn't strict enough,
2007-11-16 Ben LaurieFix warnings.
2007-11-03 Andy PolyakovCommit #16325 fixed one thing but broke DH with certain...
2007-11-03 Dr. Stephen... Fix from stable branch.
2007-11-01 Lutz JänickeAdd OIDs by CMP (RFC 4210) and CRMF (RFC 4211)
2007-10-26 Dr. Stephen... Fix duplicate error codes.
2007-10-26 Dr. Stephen... GOST ENGINE information.
2007-10-26 Dr. Stephen... 1. Changes for s_client.c to make it return non-zero...
2007-10-19 Lutz JänickeRelease OpenSSL 0.9.8g with various fixes to issues...
2007-10-18 Dr. Stephen... Fix from stable branch.
2007-10-17 Andy PolyakovDon't let DTLS ChangeCipherSpec increment handshake...
2007-10-17 Dr. Stephen... Don't lookup zero length session ID.
2007-10-17 Dr. Stephen... Fix from stable branch.
2007-10-14 Andy PolyakovMake ssl compile [from 098-stable, bug is masked by...
2007-10-13 Andy PolyakovBunch of constifications.
2007-10-13 Andy PolyakovFix warnings in d1_both.c [from 0.9.8-stable].
2007-10-13 Andy PolyakovDTLS fixes from 0.9.8-stable.
2007-10-13 Andy PolyakovSynchronize CHANGES between 0.9.8 and HEAD.
2007-10-12 Ben Laurie0.9.8f.
2007-10-12 Dr. Stephen... Update CHANGES. Keep ordinals consistent.
2007-10-11 Ben LaurieNew release.
2007-10-09 Andy PolyakovRespect cookie length set by app_gen_cookie_cb.
2007-10-09 Andy PolyakovMake DTLS1 record layer MAC calculation RFC compliant.
2007-10-09 Andy PolyakovAddendum to commit #16654.
2007-10-09 Andy Polyakovsize_t-fy crypto/buffer.
2007-10-09 Ralf S. Engelschallignore a few additionally generated files
2007-10-07 Andy PolyakovAddendum to commit #16651.
2007-10-07 Andy PolyakovMake it possible to link VC static lib with either...
2007-10-05 Andy PolyakovProhibit RC4 in DTLS.
2007-10-05 Dr. Stephen... Fix from fips branch.
2007-10-04 Dr. Stephen... Off by one fix from stable branch.
2007-10-01 Andy PolyakovSwitch to bn-s390x (it's faster on keys longer than...
2007-10-01 Andy PolyakovOops! This was erroneously left out commit #16632.
2007-09-30 Andy PolyakovBasic idea behind explicit IV is to make it unpredictab...
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 to RFC-compliant version encoding in DTLS.
2007-09-28 Dr. Stephen... Move no status notification to ssl_check_serverhello_tl...
2007-09-28 Dr. Stephen... Typo.
2007-09-27 Andy PolyakovYet another ARM update. It appears to be more appropria...
2007-09-27 Andy PolyakovMove -march=armv4t to ./config.
2007-09-27 Andy PolyakovMinor ARMv4 update.
2007-09-27 Andy PolyakovARMv4 assembler pack.
2007-09-27 Andy Polyakov10% performance tweak in 64-bit mode.
2007-09-26 Dr. Stephen... Support for certificate status TLS extension.
2007-09-26 Andy PolyakovMake sha512-armv4.pl byte-order neutral.
2007-09-26 Andy PolyakovClarify commentary in sha512-sparcv9.pl.
2007-09-24 Lutz JänickeTypos
2007-09-24 Lutz JänickePort from 0.9.8-stable
2007-09-23 Dr. Stephen... Use accept flag for new session ticket write.
2007-09-23 Bodo Möllerproperly handle length-zero opaque PRF input values
2007-09-23 Bodo Möllerfix length parameter in SSL_set_tlsext_opaque_prf_input...
2007-09-21 Bodo MöllerImplement the Opaque PRF Input TLS extension
2007-09-19 Andy PolyakovFix indentation in d1_both.c.
2007-09-19 Ben LaurieFix dependencies. Make depend.
2007-09-19 Ben LaurieThe other half of make errors.
2007-09-19 Ben Lauriemake errors.
2007-09-19 Bodo Möllerfix warning
2007-09-19 Bodo MöllerClean up error codes a bit.
2007-09-18 Andy PolyakovAddenum to "Constify obj_dat.[ch]."
2007-09-18 Andy PolyakovMinor formatting fixes in crypto/sha/asm.
2007-09-18 Andy PolyakovWire RC4 key_table to read-only segment.
2007-09-18 Andy PolyakovConstify obj_dat.[ch], as well as minimize linker reloc...
2007-09-18 Andy PolyakovWire DES weak_keys to read-only segment.
2007-09-18 Andy PolyakovEliminate redundant make rule.
2007-09-18 Andy PolyakovMinimize stack utilization in probable_prime.
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... Update from stable branch.
2007-09-17 Dr. Stephen... Update from stable branch.
2007-09-17 Andy PolyakovMention aes in enc.pod.
2007-09-17 Andy PolyakovMention SHA2 in openssl.pod.
2007-09-16 Andy PolyakovRemove pq_compat.h.
next